Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#8281)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
  • Loading branch information
3 people committed May 26, 2022
1 parent 843f928 commit 3d7002a
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 26 deletions.
1 change: 1 addition & 0 deletions .npmrc
Expand Up @@ -5,3 +5,4 @@ hoist-pattern[]=postcss
hoist-pattern[]=pug
hoist-pattern[]=source-map-support
hoist-pattern[]=ts-node
strict-peer-dependencies=false
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@babel/types": "^7.17.10",
"@microsoft/api-extractor": "^7.23.1",
"@microsoft/api-extractor": "^7.24.1",
"@rollup/plugin-typescript": "^8.3.2",
"@types/babel__core": "^7.1.19",
"@types/babel__standalone": "^7.1.4",
Expand All @@ -55,15 +55,15 @@
"@types/resolve": "^1.20.2",
"@types/sass": "~1.43.1",
"@types/semver": "^7.3.9",
"@types/stylus": "^0.48.37",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.14.38",
"eslint": "^8.15.0",
"eslint-define-config": "^1.4.0",
"eslint": "^8.16.0",
"eslint-define-config": "^1.4.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"esno": "^0.16.3",
Expand All @@ -75,8 +75,8 @@
"node-fetch": "^2.6.7",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.21.1",
"pnpm": "^7.1.2",
"playwright-chromium": "^1.22.2",
"pnpm": "^7.1.3",
"prettier": "2.6.2",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
Expand All @@ -89,8 +89,8 @@
"unbuild": "^0.7.4",
"vite": "workspace:*",
"vitepress": "1.0.0-draft.4",
"vitest": "^0.12.4",
"vue": "^3.2.33"
"vitest": "^0.12.9",
"vue": "^3.2.35"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false",
Expand All @@ -110,7 +110,7 @@
"eslint --fix"
]
},
"packageManager": "pnpm@7.0.1",
"packageManager": "pnpm@7.1.3",
"pnpm": {
"overrides": {
"vite": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue-jsx/package.json
Expand Up @@ -35,9 +35,9 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.17.10",
"@babel/core": "^7.18.0",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.16.8",
"@babel/plugin-transform-typescript": "^7.18.1",
"@rollup/pluginutils": "^4.2.1",
"@vue/babel-plugin-jsx": "^1.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue/package.json
Expand Up @@ -40,13 +40,13 @@
},
"devDependencies": {
"@jridgewell/gen-mapping": "^0.3.1",
"@jridgewell/trace-mapping": "^0.3.10",
"@jridgewell/trace-mapping": "^0.3.13",
"debug": "^4.3.4",
"rollup": "^2.72.1",
"slash": "^4.0.0",
"source-map": "^0.6.1",
"vite": "workspace:*",
"vue": "^3.2.33"
"vue": "^3.2.35"
},
"dependencies": {
"@rollup/pluginutils": "^4.2.1"
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-vue/package.json
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"example-external-component": "file:example-external-component",
"vue": "^3.2.33",
"vue": "^3.2.35",
"vue-router": "^4.0.15",
"vuex": "^4.0.2"
},
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.2.33"
"vue": "^3.2.35"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-lib/package.json
Expand Up @@ -8,7 +8,7 @@
"build-consumer": "vite build --config ./vite.config.consumer.ts"
},
"dependencies": {
"vue": "^3.2.33"
"vue": "^3.2.35"
},
"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.2.25"
"vue": "^3.2.35"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
Expand Up @@ -2,7 +2,7 @@

exports[`serve:vue-sourcemap > js 1`] = `
{
"mappings": "mIAKA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;;;;;AAGP;AACd,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;;;;;;;;;;;wBARlB,oBAAiB,WAAd,MAAU",
"mappings": "mIAKA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;;;;;;AAGP;AACd,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;;;;;;;;;;;wBARlB,oBAAiB,WAAd,MAAU",
"sources": [
"/root/Js.vue",
],
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-sourcemap/__tests__/serve.spec.ts
Expand Up @@ -31,7 +31,7 @@ describe.runIf(isServe)('serve:vue-sourcemap', () => {
const map = extractSourcemap(js)
expect(formatSourcemapForSnapshot(map)).toMatchInlineSnapshot(`
{
"mappings": ";AAKA,QAAQ,IAAI,WAAW;;;;AAIvB,YAAQ,IAAI,UAAU;;;;;;;;uBARpB,oBAAiB,WAAd,MAAU",
"mappings": ";AAKA,QAAQ,IAAI,WAAW;;;;;AAIvB,YAAQ,IAAI,UAAU;;;;;;;;uBARpB,oBAAiB,WAAd,MAAU",
"sources": [
"/root/Ts.vue",
],
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.2",
"postcss-nested": "^5.0.6",
"sass": "^1.51.0"
"sass": "^1.52.1"
},
"dependencies": {
"vue": "^3.2.33"
"vue": "^3.2.35"
}
}
6 changes: 3 additions & 3 deletions playground/vue/package.json
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"lodash-es": "^4.17.21",
"vue": "^3.2.33"
"vue": "^3.2.35"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"js-yaml": "^4.1.0",
"less": "^4.1.2",
"pug": "^3.0.2",
"sass": "^1.51.0",
"stylus": "^0.55.0"
"sass": "^1.52.1",
"stylus": "^0.57.0"
}
}

0 comments on commit 3d7002a

Please sign in to comment.