Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#205)
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 Aug 14, 2023
1 parent 0140504 commit e014680
Show file tree
Hide file tree
Showing 12 changed files with 956 additions and 773 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0

- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v3
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0

- name: Set node version to 16
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0

- name: Set node version to 16.x
uses: actions/setup-node@v3
Expand Down
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -31,45 +31,45 @@
"ci-publish": "tsx scripts/publishCI.ts"
},
"devDependencies": {
"@babel/types": "^7.22.5",
"@babel/types": "^7.22.10",
"@types/babel__core": "^7.20.1",
"@types/convert-source-map": "^2.0.0",
"@types/debug": "^4.1.8",
"@types/fs-extra": "^11.0.1",
"@types/minimist": "^1.2.2",
"@types/node": "^18.16.19",
"@types/node": "^18.17.5",
"@types/prompts": "^2.4.4",
"@types/resolve": "^1.20.2",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.44.0",
"eslint-define-config": "^1.21.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.47.0",
"eslint-define-config": "^1.23.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^1.15.0",
"execa": "^6.1.0",
"fast-glob": "^3.3.0",
"fast-glob": "^3.3.1",
"fs-extra": "^11.1.1",
"lint-staged": "^13.2.3",
"lint-staged": "^13.3.0",
"minimist": "^1.2.8",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.35.1",
"playwright-chromium": "^1.37.0",
"pnpm": "^7.33.3",
"prettier": "2.8.8",
"prompts": "^2.4.2",
"resolve": "^1.22.2",
"resolve": "^1.22.4",
"rollup": "^3.20.2",
"rollup-plugin-license": "^2.9.1",
"semver": "^7.5.3",
"simple-git-hooks": "^2.8.1",
"semver": "^7.5.4",
"simple-git-hooks": "^2.9.0",
"tsx": "^3.12.7",
"typescript": "^4.9.5",
"unbuild": "^2.0.0-rc.0",
"vite": "^4.3.9",
"vitest": "^0.32.3",
"vite": "^4.4.9",
"vitest": "^0.34.1",
"vue": "^3.3.4"
},
"simple-git-hooks": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-vue-jsx/package.json
Expand Up @@ -34,12 +34,12 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.22.5",
"@babel/plugin-transform-typescript": "^7.22.5",
"@babel/core": "^7.22.10",
"@babel/plugin-transform-typescript": "^7.22.10",
"@vue/babel-plugin-jsx": "^1.1.5"
},
"devDependencies": {
"vite": "^4.3.9"
"vite": "^4.4.9"
},
"peerDependencies": {
"vite": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue/package.json
Expand Up @@ -39,12 +39,12 @@
},
"devDependencies": {
"@jridgewell/gen-mapping": "^0.3.3",
"@jridgewell/trace-mapping": "^0.3.18",
"@jridgewell/trace-mapping": "^0.3.19",
"debug": "^4.3.4",
"rollup": "^3.17.2",
"slash": "^5.1.0",
"source-map": "^0.6.1",
"vite": "^4.3.9",
"vite": "^4.4.9",
"vue": "^3.3.4"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Expand Up @@ -6,7 +6,7 @@
"convert-source-map": "^2.0.0",
"css-color-names": "^1.0.1",
"kill-port": "^1.6.1",
"node-fetch": "^3.3.1",
"node-fetch": "^3.3.2",
"sirv": "^2.0.3"
}
}
4 changes: 2 additions & 2 deletions playground/ssr-vue/package.json
Expand Up @@ -16,9 +16,9 @@
},
"dependencies": {
"@vitejs/test-example-external-component": "file:example-external-component",
"pinia": "^2.1.4",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
"vue-router": "^4.2.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/tailwind/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.15",
"tailwindcss": "^3.3.3",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-legacy/package.json
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"@vitejs/plugin-legacy": "^4.0.5"
"@vitejs/plugin-legacy": "^4.1.1"
}
}
4 changes: 2 additions & 2 deletions playground/vue-sourcemap/package.json
Expand Up @@ -10,9 +10,9 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.1.3",
"less": "^4.2.0",
"postcss-nested": "^6.0.1",
"sass": "^1.63.6"
"sass": "^1.65.1"
},
"dependencies": {
"vue": "^3.3.4"
Expand Down
4 changes: 2 additions & 2 deletions playground/vue/package.json
Expand Up @@ -15,9 +15,9 @@
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"js-yaml": "^4.1.0",
"less": "^4.1.3",
"less": "^4.2.0",
"pug": "^3.0.2",
"sass": "^1.63.6",
"sass": "^1.65.1",
"stylus": "^0.59.0"
}
}

0 comments on commit e014680

Please sign in to comment.