Update project dependencies (#1234)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
+17
-17
@@ -14,36 +14,36 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/test": "^8.6.11",
|
||||
"@storybook/test": "^8.6.12",
|
||||
"@types/styled-components": "^5.1.34",
|
||||
"@uiw/react-textarea-code-editor": "^3.1.0",
|
||||
"@uiw/react-textarea-code-editor": "^3.1.1",
|
||||
"detect-gpu": "^5.0.70",
|
||||
"luxon": "^3.5.0",
|
||||
"luxon": "^3.6.1",
|
||||
"react-calendar": "^5.1.0",
|
||||
"react-virtualized": "^9.22.6",
|
||||
"styled-components": "^5.3.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.26.10",
|
||||
"@babel/preset-env": "^7.26.9",
|
||||
"@babel/preset-react": "^7.26.3",
|
||||
"@babel/preset-typescript": "^7.27.0",
|
||||
"@babel/core": "^7.27.1",
|
||||
"@babel/preset-env": "^7.27.2",
|
||||
"@babel/preset-react": "^7.27.1",
|
||||
"@babel/preset-typescript": "^7.27.1",
|
||||
"@chromatic-com/storybook": "^3.2.6",
|
||||
"@rollup/plugin-commonjs": "^28.0.3",
|
||||
"@rollup/plugin-node-resolve": "^16.0.1",
|
||||
"@rollup/plugin-typescript": "^12.1.2",
|
||||
"@storybook/addon-actions": "^8.6.12",
|
||||
"@storybook/addon-essentials": "^8.6.12",
|
||||
"@storybook/addon-interactions": "^8.6.9",
|
||||
"@storybook/addon-links": "^8.6.9",
|
||||
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
|
||||
"@storybook/react": "^8.6.9",
|
||||
"@storybook/addon-interactions": "^8.6.12",
|
||||
"@storybook/addon-links": "^8.6.12",
|
||||
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
|
||||
"@storybook/react": "^8.6.12",
|
||||
"@storybook/react-webpack5": "^8.6.12",
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@testing-library/react": "^16.2.0",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/lodash": "^4.17.16",
|
||||
"@types/luxon": "^3.4.2",
|
||||
"@types/luxon": "^3.6.2",
|
||||
"@types/react": "19.0.10",
|
||||
"@types/react-dom": "^19.0.4",
|
||||
"@types/react-virtualized": "^9.22.2",
|
||||
@@ -55,18 +55,18 @@
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"rollup": "^4.39.0",
|
||||
"rollup": "^4.40.2",
|
||||
"rollup-plugin-copy": "^3.5.0",
|
||||
"rollup-plugin-dts": "^6.2.1",
|
||||
"rollup-plugin-import-css": "^3.5.8",
|
||||
"rollup-plugin-import-file": "^1.0.1",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"storybook": "^8.6.9",
|
||||
"storybook": "^8.6.12",
|
||||
"storybook-dark-mode": "4.0.2",
|
||||
"ts-jest": "^29.3.0",
|
||||
"ts-jest": "^29.3.3",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.8.2"
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"packageManager": "yarn@4.6.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user