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 Nov 22, 2024
1 parent 139292c commit df0eb3f
Show file tree
Hide file tree
Showing 10 changed files with 292 additions and 160 deletions.
8 changes: 4 additions & 4 deletions apps/web-twig-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"@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.6",
"@lmc-eu/spirit-web": "2.5.1",
"@lmc-eu/spirit-design-tokens": "2.1.2",
"@symfony/stimulus-bridge": "3.2.2",
"@symfony/webpack-encore": "4.7.0",
"core-js": "3.39.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-with-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@next/eslint-plugin-next": "14.2.18",
"@types/node": "20.16.11",
"@types/node": "20.17.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-with-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/preset-typescript": "7.26.0",
"@next/eslint-plugin-next": "14.2.18",
"@types/babel__core": "7.20.5",
"@types/node": "20.16.11",
"@types/node": "20.17.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
Expand Down
4 changes: 2 additions & 2 deletions exporters/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"types": "true"
},
"dependencies": {
"@supernovaio/export-helpers": "1.0.16",
"@supernovaio/sdk-exporters": "2.0.23",
"@supernovaio/export-helpers": "1.0.29",
"@supernovaio/sdk-exporters": "2.0.29",
"vite": "5.4.11"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@
"eslint-plugin-storybook": "0.11.1",
"husky": "9.1.7",
"is-ci": "3.0.1",
"lerna": "8.1.8",
"lerna": "8.1.9",
"lint-staged": "15.2.10",
"netlify-cli": "17.37.2",
"npm-run-all2": "6.2.6",
"nx": "19.7.2",
"nx": "19.8.11",
"postcss": "8.4.49",
"prettier": "3.3.3",
"prettier-config-spirit": "workspace:^",
Expand All @@ -104,5 +104,5 @@
"resolutions": {
"typescript": "4.7.4"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].2"
}
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@lmc-eu/eslint-config-jest": "3.0.5",
"@types/eslint": "8.56.12",
"@types/jest": "29.5.14",
"@types/node": "20.16.11",
"@types/node": "20.17.6",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@lmc-eu/eslint-config-jest": "3.0.5",
"@types/eslint": "8.56.12",
"@types/jest": "29.5.14",
"@types/node": "20.16.11",
"@types/node": "20.17.6",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/jest": "29.5.14",
"@types/node": "20.16.11",
"@types/node": "20.17.6",
"jest": "29.7.0"
}
}
4 changes: 2 additions & 2 deletions packages/web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@testing-library/user-event": "14.5.2",
"@types/babel__core": "7.20.5",
"@types/jest": "29.5.14",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/node": "20.17.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-transition-group": "4.4.11",
"@typescript-eslint/eslint-plugin": "6.21.0",
Expand Down
Loading

0 comments on commit df0eb3f

Please sign in to comment.