Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#58)
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 13, 2022
1 parent 82f686f commit 9955e30
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 136 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"@types/babel__core": "^7.1.20",
"@types/fs-extra": "^9.0.13",
"@types/minimist": "^1.2.2",
"@types/node": "^18.11.10",
"@types/node": "^18.11.14",
"@types/picomatch": "^2.3.0",
"@types/prompts": "^2.4.1",
"@types/prompts": "^2.4.2",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.29.0",
"eslint-define-config": "^1.12.0",
Expand All @@ -53,16 +53,16 @@
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.28.1",
"prettier": "2.8.0",
"prettier": "2.8.1",
"prompts": "^2.4.2",
"rollup": "^3.7.0",
"semver": "^7.3.8",
"simple-git-hooks": "^2.8.1",
"tsx": "^3.12.1",
"typescript": "^4.6.4",
"unbuild": "^0.9.4",
"vite": "^4.0.0",
"vitest": "^0.25.3"
"vite": "^4.0.1",
"vitest": "^0.25.8"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false",
Expand All @@ -82,5 +82,5 @@
"eslint --cache --fix"
]
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}
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.4"
"react-router-dom": "^6.4.5"
},
"devDependencies": {
"@vitejs/plugin-react": "workspace:*",
Expand Down
Loading

0 comments on commit 9955e30

Please sign in to comment.