Skip to content

Commit

Permalink
Updated Project dependencies (#977)
Browse files Browse the repository at this point in the history
Updated Project Dependencies

Signed-off-by: Benjamin Perez <[email protected]>
Co-authored-by: Benjamin Perez <[email protected]>
  • Loading branch information
bexsoft and Benjamin Perez authored Sep 17, 2024
1 parent e297e6d commit fa37b0a
Show file tree
Hide file tree
Showing 2 changed files with 698 additions and 1,418 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,44 +17,44 @@
},
"types": "dist/mds.d.ts",
"dependencies": {
"@storybook/test": "^8.2.9",
"@storybook/test": "^8.3.1",
"@types/styled-components": "^5.1.34",
"@uiw/react-textarea-code-editor": "^3.0.2",
"detect-gpu": "^5.0.47",
"detect-gpu": "^5.0.48",
"luxon": "^3.5.0",
"react-calendar": "^5.0.0",
"react-virtualized": "^9.22.5",
"styled-components": "^6.1.12"
"styled-components": "^6.1.13"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@chromatic-com/storybook": "1.8.0",
"@chromatic-com/storybook": "^2.0.2",
"@eslint/js": "^9.10.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@storybook/addon-actions": "^8.2.9",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-actions": "^8.3.1",
"@storybook/addon-essentials": "^8.3.1",
"@storybook/addon-interactions": "^8.3.1",
"@storybook/addon-links": "^8.3.1",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.2.9",
"@storybook/react-webpack5": "^8.2.9",
"@storybook/theming": "^8.2.9",
"@storybook/react": "^8.3.1",
"@storybook/react-webpack5": "^8.3.1",
"@storybook/theming": "^8.3.1",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"@types/luxon": "^3.4.2",
"@types/react": "^18.3.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/react-virtualized": "^9.21.30",
"babel-loader": "^9.1.3",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"babel-loader": "^9.2.1",
"eslint": "^9.10.0",
"eslint-plugin-react-hooks": "^5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.9.0",
"jest": "^29.7.0",
Expand All @@ -64,18 +64,18 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-gfm": "^4.0.0",
"rollup": "^4.21.2",
"rollup": "^4.21.3",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-import-css": "^3.5.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"storybook": "^8.2.9",
"storybook": "^8.3.1",
"storybook-dark-mode": "^4.0.2",
"ts-jest": "^29.2.5",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0"
"typescript-eslint": "^8.6.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit fa37b0a

Please sign in to comment.