Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 19, 2024
1 parent 2050ad3 commit e26aacd
Show file tree
Hide file tree
Showing 7 changed files with 138 additions and 138 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -41,10 +41,10 @@
"@types/convert-source-map": "^2.0.3",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.26",
"@types/node": "^20.11.29",
"@types/resolve": "^1.20.6",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/release-scripts": "^1.3.1",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.57.0",
Expand All @@ -63,12 +63,12 @@
"resolve": "^1.22.8",
"rollup": "^4.13.0",
"rollup-plugin-license": "^3.3.1",
"simple-git-hooks": "^2.10.0",
"simple-git-hooks": "^2.11.0",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"unbuild": "2.0.0",
"vite": "^5.1.6",
"vitest": "^1.3.1",
"vitest": "^1.4.0",
"vue": "^3.4.21"
},
"simple-git-hooks": {
Expand All @@ -88,7 +88,7 @@
"eslint --cache --fix"
]
},
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"pnpm": {
"overrides": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Expand Up @@ -43,7 +43,7 @@
"debug": "^4.3.4",
"rollup": "^4.13.0",
"slash": "^5.1.0",
"source-map-js": "^1.0.2",
"source-map-js": "^1.1.0",
"vite": "^5.1.6",
"vue": "^3.4.21"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "1.0.0",
"devDependencies": {
"@types/node": "^20.11.26",
"@types/node": "^20.11.29",
"convert-source-map": "^2.0.0",
"css-color-names": "^1.0.1",
"kill-port": "^1.6.1",
Expand Down
2 changes: 1 addition & 1 deletion playground/tailwind/package.json
Expand Up @@ -15,7 +15,7 @@
"vue-router": "^4.3.0"
},
"devDependencies": {
"@types/node": "^20.11.26",
"@types/node": "^20.11.29",
"@vitejs/plugin-vue": "workspace:*",
"ts-node": "^10.9.2"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-sourcemap/package.json
Expand Up @@ -12,7 +12,7 @@
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.2.0",
"postcss-nested": "^6.0.1",
"sass": "^1.71.1"
"sass": "^1.72.0"
},
"dependencies": {
"vue": "^3.4.21"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue/package.json
Expand Up @@ -17,7 +17,7 @@
"js-yaml": "^4.1.0",
"less": "^4.2.0",
"pug": "^3.0.2",
"sass": "^1.71.1",
"sass": "^1.72.0",
"stylus": "^0.63.0"
}
}

0 comments on commit e26aacd

Please sign in to comment.