Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#65)
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] authored Dec 19, 2022
1 parent 9231a86 commit 65f210d
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 91 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"@types/babel__core": "^7.1.20",
"@types/fs-extra": "^9.0.13",
"@types/minimist": "^1.2.2",
"@types/node": "^18.11.14",
"@types/node": "^18.11.17",
"@types/picomatch": "^2.3.0",
"@types/prompts": "^2.4.2",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.29.0",
"eslint": "^8.30.0",
"eslint-define-config": "^1.12.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -52,7 +52,7 @@
"minimist": "^1.2.7",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.28.1",
"playwright-chromium": "^1.29.0",
"prettier": "2.8.1",
"prompts": "^2.4.2",
"rollup": "^3.7.0",
Expand All @@ -61,8 +61,8 @@
"tsx": "^3.12.1",
"typescript": "^4.6.4",
"unbuild": "^0.9.4",
"vite": "^4.0.1",
"vitest": "^0.25.8"
"vite": "^4.0.2",
"vitest": "^0.26.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false",
Expand Down
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.4.5"
"react-router-dom": "^6.5.0"
},
"devDependencies": {
"@vitejs/plugin-react": "workspace:*",
Expand Down
Loading

0 comments on commit 65f210d

Please sign in to comment.