Skip to content

Commit ee54acf

Browse files
committed
fix: yarn-pnp/react-vite/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420
1 parent 9166fbc commit ee54acf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

yarn-pnp/react-vite/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,26 @@
1818
"react-dom": "^18.2.0"
1919
},
2020
"devDependencies": {
21-
"@storybook/addon-essentials": "^7.6.0-alpha.2",
21+
"@storybook/addon-essentials": "^7.6.0",
2222
"@storybook/addon-interactions": "^7.6.0-alpha.2",
2323
"@storybook/addon-links": "^7.6.0-alpha.2",
2424
"@storybook/addon-onboarding": "^1.0.8",
2525
"@storybook/blocks": "^7.6.0-alpha.2",
26-
"@storybook/react": "^7.6.0-alpha.2",
27-
"@storybook/react-vite": "^7.6.0-alpha.2",
28-
"@storybook/test-runner": "^0.13.0",
26+
"@storybook/react": "^7.6.0",
27+
"@storybook/react-vite": "^7.6.0",
28+
"@storybook/test-runner": "^0.16.0",
2929
"@storybook/testing-library": "^0.2.2",
3030
"@types/react": "^18.2.33",
3131
"@types/react-dom": "^18.2.14",
3232
"@typescript-eslint/eslint-plugin": "^6.9.0",
3333
"@typescript-eslint/parser": "^6.9.0",
3434
"@vitejs/plugin-react": "^4.1.0",
3535
"concurrently": "^8.2.2",
36-
"eslint": "^8.52.0",
36+
"eslint": "^9.26.0",
3737
"eslint-plugin-react-hooks": "^4.6.0",
3838
"eslint-plugin-react-refresh": "^0.4.3",
3939
"serve": "^14.2.1",
40-
"storybook": "^7.6.0-alpha.2",
40+
"storybook": "^8.2.0",
4141
"typescript": "^5.2.2",
4242
"vite": "^4.5.0",
4343
"wait-on": "^7.0.1"

0 commit comments

Comments
 (0)