Skip to content

Commit

Permalink
Deps: Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 4c3e3a3 commit d26c97f
Show file tree
Hide file tree
Showing 12 changed files with 551 additions and 656 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: echo "site_url=${{ env.NETLIFY_DEPLOYED_URL }}" >> "$GITHUB_OUTPUT"

- name: Run Playwright tests
uses: docker://mcr.microsoft.com/playwright:v1.49.0-jammy
uses: docker://mcr.microsoft.com/playwright:v1.49.1-jammy
with:
args: 'sh -c "corepack install && corepack enable && yarn test:e2e"'
env:
Expand Down
4 changes: 2 additions & 2 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
},
"devDependencies": {
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.1.1",
"@rollup/plugin-typescript": "12.1.2",
"autoprefixer": "10.4.20",
"clean-css-cli": "5.6.3",
"npm-run-all2": "6.2.6",
"postcss": "8.4.49",
"rollup": "4.27.3",
"sass-embedded": "1.81.0",
"sass-embedded": "1.83.0",
"sass-true": "8.1.0",
"shx": "0.3.4",
"typescript": "5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@storybook/react-vite": "8.4.5",
"@storybook/test": "8.4.5",
"@storybook/theming": "8.4.5",
"@vitejs/plugin-react": "4.3.3",
"@vitejs/plugin-react": "4.3.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "8.4.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/web-twig-demo/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#syntax=docker/dockerfile:1.11
#syntax=docker/dockerfile:1.12

# The different stages of this Dockerfile are meant to be built into separate images
# https://docs.docker.com/develop/develop-images/multistage-build/#stop-at-a-specific-build-stage
Expand Down
10 changes: 5 additions & 5 deletions apps/web-twig-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@csstools/normalize.css": "12.1.1",
"@floating-ui/dom": "1.6.11",
"@floating-ui/dom": "1.6.12",
"@hotwired/stimulus": "3.2.2",
"@lmc-eu/spirit-demo": "0.1.3",
"@lmc-eu/spirit-form-validations": "2.0.4",
"@lmc-eu/spirit-web": "2.5.0",
"@lmc-eu/spirit-design-tokens": "2.1.1",
"@lmc-eu/spirit-form-validations": "2.0.7",
"@lmc-eu/spirit-web": "2.5.2",
"@lmc-eu/spirit-design-tokens": "2.1.3",
"@symfony/stimulus-bridge": "3.2.2",
"@symfony/webpack-encore": "4.7.0",
"core-js": "3.39.0",
"regenerator-runtime": "0.14.1",
"sass-loader": "14.2.1",
"sass-embedded": "1.81.0",
"sass-embedded": "1.83.0",
"ts-loader": "9.5.1",
"typescript": "5.6.3",
"webpack-cli": "5.1.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/next-with-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"@lmc-eu/spirit-icons": "workspace:^",
"@lmc-eu/spirit-web": "workspace:^",
"@lmc-eu/spirit-web-react": "workspace:^",
"next": "14.2.18",
"next": "14.2.20",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.2.18",
"@next/eslint-plugin-next": "14.2.20",
"@types/node": "20.16.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/next-with-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"@lmc-eu/spirit-icons": "workspace:^",
"@lmc-eu/spirit-web": "workspace:^",
"@lmc-eu/spirit-web-react": "workspace:^",
"next": "14.2.18",
"next": "14.2.20",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-typescript": "7.26.0",
"@next/eslint-plugin-next": "14.2.18",
"@next/eslint-plugin-next": "14.2.20",
"@types/babel__core": "7.20.5",
"@types/node": "20.16.11",
"@types/react": "18.3.12",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@
"@almacareer/remark-config": "0.1.0",
"@babel/core": "7.26.0",
"@babel/preset-react": "7.25.9",
"@commitlint/cli": "19.6.0",
"@commitlint/cli": "19.6.1",
"@lmc-eu/commitlint-config": "2.0.3",
"@lmc-eu/conventional-changelog-lmc-github": "3.0.3",
"@lmc-eu/eslint-config-react": "2.0.5",
"@omlet/cli": "1.12.0",
"@playwright/test": "1.49.0",
"@playwright/test": "1.49.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-node-resolve": "15.3.1",
"@svgr/webpack": "8.1.0",
"babel-loader": "9.2.1",
"core-js": "3.39.0",
Expand All @@ -83,7 +83,7 @@
"is-ci": "3.0.1",
"lerna": "8.1.8",
"lint-staged": "15.2.10",
"netlify-cli": "17.37.2",
"netlify-cli": "17.38.1",
"npm-run-all2": "6.2.6",
"nx": "19.7.2",
"postcss": "8.4.49",
Expand All @@ -105,5 +105,5 @@
"resolutions": {
"typescript": "4.7.4"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].3"
}
2 changes: 1 addition & 1 deletion packages/form-validations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/jest": "29.5.14",
"jest": "29.7.0",
"npm-run-all2": "6.2.6",
"sass-embedded": "1.81.0",
"sass-embedded": "1.83.0",
"shx": "0.3.4",
"tslib": "2.8.1",
"typescript": "5.6.3",
Expand Down
16 changes: 8 additions & 8 deletions packages/web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"module": "./index.js",
"types": "./index.d.ts",
"dependencies": {
"@floating-ui/react": "^0.26.5",
"@floating-ui/react": "^0.27.0",
"classnames": "^2.3.1",
"html-dom-parser": "5.0.10",
"html-react-parser": "5.1.18",
"html-dom-parser": "5.0.12",
"html-react-parser": "5.2.1",
"react-transition-group": "^4.4.5",
"usehooks-ts": "^3.1.0"
},
Expand All @@ -40,12 +40,12 @@
"@lmc-eu/spirit-demo": "^1.0.1",
"@lmc-eu/spirit-design-tokens": "^3.0.1",
"@lmc-eu/spirit-web": "^3.1.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-node-resolve": "15.3.1",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-terser": "0.4.4",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/babel__core": "7.20.5",
"@types/jest": "29.5.14",
Expand Down Expand Up @@ -74,9 +74,9 @@
"react-dom": "18.3.1",
"recast": "0.23.9",
"rollup": "4.27.3",
"sass-embedded": "1.81.0",
"sass-embedded": "1.83.0",
"shx": "0.3.4",
"terser-webpack-plugin": "5.3.10",
"terser-webpack-plugin": "5.3.11",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"typescript": "5.6.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"@lmc-eu/browserslist-config": "2.0.1",
"@lmc-eu/spirit-common": "^0.3.8",
"@lmc-eu/spirit-demo": "^1.0.1",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.1.1",
"@rollup/plugin-typescript": "12.1.2",
"@types/eslint": "9.6.1",
"@types/jest": "29.5.14",
"autoprefixer": "10.4.20",
Expand All @@ -75,7 +75,7 @@
"postcss": "8.4.49",
"postcss-cli": "11.0.0",
"rollup": "4.27.3",
"sass-embedded": "1.81.0",
"sass-embedded": "1.83.0",
"sass-true": "8.1.0",
"shx": "0.3.4",
"stylelint": "16.10.0",
Expand Down
Loading

0 comments on commit d26c97f

Please sign in to comment.