Skip to content

Commit

Permalink
chore(deps): update dependencies (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpapini authored Sep 8, 2024
2 parents acfab24 + e826ed6 commit f227ebb
Show file tree
Hide file tree
Showing 7 changed files with 423 additions and 452 deletions.
18 changes: 18 additions & 0 deletions .changeset/renovate-680d025.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
'@jpapini/eslint-config': patch
'@jpapini/jest-config': patch
'@jpapini/vite-config': patch
'@jpapini/webpack-config': patch
---

Updated dependency `vite-plugin-dts` to `4.1.1`.
Updated dependency `vite` to `5.4.3`.
Updated dependency `@swc/core` to `1.7.24`.
Updated dependency `eslint-plugin-import` to `2.30.0`.
Updated dependency `eslint-plugin-jest` to `28.8.3`.
Updated dependency `eslint-plugin-jsx-a11y` to `6.10.0`.
Updated dependency `eslint-plugin-react` to `7.35.2`.
Updated dependency `@changesets/cli` to `2.27.8`.
Updated dependency `@types/node` to `20.16.5`.
Updated dependency `postcss` to `8.4.45`.
Updated dependency `webpack-dev-server` to `5.1.0`.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@changesets/cli": "2.27.8",
"@commitlint/cli": "19.4.1",
"@jpapini/commitlint-config": "workspace:*",
"@jpapini/eslint-config": "workspace:*",
Expand All @@ -38,10 +38,10 @@
"@jpapini/prettier-config": "workspace:*",
"@jpapini/typescript-config": "workspace:*",
"@jpapini/vite-config": "workspace:*",
"@swc/core": "1.7.22",
"@swc/core": "1.7.24",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@types/node": "20.16.3",
"@types/node": "20.16.5",
"eslint": "8.57.0",
"jest": "29.7.0",
"npm-run-all2": "6.2.2",
Expand All @@ -50,7 +50,7 @@
"rimraf": "6.0.1",
"turbo": "2.1.1",
"typescript": "5.5.4",
"vite": "5.4.2"
"vite": "5.4.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"@typescript-eslint/parser": "7.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-10x": "1.5.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.8.2",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-unicorn": "55.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@jest/types": "29.6.3",
"@jpapini/vite-config": "workspace:*",
"@swc/core": "1.7.22",
"@swc/core": "1.7.24",
"@swc/jest": "0.2.36",
"jest": "29.7.0",
"npm-run-all2": "6.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
},
"dependencies": {
"rollup-plugin-node-externals": "7.1.3",
"vite-plugin-dts": "4.1.0",
"vite-plugin-dts": "4.1.1",
"vite-tsconfig-paths": "5.0.1"
},
"devDependencies": {
"npm-run-all2": "6.2.2",
"vite": "5.4.2"
"vite": "5.4.3"
},
"peerDependencies": {
"vite": "5"
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"html-webpack-plugin": "5.6.0",
"memoize-one": "6.0.0",
"mini-css-extract-plugin": "2.9.1",
"postcss": "8.4.44",
"postcss": "8.4.45",
"postcss-import": "16.1.0",
"postcss-loader": "8.1.1",
"run-script-webpack-plugin": "0.2.0",
Expand All @@ -59,14 +59,14 @@
},
"devDependencies": {
"@jpapini/vite-config": "workspace:*",
"@swc/core": "1.7.22",
"@swc/core": "1.7.24",
"@swc/types": "0.1.12",
"@types/webpack": "5.28.5",
"@types/webpack-node-externals": "3.0.4",
"npm-run-all2": "6.2.2",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
"webpack-dev-server": "5.1.0"
},
"peerDependencies": {
"@swc/core": "1",
Expand Down
Loading

0 comments on commit f227ebb

Please sign in to comment.