Skip to content

Commit a852bf8

Browse files
committed
Upgrade packages.
1 parent 8e02177 commit a852bf8

File tree

3 files changed

+2473
-1873
lines changed

3 files changed

+2473
-1873
lines changed

.storybook/main.js

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const config = {
66
"@storybook/addon-links",
77
"@storybook/addon-essentials",
88
"@storybook/addon-interactions",
9+
"@storybook/addon-webpack5-compiler-babel"
910
],
1011
framework: {
1112
name: "@storybook/react-webpack5",

package.json

+34-33
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,20 @@
4242
"dependencies": {
4343
"@dnd-kit/core": "^6.1.0",
4444
"@dnd-kit/sortable": "^8.0.0",
45-
"@elastic/react-search-ui": "^1.20.2",
46-
"@elastic/search-ui-site-search-connector": "^1.20.2",
45+
"@elastic/react-search-ui": "^1.21.1",
46+
"@elastic/search-ui-site-search-connector": "^1.21.1",
4747
"@prismicio/client": "7.3.1",
48+
"@storybook/test": "^8.0.2",
4849
"@styled-system/css": "^5.1.5",
49-
"@tanstack/react-table": "^8.10.6",
50-
"@tanstack/react-virtual": "3.0.0-beta.29",
51-
"axios": "^1.6.2",
52-
"polished": "^4.2.2",
50+
"@tanstack/react-table": "^8.14.0",
51+
"@tanstack/react-virtual": "3.2.0",
52+
"axios": "^1.6.8",
53+
"polished": "^4.3.1",
5354
"react-portal": "^4.2.2",
5455
"react-select": "^5.8.0",
5556
"styled-system": "^5.1.5",
5657
"throttle-debounce": "5.0.0",
57-
"use-context-selector": "^1.3.7"
58+
"use-context-selector": "^1.4.4"
5859
},
5960
"peerDependencies": {
6061
"lodash": "*",
@@ -63,55 +64,55 @@
6364
"styled-components": "^5.3.9"
6465
},
6566
"devDependencies": {
66-
"@babel/cli": "^7.23.4",
67-
"@babel/core": "^7.23.5",
68-
"@babel/eslint-parser": "^7.23.3",
67+
"@babel/cli": "^7.24.1",
68+
"@babel/core": "^7.24.1",
69+
"@babel/eslint-parser": "^7.24.1",
6970
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
70-
"@babel/plugin-transform-modules-umd": "^7.23.3",
71-
"@babel/plugin-transform-runtime": "^7.23.4",
72-
"@babel/preset-env": "^7.23.5",
73-
"@babel/preset-react": "^7.23.3",
74-
"@storybook/addon-essentials": "7.5.1",
75-
"@storybook/addon-interactions": "7.5.1",
76-
"@storybook/addon-links": "7.5.1",
77-
"@storybook/blocks": "7.5.1",
78-
"@storybook/react": "7.5.1",
79-
"@storybook/react-webpack5": "7.5.1",
80-
"@storybook/testing-library": "^0.2.2",
81-
"@testing-library/jest-dom": "^6.1.5",
82-
"@testing-library/react": "^14.1.2",
83-
"@testing-library/user-event": "^14.5.1",
71+
"@babel/plugin-transform-modules-umd": "^7.24.1",
72+
"@babel/plugin-transform-runtime": "^7.24.1",
73+
"@babel/preset-env": "^7.24.1",
74+
"@babel/preset-react": "^7.24.1",
75+
"@storybook/addon-essentials": "^8.0.2",
76+
"@storybook/addon-interactions": "^8.0.2",
77+
"@storybook/addon-links": "^8.0.2",
78+
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
79+
"@storybook/blocks": "^8.0.2",
80+
"@storybook/react": "^8.0.2",
81+
"@storybook/react-webpack5": "^8.0.2",
82+
"@testing-library/jest-dom": "^6.4.2",
83+
"@testing-library/react": "^14.2.2",
84+
"@testing-library/user-event": "^14.5.2",
8485
"babel-loader": "^9.1.3",
8586
"babel-plugin-module-resolver": "^5.0.0",
8687
"babel-plugin-styled-components": "^2.1.4",
8788
"clean-webpack-plugin": "^4.0.0",
8889
"copyfiles": "^2.4.1",
89-
"eslint": "^8.54.0",
90-
"eslint-plugin-react": "^7.33.2",
90+
"eslint": "^8.57.0",
91+
"eslint-plugin-react": "^7.34.1",
9192
"eslint-plugin-react-hooks": "^4.6.0",
92-
"eslint-plugin-storybook": "^0.6.15",
93-
"html-loader": "^4.2.0",
93+
"eslint-plugin-storybook": "^0.8.0",
94+
"html-loader": "^5.0.0",
9495
"identity-obj-proxy": "^3.0.0",
9596
"install-peers-cli": "^2.2.0",
9697
"jest": "^29.7.0",
9798
"jest-environment-jsdom": "^29.7.0",
9899
"jest-styled-components": "^7.1.1",
99-
"jsdom": "23.0.1",
100+
"jsdom": "24.0.0",
100101
"lodash": "^4.17.21",
101102
"markdown-loader": "8.0.0",
102-
"prettier": "^3.1.0",
103+
"prettier": "^3.2.5",
103104
"prop-types": "^15.8.1",
104105
"raw-loader": "^4.0.2",
105106
"react": "^18.2.0",
106107
"react-dom": "^18.2.0",
107108
"rimraf": "^5.0.5",
108-
"sass-loader": "^13.3.2",
109-
"storybook": "^7.6.2",
109+
"sass-loader": "^14.1.1",
110+
"storybook": "^8.0.2",
110111
"styled-components": "^5.3.9",
111112
"svg-sprite-loader": "^6.0.11",
112113
"svgo-loader": "^4.0.0",
113114
"url-loader": "^4.1.1",
114-
"webpack": "^5.88.2",
115+
"webpack": "^5.90.3",
115116
"webpack-cli": "^5.1.4"
116117
}
117118
}

0 commit comments

Comments
 (0)