Skip to content

Commit

Permalink
Update project dependencies (#1052)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perez <[email protected]>
  • Loading branch information
bexsoft authored Oct 22, 2024
1 parent aab0305 commit 860db19
Show file tree
Hide file tree
Showing 2 changed files with 1,062 additions and 1,242 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,45 +21,45 @@
"@emotion/css": "^11.13.4",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@storybook/addon-themes": "^8.3.5",
"@storybook/addon-themes": "^8.3.6",
"@storybook/addons": "7.6.17",
"@storybook/client-api": "7.6.17",
"@storybook/test": "^8.3.5",
"@uiw/react-textarea-code-editor": "^3.0.2",
"detect-gpu": "^5.0.52",
"@storybook/test": "^8.3.6",
"@uiw/react-textarea-code-editor": "^3.1.0",
"detect-gpu": "^5.0.53",
"luxon": "^3.5.0",
"react-calendar": "^5.0.0",
"react-virtualized": "^9.22.5"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@babel/core": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.25.9",
"@chromatic-com/storybook": "^2.0.2",
"@eslint/js": "^9.12.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@eslint/js": "^9.13.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.0",
"@storybook/addon-actions": "^8.3.5",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@rollup/plugin-typescript": "^12.1.1",
"@storybook/addon-actions": "^8.3.6",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.3.5",
"@storybook/react-webpack5": "^8.3.5",
"@storybook/theming": "^8.3.5",
"@testing-library/jest-dom": "^6.5.0",
"@storybook/react": "^8.3.6",
"@storybook/react-webpack5": "^8.3.6",
"@storybook/theming": "^8.3.6",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.13",
"@types/luxon": "^3.4.2",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react-virtualized": "^9.21.30",
"babel-loader": "^9.2.1",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-react-refresh": "^0.4.13",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.11.0",
"jest": "^29.7.0",
Expand All @@ -75,12 +75,12 @@
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-rebase": "^4.1.1",
"rollup-plugin-terser": "^7.0.2",
"storybook": "^8.3.5",
"storybook": "^8.3.6",
"storybook-dark-mode": "^4.0.2",
"ts-jest": "^29.2.5",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0"
"typescript-eslint": "^8.11.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 860db19

Please sign in to comment.