fix(deps): update all non-major dependencies (#13488)

This commit is contained in:
renovate[bot] 2023-06-12 11:49:52 +02:00 committed by GitHub
parent 5ee6fd2e83
commit bd09248e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 761 additions and 811 deletions

View File

@ -58,7 +58,7 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@07e0177b72d3640efced741cae32f9861eee1367 # v36.0.18
uses: tj-actions/changed-files@fb20f4d24890fadc539505b1746d260504b213d0 # v36.1.0
with:
files: |
docs/**

View File

@ -41,7 +41,7 @@
"ci-docs": "run-s build docs-build"
},
"devDependencies": {
"@babel/types": "^7.22.4",
"@babel/types": "^7.22.5",
"@microsoft/api-extractor": "^7.35.2",
"@rollup/plugin-typescript": "^11.1.1",
"@types/babel__core": "^7.20.1",
@ -56,12 +56,12 @@
"@types/json-stable-stringify": "^1.0.34",
"@types/less": "^3.0.3",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.16.16",
"@types/node": "^18.16.17",
"@types/picomatch": "^2.3.0",
"@types/resolve": "^1.20.2",
"@types/sass": "~1.43.1",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.4",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitejs/release-scripts": "^1.2.0",
@ -77,7 +77,7 @@
"lint-staged": "^13.2.2",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.34.3",
"playwright-chromium": "^1.35.0",
"prettier": "2.8.8",
"resolve": "^1.22.2",
"rimraf": "^5.0.1",
@ -88,7 +88,7 @@
"typescript": "^5.0.2",
"unbuild": "^1.2.1",
"vite": "workspace:*",
"vitepress": "1.0.0-beta.1",
"vitepress": "1.0.0-beta.2",
"vitest": "^0.32.0",
"vue": "^3.3.4"
},
@ -109,7 +109,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@8.6.1",
"packageManager": "pnpm@8.6.2",
"pnpm": {
"overrides": {
"vite": "workspace:*"

View File

@ -14,7 +14,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.9",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",

View File

@ -14,7 +14,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.9",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.42.0",

View File

@ -41,10 +41,10 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"browserslist": "^4.21.7",
"core-js": "^3.30.2",
"core-js": "^3.31.0",
"magic-string": "^0.30.0",
"regenerator-runtime": "^0.13.11",
"systemjs": "^6.14.1"

View File

@ -75,11 +75,11 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.2.1",
"@babel/parser": "^7.22.4",
"@babel/types": "^7.22.4",
"@babel/parser": "^7.22.5",
"@babel/types": "^7.22.5",
"@jridgewell/trace-mapping": "^0.3.18",
"@rollup/plugin-alias": "^4.0.4",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-commonjs": "^25.0.1",
"@rollup/plugin-dynamic-import-vars": "^2.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "15.1.0",

View File

@ -10,7 +10,7 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.63.2",
"sass": "^1.63.3",
"tailwindcss": "^3.3.2",
"fast-glob": "^3.2.12"
}

View File

@ -10,6 +10,6 @@
"serve": "vite preview"
},
"devDependencies": {
"url": "^0.11.0"
"url": "^0.11.1"
}
}

View File

@ -12,7 +12,7 @@
"devDependencies": {
"less": "^4.1.3",
"magic-string": "^0.30.0",
"sass": "^1.63.2",
"sass": "^1.63.3",
"stylus": "^0.59.0",
"sugarss": "^4.0.1"
}

View File

@ -23,7 +23,7 @@
"fast-glob": "^3.2.12",
"less": "^4.1.3",
"postcss-nested": "^6.0.1",
"sass": "^1.63.2",
"sass": "^1.63.3",
"stylus": "^0.59.0",
"sugarss": "^4.0.1"
}

View File

@ -11,6 +11,6 @@
},
"devDependencies": {
"fast-glob": "^3.2.12",
"sass": "^1.63.2"
"sass": "^1.63.3"
}
}

View File

@ -38,7 +38,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@vitejs/test-resolve-linked": "workspace:0.0.0",
"url": "^0.11.0",
"url": "^0.11.1",
"vue": "^3.3.4",
"vuex": "^4.1.0",
"lodash": "^4.17.21",

View File

@ -18,7 +18,7 @@
"#other-pkg-slash/": "@vitejs/test-resolve-imports-pkg/nest/"
},
"dependencies": {
"@babel/runtime": "^7.22.3",
"@babel/runtime": "^7.22.5",
"es5-ext": "0.10.62",
"normalize.css": "^8.0.1",
"@vitejs/test-require-pkg-with-module-field": "link:./require-pkg-with-module-field",

File diff suppressed because it is too large Load Diff