Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#119)
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 Mar 22, 2023
1 parent 30d60ec commit 8ccc5c0
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 458 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,30 @@
"devDependencies": {
"@types/babel__core": "^7.20.0",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.15.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@types/node": "^18.15.5",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vitejs/release-scripts": "^1.1.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.36.0",
"eslint-define-config": "^1.16.0",
"eslint-define-config": "^1.17.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^1.12.0",
"execa": "^7.1.0",
"fs-extra": "^11.1.0",
"eslint-plugin-regexp": "^1.13.0",
"execa": "^7.1.1",
"fs-extra": "^11.1.1",
"lint-staged": "^13.2.0",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.31.2",
"prettier": "2.8.4",
"rollup": "^3.19.1",
"playwright-chromium": "^1.32.0",
"prettier": "2.8.6",
"rollup": "^3.20.0",
"simple-git-hooks": "^2.8.1",
"tsx": "^3.12.4",
"tsx": "^3.12.6",
"typescript": "^4.9.5",
"unbuild": "^1.1.2",
"vite": "^4.1.4",
"vitest": "^0.29.2"
"vite": "^4.2.1",
"vitest": "^0.29.7"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
Expand All @@ -75,5 +75,5 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.29.1"
"packageManager": "pnpm@7.30.0"
}
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
"dependencies": {
"@babel/core": "^7.21.0",
"@babel/core": "^7.21.3",
"@babel/plugin-transform-react-jsx-self": "^7.21.0",
"@babel/plugin-transform-react-jsx-source": "^7.19.6",
"magic-string": "^0.30.0",
Expand Down

0 comments on commit 8ccc5c0

Please sign in to comment.