Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#244)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 23, 2023
1 parent 77b2cd8 commit 4777304
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 209 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,28 @@
"ci-publish": "tsx scripts/publishCI.ts"
},
"devDependencies": {
"@types/fs-extra": "^11.0.2",
"@types/node": "^18.18.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@types/fs-extra": "^11.0.3",
"@types/node": "^18.18.6",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitejs/release-scripts": "^1.3.1",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-define-config": "^1.24.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^1.15.0",
"fs-extra": "^11.1.1",
"lint-staged": "^15.0.1",
"lint-staged": "^15.0.2",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.39.0",
"prettier": "^3.0.3",
"rollup": "^3.29.4",
"simple-git-hooks": "^2.9.0",
"tsx": "^3.13.0",
"tsx": "^3.14.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"simple-git-hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@babel/core": "^7.23.2",
"@babel/plugin-transform-react-jsx-self": "^7.22.5",
"@babel/plugin-transform-react-jsx-source": "^7.22.5",
"@types/babel__core": "^7.20.2",
"@types/babel__core": "^7.20.3",
"react-refresh": "^0.14.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions playground/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"devDependencies": {
"@mdx-js/rollup": "^2.3.0",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion playground/ssr-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.16.0"
"react-router-dom": "^6.17.0"
},
"devDependencies": {
"@vitejs/plugin-react": "workspace:*",
Expand Down
Loading

0 comments on commit 4777304

Please sign in to comment.