Bump vite from 4.2.1 to 4.2.2 in /js (#19785)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.2.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.2.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b73f97b9e3
commit
534b01816b
5 changed files with 11 additions and 11 deletions
|
@ -27,7 +27,7 @@
|
|||
"@types/react": "^18.0.37",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@vitejs/plugin-react-swc": "^3.3.0",
|
||||
"vite": "^4.2.1",
|
||||
"vite": "^4.2.2",
|
||||
"vite-plugin-checker": "^0.5.6"
|
||||
},
|
||||
"wireit": {
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
"jsdom": "^21.1.1",
|
||||
"ldap-server-mock": "^6.0.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"vite": "^4.2.1",
|
||||
"vite": "^4.2.2",
|
||||
"vite-plugin-checker": "^0.5.6",
|
||||
"vitest": "^0.30.1"
|
||||
}
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"@types/react-dom": "^18.0.11",
|
||||
"@vitejs/plugin-react-swc": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"vite": "^4.2.1",
|
||||
"vite": "^4.2.2",
|
||||
"vite-plugin-checker": "^0.5.6",
|
||||
"vite-plugin-dts": "^2.3.0"
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"@types/react-dom": "^18.0.11",
|
||||
"@vitejs/plugin-react-swc": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"vite": "^4.2.1",
|
||||
"vite": "^4.2.2",
|
||||
"vite-plugin-checker": "^0.5.6",
|
||||
"vite-plugin-dts": "^2.3.0"
|
||||
}
|
||||
|
|
14
js/package-lock.json
generated
14
js/package-lock.json
generated
|
@ -56,7 +56,7 @@
|
|||
"@types/react": "^18.0.37",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@vitejs/plugin-react-swc": "^3.3.0",
|
||||
"vite": "^4.2.1",
|
||||
"vite": "^4.2.2",
|
||||
"vite-plugin-checker": "^0.5.6"
|
||||
}
|
||||
},
|
||||
|
@ -104,7 +104,7 @@
|
|||
"jsdom": "^21.1.1",
|
||||
"ldap-server-mock": "^6.0.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"vite": "^4.2.1",
|
||||
"vite": "^4.2.2",
|
||||
"vite-plugin-checker": "^0.5.6",
|
||||
"vitest": "^0.30.1"
|
||||
}
|
||||
|
@ -172,7 +172,7 @@
|
|||
"@types/react-dom": "^18.0.11",
|
||||
"@vitejs/plugin-react-swc": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"vite": "^4.2.1",
|
||||
"vite": "^4.2.2",
|
||||
"vite-plugin-checker": "^0.5.6",
|
||||
"vite-plugin-dts": "^2.3.0"
|
||||
}
|
||||
|
@ -190,7 +190,7 @@
|
|||
"@types/react-dom": "^18.0.11",
|
||||
"@vitejs/plugin-react-swc": "^3.3.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"vite": "^4.2.1",
|
||||
"vite": "^4.2.2",
|
||||
"vite-plugin-checker": "^0.5.6",
|
||||
"vite-plugin-dts": "^2.3.0"
|
||||
}
|
||||
|
@ -10538,9 +10538,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/vite": {
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-4.2.1.tgz",
|
||||
"integrity": "sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==",
|
||||
"version": "4.2.2",
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-4.2.2.tgz",
|
||||
"integrity": "sha512-PcNtT5HeDxb3QaSqFYkEum8f5sCVe0R3WK20qxgIvNBZPXU/Obxs/+ubBMeE7nLWeCo2LDzv+8hRYSlcaSehig==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"esbuild": "^0.17.5",
|
||||
|
|
Loading…
Reference in a new issue