Skip to content

Commit

Permalink
Upgrade packages with vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeb-nhs committed Apr 5, 2024
1 parent 92fc5ec commit 3d8fe18
Show file tree
Hide file tree
Showing 4 changed files with 807 additions and 1,504 deletions.
3 changes: 3 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ const config: StorybookConfig = {
docs: {
autodocs: true,
},
typescript: {
reactDocgen: 'react-docgen-typescript',
},
viteFinal(config) {
return mergeConfig(config, {
plugins: [tsConfigPaths()],
Expand Down
2 changes: 1 addition & 1 deletion .storybook/manager.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { addons } from '@storybook/addons';
import { addons } from '@storybook/manager-api';
import nhsTheme from './theme';

addons.setConfig({
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@storybook/addon-actions": "^7.0.2",
"@storybook/addon-essentials": "^7.0.2",
"@storybook/addon-links": "^7.0.2",
"@storybook/addons": "^7.0.2",
"@storybook/blocks": "^7.0.2",
"@storybook/preview-web": "^7.0.2",
"@storybook/react": "^7.0.2",
"@storybook/react-vite": "^7.0.2",
"@storybook/theming": "^7.0.2",
"@storybook/addon-actions": "^8.0.5",
"@storybook/addon-essentials": "^8.0.5",
"@storybook/addon-links": "^8.0.5",
"@storybook/blocks": "^8.0.5",
"@storybook/manager-api": "^8.0.5",
"@storybook/preview-api": "^8.0.5",
"@storybook/react": "^8.0.5",
"@storybook/react-vite": "^8.0.5",
"@storybook/theming": "^8.0.5",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/babel__core": "^7",
Expand Down Expand Up @@ -76,10 +76,10 @@
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-preserve-directives": "^0.4.0",
"sass": "^1.53.0",
"storybook": "^7.6.17",
"storybook": "^8.0.5",
"ts-jest": "^29.1.2",
"typescript": "5.3.3",
"vite": "^4.2.1",
"vite": "^4.5.3",
"vite-tsconfig-paths": "^4.3.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 3d8fe18

Please sign in to comment.