Skip to content

Commit

Permalink
ugrading to angular 16 (#110)
Browse files Browse the repository at this point in the history
* ugrading to angular 16

* Upgrade to angular 16 and bumping up the version
  • Loading branch information
Gopans authored Jun 24, 2023
1 parent 68bde9f commit 751bc6d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-builders/analyze",
"version": "4.0.0",
"version": "5.0.0",
"description": "Angular Builder To Run Source Map Explorer",
"main": "index.js",
"builders": "./builders.json",
Expand Down Expand Up @@ -34,13 +34,13 @@
"author": "Santosh Yadav <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/node": "16.11.11",
"@types/node": "20.3.1",
"ts-node": "10.9.1",
"typescript": "~5.0.0"
"typescript": "~5.1.3"
},
"dependencies": {
"@angular-devkit/architect": "0.1502.6",
"@angular-devkit/core": "15.2.6",
"@angular-devkit/schematics": "15.2.6"
"@angular-devkit/architect": "0.1601.0",
"@angular-devkit/core": "16.1.0",
"@angular-devkit/schematics": "16.1.0"
}
}

0 comments on commit 751bc6d

Please sign in to comment.