mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-06 14:50:21 -05:00
chore: update angular 17.3.0
This commit is contained in:
parent
37d56664cb
commit
a2d6418550
2 changed files with 633 additions and 768 deletions
1373
package-lock.json
generated
1373
package-lock.json
generated
File diff suppressed because it is too large
Load diff
28
package.json
28
package.json
|
@ -20,15 +20,15 @@
|
|||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~17.1.0",
|
||||
"@angular-devkit/core": "~17.1.0",
|
||||
"@angular-devkit/schematics": "~17.1.0",
|
||||
"@angular-devkit/build-angular": "~17.3.0",
|
||||
"@angular-devkit/core": "~17.3.0",
|
||||
"@angular-devkit/schematics": "~17.3.0",
|
||||
"@angular-eslint/eslint-plugin": "~17.0.0",
|
||||
"@angular-eslint/eslint-plugin-template": "~17.0.0",
|
||||
"@angular-eslint/template-parser": "~17.0.0",
|
||||
"@angular/cli": "~17.1.0",
|
||||
"@angular/compiler-cli": "~17.1.0",
|
||||
"@angular/language-service": "~17.1.0",
|
||||
"@angular/compiler-cli": "~17.3.0",
|
||||
"@angular/language-service": "~17.3.0",
|
||||
"@commitlint/cli": "^18.6.0",
|
||||
"@commitlint/config-conventional": "^18.6.0",
|
||||
"@eslint/eslintrc": "^2.1.1",
|
||||
|
@ -41,7 +41,7 @@
|
|||
"@nx/node": "^18.0.2",
|
||||
"@nx/vite": "18.0.2",
|
||||
"@nx/web": "18.0.2",
|
||||
"@schematics/angular": "~17.1.0",
|
||||
"@schematics/angular": "~17.3.0",
|
||||
"@swc-node/register": "~1.6.7",
|
||||
"@swc/core": "~1.3.85",
|
||||
"@swc/helpers": "~0.5.2",
|
||||
|
@ -75,14 +75,14 @@
|
|||
"packages/*"
|
||||
],
|
||||
"dependencies": {
|
||||
"@angular/animations": "~17.1.0",
|
||||
"@angular/common": "~17.1.0",
|
||||
"@angular/compiler": "~17.1.0",
|
||||
"@angular/core": "~17.1.0",
|
||||
"@angular/forms": "~17.1.0",
|
||||
"@angular/platform-browser": "~17.1.0",
|
||||
"@angular/platform-browser-dynamic": "~17.1.0",
|
||||
"@angular/router": "~17.1.0",
|
||||
"@angular/animations": "~17.3.0",
|
||||
"@angular/common": "~17.3.0",
|
||||
"@angular/compiler": "~17.3.0",
|
||||
"@angular/core": "~17.3.0",
|
||||
"@angular/forms": "~17.3.0",
|
||||
"@angular/platform-browser": "~17.3.0",
|
||||
"@angular/platform-browser-dynamic": "~17.3.0",
|
||||
"@angular/router": "~17.3.0",
|
||||
"@fastify/autoload": "~5.7.1",
|
||||
"@fastify/sensible": "~5.2.0",
|
||||
"@types/uuid": "^9.0.8",
|
||||
|
|
Loading…
Reference in a new issue