We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68bde9f commit 751bc6dCopy full SHA for 751bc6d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ngx-builders/analyze",
3
- "version": "4.0.0",
+ "version": "5.0.0",
4
"description": "Angular Builder To Run Source Map Explorer",
5
"main": "index.js",
6
"builders": "./builders.json",
@@ -34,13 +34,13 @@
34
"author": "Santosh Yadav <[email protected]>",
35
"license": "MIT",
36
"devDependencies": {
37
- "@types/node": "16.11.11",
+ "@types/node": "20.3.1",
38
"ts-node": "10.9.1",
39
- "typescript": "~5.0.0"
+ "typescript": "~5.1.3"
40
},
41
"dependencies": {
42
- "@angular-devkit/architect": "0.1502.6",
43
- "@angular-devkit/core": "15.2.6",
44
- "@angular-devkit/schematics": "15.2.6"
+ "@angular-devkit/architect": "0.1601.0",
+ "@angular-devkit/core": "16.1.0",
+ "@angular-devkit/schematics": "16.1.0"
45
}
46
0 commit comments