浏览代码

Bump esbuild, @vitejs/plugin-react, vite, vite-plugin-static-copy and vite-plugin-svgr

Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.3 and updates ancestor dependencies [esbuild](https://github.com/evanw/esbuild), [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) and [vite-plugin-svgr](https://github.com/pd4d10/vite-plugin-svgr). These dependencies need to be updated together.


Updates `esbuild` from 0.18.20 to 0.25.3
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.20...v0.25.3)

Updates `@vitejs/plugin-react` from 4.3.1 to 4.4.1
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/[email protected]/packages/plugin-react)

Updates `vite` from 4.5.9 to 6.3.3
- [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/v6.3.3/packages/vite)

Updates `vite-plugin-static-copy` from 1.0.6 to 2.3.1
- [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases)
- [Changelog](https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sapphi-red/vite-plugin-static-copy/compare/[email protected]@2.3.1)

Updates `vite-plugin-svgr` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/pd4d10/vite-plugin-svgr/releases)
- [Commits](https://github.com/pd4d10/vite-plugin-svgr/compare/v4.2.0...v4.3.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.25.3
  dependency-type: indirect
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 4.4.1
  dependency-type: direct:development
- dependency-name: vite
  dependency-version: 6.3.3
  dependency-type: direct:development
- dependency-name: vite-plugin-static-copy
  dependency-version: 2.3.1
  dependency-type: direct:development
- dependency-name: vite-plugin-svgr
  dependency-version: 4.3.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 5 月之前
父节点
当前提交
0d141a64ba
共有 2 个文件被更改,包括 388 次插入310 次删除
  1. 384 306
      package-lock.json
  2. 4 4
      package.json

文件差异内容过多而无法显示
+ 384 - 306
package-lock.json


+ 4 - 4
package.json

@@ -52,7 +52,7 @@
     "@types/react-dom": "18.3.0",
     "@types/react-window": "1.8.8",
     "@types/uuid": "10.0.0",
-    "@vitejs/plugin-react": "4.3.1",
+    "@vitejs/plugin-react": "4.4.1",
     "ahooks": "3.8.0",
     "clsx": "2.1.1",
     "codemirror": "5.65.17",
@@ -79,9 +79,9 @@
     "smooth-scroll-into-view-if-needed": "2.0.2",
     "ts-node": "10.9.2",
     "typescript": "5.5.4",
-    "vite": "4.5.9",
-    "vite-plugin-static-copy": "1.0.6",
-    "vite-plugin-svgr": "4.2.0",
+    "vite": "6.3.3",
+    "vite-plugin-static-copy": "2.3.1",
+    "vite-plugin-svgr": "4.3.0",
     "vite-tsconfig-paths": "4.3.2"
   },
   "build": {

部分文件因为文件数量过多而无法显示