Skip to content

Commit 8de62af

Browse files
deleoniogithub-actions[bot]
authored andcommitted
chore: update dependencies and lock file
1 parent ebfb56c commit 8de62af

File tree

25 files changed

+1203
-1222
lines changed

25 files changed

+1203
-1222
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"license-report": "6.8.2",
55
"npm-check-updates": "19.6.6",
66
"npm-run-all2": "8.0.4",
7-
"prettier": "3.8.1",
7+
"prettier": "3.8.3",
88
"prettier-plugin-organize-imports": "4.3.0",
9-
"stylelint": "17.6.0",
9+
"stylelint": "17.8.0",
1010
"stylelint-config-recommended-scss": "17.0.1",
1111
"stylelint-config-standard": "40.0.0",
1212
"stylelint-order": "8.1.1",

packages/adapters/angular/v19/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": "19.2.20",
69-
"@angular/compiler": "19.2.20",
70-
"@angular/compiler-cli": "19.2.20",
71-
"@angular/core": "19.2.20",
68+
"@angular/common": "19.2.21",
69+
"@angular/compiler": "19.2.21",
70+
"@angular/compiler-cli": "19.2.21",
71+
"@angular/core": "19.2.21",
7272
"@public-ui/components": "workspace:*",
7373
"minimatch": "10.2.5",
7474
"rimraf": "6.1.3",
@@ -77,7 +77,7 @@
7777
"zone.js": "0.15.1"
7878
},
7979
"peerDependencies": {
80-
"@angular/core": "^19.2.20",
80+
"@angular/core": "^19.2.21",
8181
"@public-ui/components": "workspace:*"
8282
},
8383
"files": [

packages/adapters/angular/v20/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": "20.3.18",
69-
"@angular/compiler": "20.3.18",
70-
"@angular/compiler-cli": "20.3.18",
71-
"@angular/core": "20.3.18",
68+
"@angular/common": "20.3.19",
69+
"@angular/compiler": "20.3.19",
70+
"@angular/compiler-cli": "20.3.19",
71+
"@angular/core": "20.3.19",
7272
"@public-ui/components": "workspace:*",
7373
"minimatch": "10.2.5",
7474
"rimraf": "6.1.3",
@@ -77,7 +77,7 @@
7777
"zone.js": "0.15.1"
7878
},
7979
"peerDependencies": {
80-
"@angular/core": "^20.3.18",
80+
"@angular/core": "^20.3.19",
8181
"@public-ui/components": "workspace:*"
8282
},
8383
"files": [

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.8",
69-
"@angular/compiler": "21.2.8",
70-
"@angular/compiler-cli": "21.2.8",
71-
"@angular/core": "21.2.8",
68+
"@angular/common": "21.2.9",
69+
"@angular/compiler": "21.2.9",
70+
"@angular/compiler-cli": "21.2.9",
71+
"@angular/core": "21.2.9",
7272
"@public-ui/components": "workspace:*",
7373
"minimatch": "10.2.5",
7474
"rimraf": "6.1.3",
@@ -77,7 +77,7 @@
7777
"zone.js": "0.16.1"
7878
},
7979
"peerDependencies": {
80-
"@angular/core": "^21.2.8",
80+
"@angular/core": "^21.2.9",
8181
"@public-ui/components": "workspace:*"
8282
},
8383
"files": [

packages/adapters/hydrate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"cross-env": "10.1.0",
6161
"mocha": "11.7.5",
6262
"mocha-snapshots": "4.2.0",
63-
"prettier": "3.8.1",
63+
"prettier": "3.8.3",
6464
"prettier-plugin-organize-imports": "4.3.0",
6565
"rimraf": "6.1.3"
6666
},

packages/adapters/react-hook-form-adapter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
"@public-ui/react-v19": "workspace:*",
5959
"@types/react": "19.2.14",
6060
"@types/react-dom": "19.2.3",
61-
"@typescript-eslint/eslint-plugin": "8.58.1",
62-
"@typescript-eslint/parser": "8.58.1",
61+
"@typescript-eslint/eslint-plugin": "8.58.2",
62+
"@typescript-eslint/parser": "8.58.2",
6363
"eslint": "9.39.4",
64-
"prettier": "3.8.1",
64+
"prettier": "3.8.3",
6565
"prettier-plugin-organize-imports": "4.3.0",
6666
"react": "19.2.4",
6767
"react-dom": "19.2.5",

packages/adapters/react-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@public-ui/react": "workspace:*",
5252
"cpy-cli": "6.0.0",
5353
"rimraf": "6.1.3",
54-
"webpack": "5.106.0",
54+
"webpack": "5.106.2",
5555
"webpack-cli": "6.0.1"
5656
},
5757
"peerDependencies": {

packages/adapters/svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
"@babel/types": "7.29.0",
5252
"@public-ui/components": "workspace:*",
5353
"minimatch": "10.2.5",
54-
"svelte": "5.55.2",
54+
"svelte": "5.55.4",
5555
"typescript": "5.9.3",
5656
"unbuild": "3.6.1"
5757
},
5858
"peerDependencies": {
5959
"@public-ui/components": "workspace:*",
60-
"svelte": "^5.55.2"
60+
"svelte": "^5.55.4"
6161
},
6262
"sideEffects": false,
6363
"type": "module",

packages/components/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,26 +123,26 @@
123123
"@types/pug": "2.0.10",
124124
"@types/twig": "1.12.17",
125125
"@types/wcag-contrast": "3.0.3",
126-
"@typescript-eslint/eslint-plugin": "8.58.1",
127-
"@typescript-eslint/parser": "8.58.1",
126+
"@typescript-eslint/eslint-plugin": "8.58.2",
127+
"@typescript-eslint/parser": "8.58.2",
128128
"adopted-style-sheets": "1.1.9-rc.21",
129-
"autoprefixer": "10.4.27",
129+
"autoprefixer": "10.5.0",
130130
"cross-env": "10.1.0",
131-
"cssnano": "7.1.4",
131+
"cssnano": "7.1.5",
132132
"eslint": "9.39.4",
133133
"eslint-plugin-jsx-a11y": "6.10.2",
134134
"jest": "29.7.0",
135135
"jest-cli": "^29.7.0",
136136
"knip": "5.88.1",
137137
"mustache": "4.2.0",
138-
"postcss": "8.5.9",
138+
"postcss": "8.5.10",
139139
"postcss-sorting": "9.1.0",
140-
"prettier": "3.8.1",
140+
"prettier": "3.8.3",
141141
"prettier-plugin-organize-imports": "4.3.0",
142142
"pug": "3.0.4",
143143
"rimraf": "6.1.3",
144144
"stencil-awesome-test": "1.0.6",
145-
"stylelint": "17.6.0",
145+
"stylelint": "17.8.0",
146146
"terser": "5.46.1",
147147
"twig": "1.17.1",
148148
"typescript": "5.9.3"

packages/samples/angular/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"unused": "knip"
1414
},
1515
"dependencies": {
16-
"@angular/animations": "21.2.8",
17-
"@angular/common": "21.2.8",
18-
"@angular/compiler": "21.2.8",
19-
"@angular/core": "21.2.8",
20-
"@angular/platform-browser": "21.2.8",
21-
"@angular/router": "21.2.8",
16+
"@angular/animations": "21.2.9",
17+
"@angular/common": "21.2.9",
18+
"@angular/compiler": "21.2.9",
19+
"@angular/core": "21.2.9",
20+
"@angular/platform-browser": "21.2.9",
21+
"@angular/router": "21.2.9",
2222
"@public-ui/angular-v21": "workspace:*",
2323
"@public-ui/components": "workspace:*",
2424
"@public-ui/theme-default": "workspace:*",
@@ -29,21 +29,21 @@
2929
"devDependencies": {
3030
"@angular-devkit/build-angular": "21.2.7",
3131
"@angular/cli": "21.2.7",
32-
"@angular/compiler-cli": "21.2.8",
32+
"@angular/compiler-cli": "21.2.9",
3333
"@types/jasmine": "6.0.0",
3434
"@tailwindcss/postcss": "4.2.2",
3535
"adopted-style-sheets": "1.1.9-rc.21",
3636
"cpy-cli": "6.0.0",
37-
"hono": "4.12.12",
37+
"hono": "4.12.14",
3838
"karma-jasmine": "5.1.0",
3939
"karma-chrome-launcher": "3.2.0",
4040
"karma-jasmine-html-reporter": "2.2.0",
4141
"karma-coverage": "2.2.1",
42-
"jasmine-core": "6.1.0",
42+
"jasmine-core": "6.2.0",
4343
"knip": "5.88.1",
4444
"npm-run-all2": "8.0.4",
45-
"postcss": "8.5.9",
46-
"prettier": "3.8.1",
45+
"postcss": "8.5.10",
46+
"prettier": "3.8.3",
4747
"prettier-plugin-organize-imports": "4.3.0",
4848
"tailwindcss": "3.4.19",
4949
"typescript": "5.9.3"

0 commit comments

Comments
 (0)