Skip to content

Commit 564bd76

Browse files
Deps: Update all non-major dependencies
1 parent b53a603 commit 564bd76

File tree

12 files changed

+611
-664
lines changed

12 files changed

+611
-664
lines changed

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: echo "site_url=${{ env.NETLIFY_DEPLOYED_URL }}" >> "$GITHUB_OUTPUT"
6767

6868
- name: Run Playwright tests
69-
uses: docker://mcr.microsoft.com/playwright:v1.49.0-jammy
69+
uses: docker://mcr.microsoft.com/playwright:v1.49.1-jammy
7070
with:
7171
args: 'sh -c "corepack install && corepack enable && yarn test:e2e"'
7272
env:

apps/demo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
},
2020
"devDependencies": {
2121
"@rollup/plugin-terser": "0.4.4",
22-
"@rollup/plugin-typescript": "12.1.1",
22+
"@rollup/plugin-typescript": "12.1.2",
2323
"autoprefixer": "10.4.20",
2424
"clean-css-cli": "5.6.3",
2525
"npm-run-all2": "6.2.6",
2626
"postcss": "8.4.49",
2727
"rollup": "4.27.3",
28-
"sass-embedded": "1.81.0",
28+
"sass-embedded": "1.83.0",
2929
"sass-true": "8.1.0",
3030
"shx": "0.3.4",
3131
"typescript": "5.6.3",

apps/storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@storybook/react-vite": "8.4.5",
2525
"@storybook/test": "8.4.5",
2626
"@storybook/theming": "8.4.5",
27-
"@vitejs/plugin-react": "4.3.3",
27+
"@vitejs/plugin-react": "4.3.4",
2828
"react": "18.3.1",
2929
"react-dom": "18.3.1",
3030
"storybook": "8.4.5",

apps/web-twig-demo/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#syntax=docker/dockerfile:1.11
1+
#syntax=docker/dockerfile:1.12
22

33
# The different stages of this Dockerfile are meant to be built into separate images
44
# https://docs.docker.com/develop/develop-images/multistage-build/#stop-at-a-specific-build-stage

apps/web-twig-demo/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
"@babel/core": "7.26.0",
99
"@babel/preset-env": "7.26.0",
1010
"@csstools/normalize.css": "12.1.1",
11-
"@floating-ui/dom": "1.6.11",
11+
"@floating-ui/dom": "1.6.12",
1212
"@hotwired/stimulus": "3.2.2",
1313
"@lmc-eu/spirit-demo": "0.1.3",
14-
"@lmc-eu/spirit-form-validations": "2.0.4",
15-
"@lmc-eu/spirit-web": "2.5.0",
16-
"@lmc-eu/spirit-design-tokens": "2.1.1",
14+
"@lmc-eu/spirit-form-validations": "2.0.7",
15+
"@lmc-eu/spirit-web": "2.5.2",
16+
"@lmc-eu/spirit-design-tokens": "2.1.3",
1717
"@symfony/stimulus-bridge": "3.2.2",
1818
"@symfony/webpack-encore": "4.7.0",
1919
"core-js": "3.39.0",
2020
"regenerator-runtime": "0.14.1",
2121
"sass-loader": "14.2.1",
22-
"sass-embedded": "1.81.0",
22+
"sass-embedded": "1.83.0",
2323
"ts-loader": "9.5.1",
2424
"typescript": "5.6.3",
2525
"webpack-cli": "5.1.4",

examples/next-with-app-router/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"@lmc-eu/spirit-icons": "workspace:^",
1414
"@lmc-eu/spirit-web": "workspace:^",
1515
"@lmc-eu/spirit-web-react": "workspace:^",
16-
"next": "14.2.18",
16+
"next": "14.2.21",
1717
"react": "^18",
1818
"react-dom": "^18"
1919
},
2020
"devDependencies": {
21-
"@next/eslint-plugin-next": "14.2.18",
21+
"@next/eslint-plugin-next": "14.2.21",
2222
"@types/node": "20.16.11",
2323
"@types/react": "18.3.12",
2424
"@types/react-dom": "18.3.1",

examples/next-with-pages-router/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"@lmc-eu/spirit-icons": "workspace:^",
1414
"@lmc-eu/spirit-web": "workspace:^",
1515
"@lmc-eu/spirit-web-react": "workspace:^",
16-
"next": "14.2.18",
16+
"next": "14.2.21",
1717
"react": "^18",
1818
"react-dom": "^18"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "7.26.0",
2222
"@babel/preset-typescript": "7.26.0",
23-
"@next/eslint-plugin-next": "14.2.18",
23+
"@next/eslint-plugin-next": "14.2.21",
2424
"@types/babel__core": "7.20.5",
2525
"@types/node": "20.16.11",
2626
"@types/react": "18.3.12",

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@
6161
"@almacareer/remark-config": "0.1.0",
6262
"@babel/core": "7.26.0",
6363
"@babel/preset-react": "7.25.9",
64-
"@commitlint/cli": "19.6.0",
64+
"@commitlint/cli": "19.6.1",
6565
"@lmc-eu/commitlint-config": "2.0.3",
6666
"@lmc-eu/conventional-changelog-lmc-github": "3.0.3",
6767
"@lmc-eu/eslint-config-react": "2.0.5",
6868
"@omlet/cli": "1.12.0",
69-
"@playwright/test": "1.49.0",
69+
"@playwright/test": "1.49.1",
7070
"@rollup/plugin-babel": "6.0.4",
71-
"@rollup/plugin-node-resolve": "15.3.0",
71+
"@rollup/plugin-node-resolve": "15.3.1",
7272
"@svgr/webpack": "8.1.0",
7373
"babel-loader": "9.2.1",
7474
"core-js": "3.39.0",
@@ -83,7 +83,7 @@
8383
"is-ci": "3.0.1",
8484
"lerna": "8.1.8",
8585
"lint-staged": "15.2.10",
86-
"netlify-cli": "17.37.2",
86+
"netlify-cli": "17.38.1",
8787
"npm-run-all2": "6.2.6",
8888
"nx": "19.7.2",
8989
"postcss": "8.4.49",
@@ -105,5 +105,5 @@
105105
"resolutions": {
106106
"typescript": "4.7.4"
107107
},
108-
"packageManager": "[email protected].0"
108+
"packageManager": "[email protected].3"
109109
}

packages/form-validations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/jest": "29.5.14",
3838
"jest": "29.7.0",
3939
"npm-run-all2": "6.2.6",
40-
"sass-embedded": "1.81.0",
40+
"sass-embedded": "1.83.0",
4141
"shx": "0.3.4",
4242
"tslib": "2.8.1",
4343
"typescript": "5.6.3",

packages/web-react/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"module": "./index.js",
2121
"types": "./index.d.ts",
2222
"dependencies": {
23-
"@floating-ui/react": "^0.26.5",
23+
"@floating-ui/react": "^0.27.0",
2424
"classnames": "^2.3.1",
25-
"html-dom-parser": "5.0.10",
26-
"html-react-parser": "5.1.18",
25+
"html-dom-parser": "5.0.13",
26+
"html-react-parser": "5.2.2",
2727
"react-transition-group": "^4.4.5",
2828
"usehooks-ts": "^3.1.0"
2929
},
@@ -40,12 +40,12 @@
4040
"@lmc-eu/spirit-demo": "^1.0.1",
4141
"@lmc-eu/spirit-design-tokens": "^3.0.1",
4242
"@lmc-eu/spirit-web": "^3.1.0",
43-
"@rollup/plugin-node-resolve": "15.3.0",
44-
"@rollup/plugin-replace": "6.0.1",
43+
"@rollup/plugin-node-resolve": "15.3.1",
44+
"@rollup/plugin-replace": "6.0.2",
4545
"@rollup/plugin-terser": "0.4.4",
4646
"@testing-library/dom": "10.4.0",
4747
"@testing-library/jest-dom": "6.6.3",
48-
"@testing-library/react": "16.0.1",
48+
"@testing-library/react": "16.1.0",
4949
"@testing-library/user-event": "14.5.2",
5050
"@types/babel__core": "7.20.5",
5151
"@types/jest": "29.5.14",
@@ -74,9 +74,9 @@
7474
"react-dom": "18.3.1",
7575
"recast": "0.23.9",
7676
"rollup": "4.27.3",
77-
"sass-embedded": "1.81.0",
77+
"sass-embedded": "1.83.0",
7878
"shx": "0.3.4",
79-
"terser-webpack-plugin": "5.3.10",
79+
"terser-webpack-plugin": "5.3.11",
8080
"ts-loader": "9.5.1",
8181
"ts-node": "10.9.2",
8282
"typescript": "5.6.3",

packages/web/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
"@lmc-eu/browserslist-config": "2.0.1",
6262
"@lmc-eu/spirit-common": "^0.3.8",
6363
"@lmc-eu/spirit-demo": "^1.0.1",
64-
"@rollup/plugin-replace": "6.0.1",
64+
"@rollup/plugin-replace": "6.0.2",
6565
"@rollup/plugin-terser": "0.4.4",
66-
"@rollup/plugin-typescript": "12.1.1",
66+
"@rollup/plugin-typescript": "12.1.2",
6767
"@types/eslint": "9.6.1",
6868
"@types/jest": "29.5.14",
6969
"autoprefixer": "10.4.20",
@@ -75,7 +75,7 @@
7575
"postcss": "8.4.49",
7676
"postcss-cli": "11.0.0",
7777
"rollup": "4.27.3",
78-
"sass-embedded": "1.81.0",
78+
"sass-embedded": "1.83.0",
7979
"sass-true": "8.1.0",
8080
"shx": "0.3.4",
8181
"stylelint": "16.10.0",

0 commit comments

Comments
 (0)