Bump vite from 4.1.2 to 4.1.4 (#4462)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.1.2 to 4.1.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.1.4/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:
dependabot[bot] 2023-02-28 13:17:42 +00:00 committed by GitHub
parent 2644620cb3
commit a4646398eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

View file

@ -25,7 +25,7 @@
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.2.0",
"vite": "^4.1.2",
"vite": "^4.1.4",
"vite-plugin-checker": "^0.5.6"
},
"wireit": {

View file

@ -101,7 +101,7 @@
"jsdom": "^21.1.0",
"ldap-server-mock": "^6.0.1",
"ts-node": "^10.9.1",
"vite": "^4.1.2",
"vite": "^4.1.4",
"vite-plugin-checker": "^0.5.6",
"vitest": "^0.29.1"
}

View file

@ -51,7 +51,7 @@
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^4.1.2",
"vite": "^4.1.4",
"vite-plugin-checker": "^0.5.6",
"vite-plugin-dts": "^2.0.2"
}

View file

@ -45,7 +45,7 @@
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^4.1.2",
"vite": "^4.1.4",
"vite-plugin-checker": "^0.5.6",
"vite-plugin-dts": "^2.0.2"
}

14
package-lock.json generated
View file

@ -54,7 +54,7 @@
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.2.0",
"vite": "^4.1.2",
"vite": "^4.1.4",
"vite-plugin-checker": "^0.5.6"
}
},
@ -99,7 +99,7 @@
"jsdom": "^21.1.0",
"ldap-server-mock": "^6.0.1",
"ts-node": "^10.9.1",
"vite": "^4.1.2",
"vite": "^4.1.4",
"vite-plugin-checker": "^0.5.6",
"vitest": "^0.29.1"
}
@ -167,7 +167,7 @@
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^4.1.2",
"vite": "^4.1.4",
"vite-plugin-checker": "^0.5.6",
"vite-plugin-dts": "^2.0.2"
}
@ -185,7 +185,7 @@
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^4.1.2",
"vite": "^4.1.4",
"vite-plugin-checker": "^0.5.6",
"vite-plugin-dts": "^2.0.2"
}
@ -10189,9 +10189,9 @@
"dev": true
},
"node_modules/vite": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.1.2.tgz",
"integrity": "sha512-MWDb9Rfy3DI8omDQySbMK93nQqStwbsQWejXRY2EBzEWKmLAXWb1mkI9Yw2IJrc+oCvPCI1Os5xSSIBYY6DEAw==",
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.1.4.tgz",
"integrity": "sha512-3knk/HsbSTKEin43zHu7jTwYWv81f8kgAL99G5NWBcA1LKvtvcVAC4JjBH1arBunO9kQka+1oGbrMKOjk4ZrBg==",
"dev": true,
"dependencies": {
"esbuild": "^0.16.14",