Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 3, 2023
1 parent abdf5f4 commit 3c8193d
Show file tree
Hide file tree
Showing 12 changed files with 1,565 additions and 1,116 deletions.
46 changes: 23 additions & 23 deletions package.json
Expand Up @@ -31,46 +31,46 @@
"ci-publish": "tsx scripts/publishCI.ts"
},
"devDependencies": {
"@babel/types": "^7.21.3",
"@types/babel__core": "^7.20.0",
"@babel/types": "^7.22.5",
"@types/babel__core": "^7.20.1",
"@types/convert-source-map": "^2.0.0",
"@types/debug": "^4.1.7",
"@types/debug": "^4.1.8",
"@types/fs-extra": "^11.0.1",
"@types/minimist": "^1.2.2",
"@types/node": "^18.15.11",
"@types/node": "^18.16.19",
"@types/prompts": "^2.4.4",
"@types/resolve": "^1.20.2",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.37.0",
"eslint-define-config": "^1.17.0",
"eslint": "^8.44.0",
"eslint-define-config": "^1.21.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^1.14.0",
"eslint-plugin-regexp": "^1.15.0",
"execa": "^6.1.0",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.0",
"fs-extra": "^11.1.1",
"lint-staged": "^13.2.0",
"lint-staged": "^13.2.3",
"minimist": "^1.2.8",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.32.1",
"pnpm": "^7.30.5",
"prettier": "2.8.7",
"playwright-chromium": "^1.35.1",
"pnpm": "^7.33.3",
"prettier": "2.8.8",
"prompts": "^2.4.2",
"resolve": "^1.22.1",
"resolve": "^1.22.2",
"rollup": "^3.20.2",
"rollup-plugin-license": "^2.9.1",
"semver": "^7.3.8",
"semver": "^7.5.3",
"simple-git-hooks": "^2.8.1",
"tsx": "^3.12.6",
"tsx": "^3.12.7",
"typescript": "^4.9.5",
"unbuild": "^1.1.2",
"vite": "^4.3.5",
"vitest": "^0.29.8",
"vue": "^3.3.0-beta.5"
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vitest": "^0.32.3",
"vue": "^3.3.4"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false",
Expand All @@ -90,7 +90,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.30.5",
"packageManager": "pnpm@7.33.3",
"pnpm": {
"overrides": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-vue-jsx/package.json
Expand Up @@ -35,12 +35,12 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.21.3",
"@babel/plugin-transform-typescript": "^7.21.3",
"@vue/babel-plugin-jsx": "^1.1.1"
"@babel/core": "^7.22.5",
"@babel/plugin-transform-typescript": "^7.22.5",
"@vue/babel-plugin-jsx": "^1.1.5"
},
"devDependencies": {
"vite": "^4.3.5"
"vite": "^4.3.9"
},
"peerDependencies": {
"vite": "^4.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugin-vue/package.json
Expand Up @@ -39,13 +39,13 @@
"vue": "^3.2.25"
},
"devDependencies": {
"@jridgewell/gen-mapping": "^0.3.2",
"@jridgewell/trace-mapping": "^0.3.17",
"@jridgewell/gen-mapping": "^0.3.3",
"@jridgewell/trace-mapping": "^0.3.18",
"debug": "^4.3.4",
"rollup": "^3.17.2",
"slash": "^5.0.0",
"slash": "^5.1.0",
"source-map": "^0.6.1",
"vite": "^4.3.5",
"vue": "^3.3.0-beta.5"
"vite": "^4.3.9",
"vue": "^3.3.4"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Expand Up @@ -7,6 +7,6 @@
"css-color-names": "^1.0.1",
"kill-port": "^1.6.1",
"node-fetch": "^3.3.1",
"sirv": "^2.0.2"
"sirv": "^2.0.3"
}
}
6 changes: 3 additions & 3 deletions playground/ssr-vue/package.json
Expand Up @@ -16,9 +16,9 @@
},
"dependencies": {
"@vitejs/test-example-external-component": "file:example-external-component",
"pinia": "^2.0.33",
"vue": "^3.3.0-beta.5",
"vue-router": "^4.1.6"
"pinia": "^2.1.4",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-jsx/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.0-beta.5"
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions playground/vue-legacy/package.json
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.0-beta.5"
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"@vitejs/plugin-legacy": "^4.0.2"
"@vitejs/plugin-legacy": "^4.0.5"
}
}
2 changes: 1 addition & 1 deletion playground/vue-lib/package.json
Expand Up @@ -9,7 +9,7 @@
"build-consumer": "vite build --config ./vite.config.consumer.ts"
},
"dependencies": {
"vue": "^3.3.0-beta.5"
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-server-origin/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.0-beta.5"
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions playground/vue-sourcemap/package.json
Expand Up @@ -12,9 +12,9 @@
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.1.3",
"postcss-nested": "^6.0.1",
"sass": "^1.60.0"
"sass": "^1.63.6"
},
"dependencies": {
"vue": "^3.3.0-beta.5"
"vue": "^3.3.4"
}
}
4 changes: 2 additions & 2 deletions playground/vue/package.json
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"lodash-es": "^4.17.21",
"vue": "^3.3.0-beta.5"
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"js-yaml": "^4.1.0",
"less": "^4.1.3",
"pug": "^3.0.2",
"sass": "^1.60.0",
"sass": "^1.63.6",
"stylus": "^0.59.0"
}
}

0 comments on commit 3c8193d

Please sign in to comment.