Skip to content

Commit

Permalink
Upgrade packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
novykh committed Mar 20, 2024
1 parent 8e02177 commit a852bf8
Show file tree
Hide file tree
Showing 3 changed files with 2,473 additions and 1,873 deletions.
1 change: 1 addition & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const config = {
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
"@storybook/addon-webpack5-compiler-babel"
],
framework: {
name: "@storybook/react-webpack5",
Expand Down
67 changes: 34 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,20 @@
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@elastic/react-search-ui": "^1.20.2",
"@elastic/search-ui-site-search-connector": "^1.20.2",
"@elastic/react-search-ui": "^1.21.1",
"@elastic/search-ui-site-search-connector": "^1.21.1",
"@prismicio/client": "7.3.1",
"@storybook/test": "^8.0.2",
"@styled-system/css": "^5.1.5",
"@tanstack/react-table": "^8.10.6",
"@tanstack/react-virtual": "3.0.0-beta.29",
"axios": "^1.6.2",
"polished": "^4.2.2",
"@tanstack/react-table": "^8.14.0",
"@tanstack/react-virtual": "3.2.0",
"axios": "^1.6.8",
"polished": "^4.3.1",
"react-portal": "^4.2.2",
"react-select": "^5.8.0",
"styled-system": "^5.1.5",
"throttle-debounce": "5.0.0",
"use-context-selector": "^1.3.7"
"use-context-selector": "^1.4.4"
},
"peerDependencies": {
"lodash": "*",
Expand All @@ -63,55 +64,55 @@
"styled-components": "^5.3.9"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.5",
"@babel/eslint-parser": "^7.23.3",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.1",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-modules-umd": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.4",
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@storybook/addon-essentials": "7.5.1",
"@storybook/addon-interactions": "7.5.1",
"@storybook/addon-links": "7.5.1",
"@storybook/blocks": "7.5.1",
"@storybook/react": "7.5.1",
"@storybook/react-webpack5": "7.5.1",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@babel/plugin-transform-modules-umd": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.1",
"@babel/preset-env": "^7.24.1",
"@babel/preset-react": "^7.24.1",
"@storybook/addon-essentials": "^8.0.2",
"@storybook/addon-interactions": "^8.0.2",
"@storybook/addon-links": "^8.0.2",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.0.2",
"@storybook/react": "^8.0.2",
"@storybook/react-webpack5": "^8.0.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/user-event": "^14.5.2",
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-styled-components": "^2.1.4",
"clean-webpack-plugin": "^4.0.0",
"copyfiles": "^2.4.1",
"eslint": "^8.54.0",
"eslint-plugin-react": "^7.33.2",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"html-loader": "^4.2.0",
"eslint-plugin-storybook": "^0.8.0",
"html-loader": "^5.0.0",
"identity-obj-proxy": "^3.0.0",
"install-peers-cli": "^2.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-styled-components": "^7.1.1",
"jsdom": "23.0.1",
"jsdom": "24.0.0",
"lodash": "^4.17.21",
"markdown-loader": "8.0.0",
"prettier": "^3.1.0",
"prettier": "^3.2.5",
"prop-types": "^15.8.1",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"sass-loader": "^13.3.2",
"storybook": "^7.6.2",
"sass-loader": "^14.1.1",
"storybook": "^8.0.2",
"styled-components": "^5.3.9",
"svg-sprite-loader": "^6.0.11",
"svgo-loader": "^4.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.88.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}
Loading

0 comments on commit a852bf8

Please sign in to comment.