Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 5, 2022
1 parent d2a3931 commit 0cfe83a
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 58 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"@types/picomatch": "^2.3.0",
"@types/prompts": "^2.4.1",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.28.0",
"eslint": "^8.29.0",
"eslint-define-config": "^1.12.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^1.11.0",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"lint-staged": "^13.0.4",
"lint-staged": "^13.1.0",
"minimist": "^1.2.7",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.28.1",
Expand All @@ -59,7 +59,7 @@
"tsx": "^3.12.1",
"typescript": "^4.6.4",
"unbuild": "^0.9.4",
"vite": "^4.0.0-alpha.0",
"vite": "^4.0.0-alpha.6",
"vitest": "^0.25.3"
},
"simple-git-hooks": {
Expand All @@ -80,5 +80,5 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.17.1"
"packageManager": "pnpm@7.18.0"
}
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.20.5",
"@babel/plugin-transform-react-jsx-self": "^7.18.6",
"@babel/plugin-transform-react-jsx-source": "^7.19.6",
"magic-string": "^0.26.7",
"magic-string": "^0.27.0",
"react-refresh": "^0.14.0"
},
"peerDependencies": {
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.3"
"react-router-dom": "^6.4.4"
},
"devDependencies": {
"@vitejs/plugin-react": "workspace:*",
Expand Down
109 changes: 59 additions & 50 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0cfe83a

Please sign in to comment.