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 Jun 11, 2024
1 parent 5f2d6e4 commit ecc1fc4
Show file tree
Hide file tree
Showing 15 changed files with 306 additions and 498 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.2
18.20.3
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"npm-run-all2": "5.0.2",
"rollup": "3.29.4",
"rollup-plugin-terser": "7.0.2",
"sass": "1.77.2",
"sass": "1.77.4",
"sass-true": "7.0.1",
"shx": "0.3.4",
"vite": "4.5.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 @@ -14,7 +14,7 @@
"build": "storybook build --config-dir ./ --output-dir ./build"
},
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/core": "7.24.7",
"@storybook/addon-actions": "7.6.19",
"@storybook/addon-essentials": "7.6.19",
"@storybook/addon-links": "7.6.19",
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 @@ -5,21 +5,21 @@
"license": "MIT",
"private": true,
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@csstools/normalize.css": "12.1.1",
"@floating-ui/dom": "1.6.5",
"@hotwired/stimulus": "3.2.2",
"@lmc-eu/spirit-demo": "0.1.1",
"@lmc-eu/spirit-form-validations": "1.1.6",
"@lmc-eu/spirit-web": "1.14.0",
"@lmc-eu/spirit-form-validations": "1.1.7",
"@lmc-eu/spirit-web": "1.15.0",
"@lmc-eu/spirit-design-tokens": "^1.1.6",
"@symfony/stimulus-bridge": "3.2.2",
"@symfony/webpack-encore": "4.6.1",
"core-js": "3.37.1",
"regenerator-runtime": "0.14.1",
"sass-loader": "13.3.3",
"sass": "1.77.2",
"sass": "1.77.4",
"ts-loader": "9.5.1",
"typescript": "5.4.5",
"webpack-cli": "5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion configs/jest-config-spirit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "module",
"module": "./index.js",
"dependencies": {
"@swc/core": "1.5.7",
"@swc/core": "1.5.27",
"@swc/jest": "0.2.36",
"@testing-library/jest-dom": "^6.4.5",
"@types/jest": "29.5.12",
Expand Down
2 changes: 1 addition & 1 deletion exporters/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"types": "tsc"
},
"devDependencies": {
"@swc/core": "1.5.7",
"@swc/core": "1.5.27",
"@swc/jest": "0.2.36",
"eslint": "8.57.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion exporters/scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"types": "tsc"
},
"devDependencies": {
"@swc/core": "1.5.7",
"@swc/core": "1.5.27",
"@swc/jest": "0.2.36",
"eslint": "8.57.0",
"jest": "29.7.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,25 +52,25 @@
"version": "yarn format:fix:changelog"
},
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/preset-react": "7.24.6",
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@commitlint/cli": "17.8.1",
"@lmc-eu/commitlint-config": "2.0.1",
"@lmc-eu/conventional-changelog-lmc-github": "3.0.1",
"@lmc-eu/eslint-config-react": "2.0.2",
"@lmc-eu/prettier-config": "2.0.0",
"@omlet/cli": "1.6.1",
"@omlet/cli": "1.7.0",
"@playwright/test": "1.44.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.5",
"@rollup/plugin-replace": "5.0.7",
"@svgr/webpack": "8.1.0",
"babel-loader": "9.1.3",
"core-js": "3.37.1",
"css-loader": "6.11.0",
"eslint": "8.57.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "0.8.0",
"husky": "8.0.3",
Expand All @@ -81,7 +81,7 @@
"npm-run-all2": "5.0.2",
"nx": "17.3.2",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier": "3.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-syntax-highlighter": "15.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@lmc-eu/eslint-config-jest": "3.0.2",
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@lmc-eu/eslint-config-jest": "3.0.2",
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"jest": "29.7.0"
}
}
4 changes: 2 additions & 2 deletions packages/form-validations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@types/jest": "29.5.12",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"sass": "1.77.2",
"sass": "1.77.4",
"shx": "0.3.4",
"tslib": "2.6.2",
"tslib": "2.6.3",
"typescript": "5.4.5",
"vite": "4.5.3"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@babel/preset-env": "7.24.6",
"@babel/preset-react": "7.24.6",
"@babel/preset-typescript": "7.24.6",
"@babel/preset-env": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@lmc-eu/eslint-config-base": "3.0.2",
"@lmc-eu/eslint-config-jest": "3.0.2",
"@lmc-eu/eslint-config-react": "2.0.2",
Expand All @@ -40,12 +40,12 @@
"@lmc-eu/spirit-web": "^2.0.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "14.3.1",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-transition-group": "4.4.10",
Expand All @@ -56,20 +56,20 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-standard": "5.0.0",
"glob": "10.4.1",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"recast": "0.23.7",
"recast": "0.23.9",
"rollup": "3.29.4",
"rollup-plugin-terser": "7.0.2",
"sass": "1.77.2",
"sass": "1.77.4",
"shx": "0.3.4",
"terser-webpack-plugin": "5.3.10",
"ts-loader": "9.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
"postcss-cli": "10.1.0",
"rollup": "3.29.4",
"rollup-plugin-terser": "7.0.2",
"sass": "1.77.2",
"sass": "1.77.4",
"sass-true": "7.0.1",
"shx": "0.3.4",
"stylelint": "15.11.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-order": "6.0.4",
"tslib": "2.6.2",
"tslib": "2.6.3",
"typescript": "5.4.5"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit ecc1fc4

Please sign in to comment.