Skip to content

Commit 4c38958

Browse files
authored
chore(v2): update dependencies and lock file (#9722)
2 parents 671571a + c674e68 commit 4c38958

File tree

6 files changed

+469
-535
lines changed

6 files changed

+469
-535
lines changed

packages/adapters/angular/v21/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
"import": "./dist/index.js"
6666
},
6767
"devDependencies": {
68-
"@angular/common": "21.2.0",
69-
"@angular/compiler": "21.2.0",
70-
"@angular/compiler-cli": "21.2.0",
71-
"@angular/core": "21.2.0",
68+
"@angular/common": "21.2.1",
69+
"@angular/compiler": "21.2.1",
70+
"@angular/compiler-cli": "21.2.1",
71+
"@angular/core": "21.2.1",
7272
"@public-ui/components": "workspace:*",
7373
"@types/minimatch": "6.0.0",
7474
"@types/minimist": "1.2.5",
@@ -80,7 +80,7 @@
8080
"zone.js": "0.16.1"
8181
},
8282
"peerDependencies": {
83-
"@angular/core": "^21.2.0",
83+
"@angular/core": "^21.2.1",
8484
"@public-ui/components": "workspace:*"
8585
},
8686
"files": [

packages/samples/angular/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@
1010
"watch": "ng build --watch --configuration development"
1111
},
1212
"dependencies": {
13-
"@angular/animations": "21.2.0",
14-
"@angular/common": "21.2.0",
15-
"@angular/compiler": "21.2.0",
16-
"@angular/core": "21.2.0",
17-
"@angular/forms": "21.2.0",
18-
"@angular/platform-browser": "21.2.0",
19-
"@angular/platform-browser-dynamic": "21.2.0",
20-
"@angular/router": "21.2.0",
13+
"@angular/animations": "21.2.1",
14+
"@angular/common": "21.2.1",
15+
"@angular/compiler": "21.2.1",
16+
"@angular/core": "21.2.1",
17+
"@angular/forms": "21.2.1",
18+
"@angular/platform-browser": "21.2.1",
19+
"@angular/platform-browser-dynamic": "21.2.1",
20+
"@angular/router": "21.2.1",
2121
"@public-ui/angular-v20": "workspace:*",
2222
"@public-ui/components": "workspace:*",
2323
"@public-ui/theme-default": "workspace:*",
2424
"rxjs": "7.8.2",
2525
"zone.js": "0.16.1"
2626
},
2727
"devDependencies": {
28-
"@angular-devkit/build-angular": "21.2.0",
29-
"@angular/cli": "21.2.0",
30-
"@angular/compiler-cli": "21.2.0",
28+
"@angular-devkit/build-angular": "21.2.1",
29+
"@angular/cli": "21.2.1",
30+
"@angular/compiler-cli": "21.2.1",
3131
"@types/jasmine": "5.1.15",
3232
"jasmine-core": "5.13.0",
3333
"karma": "6.4.4",

packages/samples/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@public-ui/react-v19": "workspace:*",
3131
"@public-ui/themes": "workspace:*",
3232
"@stencil/core": "4.36.3",
33-
"@types/node": "24.11.0",
33+
"@types/node": "24.11.2",
3434
"@types/react": "19.2.14",
3535
"@types/react-dom": "19.2.3",
3636
"@unocss/preset-mini": "66.5.10",

packages/tools/benchmark-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@public-ui/components": "workspace:*",
3838
"@public-ui/theme-default": "workspace:*",
3939
"@types/mocha": "10.0.10",
40-
"@types/node": "24.11.0",
40+
"@types/node": "24.11.2",
4141
"@wdio/cli": "9.24.0",
4242
"@wdio/globals": "9.23.0",
4343
"@wdio/local-runner": "9.24.0",

0 commit comments

Comments
 (0)