Skip to content

Commit 53e514a

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-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-GLOB-14040952 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073
1 parent 9166fbc commit 53e514a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

yarn-pnp/react-vite/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
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",
24-
"@storybook/addon-onboarding": "^1.0.8",
24+
"@storybook/addon-onboarding": "^8.0.0",
2525
"@storybook/blocks": "^7.6.0-alpha.2",
2626
"@storybook/react": "^7.6.0-alpha.2",
27-
"@storybook/react-vite": "^7.6.0-alpha.2",
28-
"@storybook/test-runner": "^0.13.0",
27+
"@storybook/react-vite": "^7.6.0",
28+
"@storybook/test-runner": "^0.17.0",
2929
"@storybook/testing-library": "^0.2.2",
3030
"@types/react": "^18.2.33",
3131
"@types/react-dom": "^18.2.14",
@@ -37,7 +37,7 @@
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)