Skip to content

Commit 971022a

Browse files
committed
build: update all non-major dependencies
1 parent f5c250a commit 971022a

File tree

4 files changed

+128
-76
lines changed

4 files changed

+128
-76
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@angular/router": "18.2.0-next.0",
7171
"@angular/service-worker": "18.2.0-next.0",
7272
"@babel/core": "7.24.9",
73-
"@babel/generator": "7.24.9",
73+
"@babel/generator": "7.24.10",
7474
"@babel/helper-annotate-as-pure": "7.24.7",
7575
"@babel/helper-split-export-declaration": "7.24.7",
7676
"@babel/plugin-syntax-import-attributes": "7.24.7",
@@ -112,8 +112,8 @@
112112
"@types/yargs": "^17.0.20",
113113
"@types/yargs-parser": "^21.0.0",
114114
"@types/yarnpkg__lockfile": "^1.1.5",
115-
"@typescript-eslint/eslint-plugin": "7.16.0",
116-
"@typescript-eslint/parser": "7.16.0",
115+
"@typescript-eslint/eslint-plugin": "7.16.1",
116+
"@typescript-eslint/parser": "7.16.1",
117117
"@vitejs/plugin-basic-ssl": "1.1.0",
118118
"@web/test-runner": "^0.18.0",
119119
"@yarnpkg/lockfile": "1.1.0",
@@ -192,15 +192,15 @@
192192
"source-map-support": "0.5.21",
193193
"symbol-observable": "4.0.0",
194194
"tar": "^6.1.6",
195-
"terser": "5.31.2",
195+
"terser": "5.31.3",
196196
"tree-kill": "1.2.2",
197197
"ts-node": "^10.9.1",
198198
"tslib": "2.6.3",
199199
"typescript": "5.5.3",
200200
"undici": "6.19.2",
201201
"verdaccio": "5.31.1",
202202
"verdaccio-auth-memory": "^10.0.0",
203-
"vite": "5.3.3",
203+
"vite": "5.3.4",
204204
"watchpack": "2.4.1",
205205
"webpack": "5.93.0",
206206
"webpack-dev-middleware": "7.2.1",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"rollup": "4.18.1",
4242
"sass": "1.77.8",
4343
"semver": "7.6.2",
44-
"vite": "5.3.3",
44+
"vite": "5.3.4",
4545
"watchpack": "2.4.1"
4646
},
4747
"peerDependencies": {

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1313
"@angular/build": "0.0.0-PLACEHOLDER",
1414
"@babel/core": "7.24.9",
15-
"@babel/generator": "7.24.9",
15+
"@babel/generator": "7.24.10",
1616
"@babel/helper-annotate-as-pure": "7.24.7",
1717
"@babel/helper-split-export-declaration": "7.24.7",
1818
"@babel/plugin-transform-async-generator-functions": "7.24.7",
@@ -58,10 +58,10 @@
5858
"semver": "7.6.2",
5959
"source-map-loader": "5.0.0",
6060
"source-map-support": "0.5.21",
61-
"terser": "5.31.2",
61+
"terser": "5.31.3",
6262
"tree-kill": "1.2.2",
6363
"tslib": "2.6.3",
64-
"vite": "5.3.3",
64+
"vite": "5.3.4",
6565
"watchpack": "2.4.1",
6666
"webpack": "5.93.0",
6767
"webpack-dev-middleware": "7.2.1",

0 commit comments

Comments
 (0)