-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update esbuild and other dev dependencies (#1950)
Resolves a security advisory
- Loading branch information
1 parent
4ca775c
commit 16aa9a2
Showing
3 changed files
with
905 additions
and
1,352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,23 +31,23 @@ | |
}, | ||
"devDependencies": { | ||
"@chromatic-com/storybook": "^3.2.4", | ||
"@eslint/js": "^9.19.0", | ||
"@eslint/js": "^9.20.0", | ||
"@rollup/plugin-node-resolve": "^16.0.0", | ||
"@storybook/addon-essentials": "^8.5.3", | ||
"@storybook/addon-interactions": "^8.5.3", | ||
"@storybook/addon-links": "^8.5.3", | ||
"@storybook/blocks": "^8.5.3", | ||
"@storybook/builder-vite": "^8.5.3", | ||
"@storybook/react": "^8.5.3", | ||
"@storybook/react-vite": "^8.5.3", | ||
"@storybook/test": "^8.5.3", | ||
"@storybook/theming": "^8.5.3", | ||
"@tailwindcss/vite": "^4.0.4", | ||
"@storybook/addon-essentials": "^8.5.4", | ||
"@storybook/addon-interactions": "^8.5.4", | ||
"@storybook/addon-links": "^8.5.4", | ||
"@storybook/blocks": "^8.5.4", | ||
"@storybook/builder-vite": "^8.5.4", | ||
"@storybook/react": "^8.5.4", | ||
"@storybook/react-vite": "^8.5.4", | ||
"@storybook/test": "^8.5.4", | ||
"@storybook/theming": "^8.5.4", | ||
"@tailwindcss/vite": "^4.0.6", | ||
"@types/color": "^4.2.0", | ||
"@types/css-tree": "^2", | ||
"@types/debug": "^4", | ||
"@types/electron": "^1.6.12", | ||
"@types/node": "^22.12.0", | ||
"@types/node": "^22.13.1", | ||
"@types/papaparse": "^5", | ||
"@types/pngjs": "^6.0.5", | ||
"@types/prop-types": "^15", | ||
|
@@ -60,30 +60,30 @@ | |
"@types/tinycolor2": "^1", | ||
"@types/uuid": "^10.0.0", | ||
"@types/ws": "^8", | ||
"@vitejs/plugin-react-swc": "^3.7.2", | ||
"@vitejs/plugin-react-swc": "^3.8.0", | ||
"@vitest/coverage-istanbul": "^3.0.5", | ||
"electron": "^34.0.2", | ||
"electron-builder": "^25.1.8", | ||
"electron-vite": "^2.3.0", | ||
"eslint": "^9.19.0", | ||
"eslint": "^9.20.1", | ||
"eslint-config-prettier": "^10.0.1", | ||
"postcss": "^8.5.1", | ||
"prettier": "^3.4.2", | ||
"prettier-plugin-jsdoc": "^1.3.2", | ||
"prettier-plugin-organize-imports": "^4.1.0", | ||
"rollup-plugin-flow": "^1.1.1", | ||
"sass": "^1.83.4", | ||
"sass": "^1.84.0", | ||
"semver": "^7.7.1", | ||
"storybook": "^8.5.3", | ||
"storybook": "^8.5.4", | ||
"storybook-dark-mode": "^4.0.2", | ||
"tailwindcss": "^4.0.4", | ||
"tailwindcss": "^4.0.6", | ||
"tailwindcss-animate": "^1.0.7", | ||
"ts-node": "^10.9.2", | ||
"tslib": "^2.8.1", | ||
"tsx": "^4.19.2", | ||
"typescript": "^5.7.3", | ||
"typescript-eslint": "^8.22.0", | ||
"vite": "^6.0.11", | ||
"typescript-eslint": "^8.24.0", | ||
"vite": "^6.1.0", | ||
"vite-plugin-image-optimizer": "^1.1.8", | ||
"vite-plugin-static-copy": "^2.2.0", | ||
"vite-plugin-svgr": "^4.3.0", | ||
|
@@ -157,7 +157,11 @@ | |
"resolutions": { | ||
"send@npm:0.18.0": "0.19.0", | ||
"[email protected]": "^0.7.0", | ||
"path-to-regexp@npm:0.1.10": "^0.1.12" | ||
"path-to-regexp@npm:0.1.10": "^0.1.12", | ||
"esbuild@npm:^0.24.2": "^0.25", | ||
"esbuild@npm:^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0": "^0.25", | ||
"esbuild@npm:^0.21.5": "^0.25", | ||
"esbuild@npm:~0.23.0": "^0.25" | ||
}, | ||
"packageManager": "[email protected]", | ||
"workspaces": [ | ||
|
Oops, something went wrong.