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 Sep 13, 2024
1 parent e5c8a7b commit 4a28d4a
Show file tree
Hide file tree
Showing 17 changed files with 352 additions and 336 deletions.
4 changes: 2 additions & 2 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"clean-css-cli": "5.6.3",
"npm-run-all2": "6.2.2",
"postcss": "8.4.45",
"rollup": "4.21.2",
"rollup": "4.21.3",
"sass": "1.78.0",
"sass-true": "8.0.0",
"shx": "0.3.4",
"typescript": "5.6.2",
"vite": "5.4.4",
"vite": "5.4.5",
"vite-plugin-handlebars": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"react-dom": "18.3.1",
"storybook": "8.3.0",
"typescript": "5.6.2",
"vite": "5.4.4"
"vite": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion configs/jest-config-spirit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@swc/core": "1.7.26",
"@swc/jest": "0.2.36",
"@testing-library/jest-dom": "^6.4.5",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/next-with-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"@lmc-eu/spirit-icons": "workspace:^",
"@lmc-eu/spirit-web": "workspace:^",
"@lmc-eu/spirit-web-react": "workspace:^",
"next": "14.2.9",
"next": "14.2.11",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.2.9",
"@next/eslint-plugin-next": "14.2.11",
"@types/node": "20.16.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.9",
"eslint-config-next": "14.2.11",
"typescript": "4.9.5"
}
}
6 changes: 3 additions & 3 deletions examples/next-with-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"@lmc-eu/spirit-icons": "workspace:^",
"@lmc-eu/spirit-web": "workspace:^",
"@lmc-eu/spirit-web-react": "workspace:^",
"next": "14.2.9",
"next": "14.2.11",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-typescript": "7.24.7",
"@next/eslint-plugin-next": "14.2.9",
"@next/eslint-plugin-next": "14.2.11",
"@types/babel__core": "7.20.5",
"@types/node": "20.16.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.9",
"eslint-config-next": "14.2.11",
"typescript": "4.9.5"
},
"description": "This is a [Next.js](https://nextjs.org/) project with demo Spirit Design System components and pages router",
Expand Down
2 changes: 1 addition & 1 deletion exporters/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"typescript": "5.6.2",
"vite": "5.4.4"
"vite": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion exporters/scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"typescript": "5.6.2",
"vite": "5.4.4"
"vite": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion exporters/variables-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@supernovaio/export-helpers": "^1.0.9",
"@supernovaio/sdk-exporters": "^2.0.17",
"vite": "5.4.4"
"vite": "5.4.5"
},
"devDependencies": {
"@lmc-eu/eslint-config-typescript": "2.1.4",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@
"eslint": "8.57.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "0.8.0",
"husky": "9.1.5",
"husky": "9.1.6",
"is-ci": "3.0.1",
"lerna": "8.1.8",
"lint-staged": "15.2.10",
"netlify-cli": "17.36.0",
"npm-run-all2": "6.2.2",
"nx": "19.7.2",
"nx": "19.7.3",
"postcss": "8.4.45",
"prettier": "3.3.3",
"prettier-config-spirit": "workspace:^",
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.5",
"@types/eslint": "8.56.12",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/node": "20.16.5",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.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.5",
"@types/eslint": "8.56.12",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/node": "20.16.5",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.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 @@ -25,7 +25,7 @@
"types": "tsc"
},
"devDependencies": {
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/node": "20.16.5",
"jest": "29.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"stylelint": "16.9.0",
"stylelint-config-spirit": "workspace:^",
"typescript": "5.6.2",
"vite": "5.4.4",
"vite": "5.4.5",
"vite-plugin-dts": "3.9.1"
}
}
4 changes: 2 additions & 2 deletions packages/form-validations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
},
"devDependencies": {
"@lmc-eu/browserslist-config": "2.0.1",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"sass": "1.78.0",
"shx": "0.3.4",
"tslib": "2.7.0",
"typescript": "5.6.2",
"vite": "5.4.4"
"vite": "5.4.5"
},
"nx": {
"targets": {
Expand Down
12 changes: 6 additions & 6 deletions packages/web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@react-hook/resize-observer": "^2.0.0",
"classnames": "^2.3.1",
"html-dom-parser": "5.0.10",
"html-react-parser": "5.1.15",
"html-react-parser": "5.1.16",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
Expand All @@ -47,9 +47,9 @@
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/babel__core": "7.20.5",
"@types/jest": "29.5.12",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/jest": "29.5.13",
"@types/node": "20.16.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/react-transition-group": "4.4.11",
"@typescript-eslint/eslint-plugin": "6.21.0",
Expand All @@ -61,7 +61,7 @@
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.11",
"eslint-plugin-standard": "5.0.0",
Expand All @@ -72,7 +72,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"recast": "0.23.9",
"rollup": "4.21.2",
"rollup": "4.21.3",
"sass": "1.78.0",
"shx": "0.3.4",
"terser-webpack-plugin": "5.3.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"@types/eslint": "9.6.1",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"autoprefixer": "10.4.20",
"clean-css-cli": "5.6.3",
"eslint": "8.57.0",
Expand All @@ -72,7 +72,7 @@
"npm-run-all": "4.1.5",
"postcss": "8.4.45",
"postcss-cli": "11.0.0",
"rollup": "4.21.2",
"rollup": "4.21.3",
"sass": "1.78.0",
"sass-true": "8.0.0",
"shx": "0.3.4",
Expand Down
Loading

0 comments on commit 4a28d4a

Please sign in to comment.