Skip to content

Commit 751bc6d

Browse files
authored
ugrading to angular 16 (#110)
* ugrading to angular 16 * Upgrade to angular 16 and bumping up the version
1 parent 68bde9f commit 751bc6d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-builders/analyze",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Angular Builder To Run Source Map Explorer",
55
"main": "index.js",
66
"builders": "./builders.json",
@@ -34,13 +34,13 @@
3434
"author": "Santosh Yadav <[email protected]>",
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@types/node": "16.11.11",
37+
"@types/node": "20.3.1",
3838
"ts-node": "10.9.1",
39-
"typescript": "~5.0.0"
39+
"typescript": "~5.1.3"
4040
},
4141
"dependencies": {
42-
"@angular-devkit/architect": "0.1502.6",
43-
"@angular-devkit/core": "15.2.6",
44-
"@angular-devkit/schematics": "15.2.6"
42+
"@angular-devkit/architect": "0.1601.0",
43+
"@angular-devkit/core": "16.1.0",
44+
"@angular-devkit/schematics": "16.1.0"
4545
}
4646
}

0 commit comments

Comments
 (0)