Skip to content

Commit 76bdc34

Browse files
Dependencies update
1 parent f4c1e62 commit 76bdc34

1 file changed

Lines changed: 58 additions & 58 deletions

File tree

package.json

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -33,68 +33,68 @@
3333
":generate:theme": "npm-run-all :generate:theme:build :generate:theme:clean"
3434
},
3535
"dependencies": {
36-
"@babel/core": "^7.22.15",
37-
"@babel/plugin-transform-react-jsx": "^7.22.15",
36+
"@babel/core": "^7.23.3",
37+
"@babel/plugin-transform-react-jsx": "^7.23.4",
3838
"@babel/preset-env": "^7.22.20",
39-
"@babel/preset-react": "^7.22.15",
40-
"@babel/preset-typescript": "^7.22.15",
41-
"@babel/runtime": "^7.22.15",
39+
"@babel/preset-react": "^7.23.3",
40+
"@babel/preset-typescript": "^7.23.3",
41+
"@babel/runtime": "^7.23.4",
4242
"@emotion/babel-plugin": "^11.11.0",
4343
"@emotion/babel-preset-css-prop": "^11.11.0",
4444
"@emotion/cache": "^11.11.0",
4545
"@emotion/css": "^11.11.2",
4646
"@emotion/eslint-plugin": "^11.11.0",
4747
"@emotion/react": "^11.11.1",
4848
"@emotion/styled": "^11.11.0",
49-
"@floating-ui/react": "^0.25.4",
50-
"@floating-ui/react-dom": "^2.0.2",
49+
"@floating-ui/react": "^0.26.2",
50+
"@floating-ui/react-dom": "^2.0.4",
5151
"@floating-ui/react-dom-interactions": "^0.13.3",
5252
"@mdx-js/react": "^2.3.0",
53-
"@opentelemetry/api": "^1.6.0",
54-
"@opentelemetry/context-zone": "^1.17.0",
55-
"@opentelemetry/core": "^1.17.0",
56-
"@opentelemetry/instrumentation": "^0.43.0",
57-
"@opentelemetry/instrumentation-fetch": "^0.43.0",
58-
"@opentelemetry/instrumentation-xml-http-request": "^0.43.0",
59-
"@opentelemetry/sdk-trace-base": "^1.17.0",
60-
"@opentelemetry/sdk-trace-web": "^1.17.0",
61-
"@storybook/addons": "^7.4.5",
62-
"@types/convert-units": "^2.3.7",
63-
"@types/lodash": "^4.14.199",
53+
"@opentelemetry/api": "^1.7.0",
54+
"@opentelemetry/context-zone": "^1.18.1",
55+
"@opentelemetry/core": "^1.18.1",
56+
"@opentelemetry/instrumentation": "^0.45.1",
57+
"@opentelemetry/instrumentation-fetch": "^0.45.1",
58+
"@opentelemetry/instrumentation-xml-http-request": "^0.45.1",
59+
"@opentelemetry/sdk-trace-base": "^1.18.1",
60+
"@opentelemetry/sdk-trace-web": "^1.18.1",
61+
"@storybook/addons": "^7.5.3",
62+
"@types/convert-units": "^2.3.9",
63+
"@types/lodash": "^4.14.202",
6464
"@types/node": "^18.16.17",
65-
"@types/react": "^18.2.22",
66-
"@types/react-dom": "^18.2.7",
67-
"@types/react-helmet": "^6.1.6",
68-
"@types/react-table": "^7.7.15",
69-
"@types/react-transition-group": "^4.4.6",
70-
"@types/uuid": "^9.0.4",
71-
"@typescript-eslint/eslint-plugin": "^6.7.3",
72-
"@typescript-eslint/parser": "^6.7.3",
73-
"axios": "^1.5.0",
74-
"babel-jest": "^29.5.0",
65+
"@types/react": "^18.2.38",
66+
"@types/react-dom": "^18.2.17",
67+
"@types/react-helmet": "^6.1.9",
68+
"@types/react-table": "^7.7.18",
69+
"@types/react-transition-group": "^4.4.9",
70+
"@types/uuid": "^9.0.7",
71+
"@typescript-eslint/eslint-plugin": "^6.12.0",
72+
"@typescript-eslint/parser": "^6.12.0",
73+
"axios": "^1.6.2",
74+
"babel-jest": "^29.7.0",
7575
"bootstrap": "^5.3.2",
7676
"classnames": "^2.3.2",
7777
"detect-browser": "^5.3.0",
78-
"framer-motion": "^10.16.4",
78+
"framer-motion": "^10.16.5",
7979
"jest-sonar-reporter": "^2.0.0",
80-
"jsoneditor": "^9.10.3",
80+
"jsoneditor": "^9.10.4",
8181
"lodash": "^4.17.21",
8282
"oidc-react": "^3.2.2",
8383
"random-words": "^2.0.0",
8484
"rc-scrollbars": "^1.1.6",
8585
"react": "^18.2.0",
8686
"react-app-polyfill": "^3.0.0",
8787
"react-avatar": "^5.0.3",
88-
"react-bootstrap": "^2.8.0",
88+
"react-bootstrap": "^2.9.1",
8989
"react-dom": "^18.2.0",
9090
"react-dropzone": "^14.2.3",
9191
"react-helmet": "^6.1.0",
92-
"react-hook-form": "^7.46.2",
92+
"react-hook-form": "^7.48.2",
9393
"react-intl": "^5.25.1",
94-
"react-merge-refs": "^2.0.2",
94+
"react-merge-refs": "^2.1.1",
9595
"react-resize-detector": "^9.1.0",
9696
"react-responsive": "^9.0.2",
97-
"react-select": "^5.7.5",
97+
"react-select": "^5.8.0",
9898
"react-spinners": "^0.13.8",
9999
"react-table": "^7.8.0",
100100
"react-toastify": "^9.1.3",
@@ -105,65 +105,65 @@
105105
"units-converter": "^1.0.3"
106106
},
107107
"devDependencies": {
108-
"@babel/cli": "^7.22.15",
108+
"@babel/cli": "^7.23.4",
109109
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
110-
"@babel/plugin-transform-runtime": "^7.22.15",
110+
"@babel/plugin-transform-runtime": "^7.23.4",
111111
"@emotion/jest": "^11.11.0",
112-
"@storybook/addon-actions": "^7.4.5",
113-
"@storybook/addon-essentials": "^7.4.5",
114-
"@storybook/addon-interactions": "^7.4.5",
115-
"@storybook/addon-links": "^7.4.5",
112+
"@storybook/addon-actions": "^7.5.3",
113+
"@storybook/addon-essentials": "^7.5.3",
114+
"@storybook/addon-interactions": "^7.5.3",
115+
"@storybook/addon-links": "^7.5.3",
116116
"@storybook/addon-styling": "^1.3.7",
117117
"@storybook/preset-scss": "^1.0.3",
118-
"@storybook/react": "^7.4.5",
119-
"@storybook/react-webpack5": "^7.4.5",
118+
"@storybook/react": "^7.5.3",
119+
"@storybook/react-webpack5": "^7.5.3",
120120
"@storybook/storybook-deployer": "^2.8.16",
121-
"@storybook/testing-library": "^0.2.1",
121+
"@storybook/testing-library": "^0.2.2",
122122
"@svgr/cli": "^8.1.0",
123123
"@svgr/webpack": "^8.1.0",
124-
"@testing-library/jest-dom": "^6.1.3",
125-
"@testing-library/react": "^14.0.0",
126-
"@types/jest": "^29.5.5",
124+
"@testing-library/jest-dom": "^6.1.4",
125+
"@testing-library/react": "^14.1.2",
126+
"@types/jest": "^29.5.10",
127127
"babel-loader": "^8.3.0",
128128
"babel-plugin-inline-react-svg": "^2.0.2",
129129
"babel-plugin-optimize-clsx": "^2.6.2",
130130
"babel-preset-react-app": "^10.0.1",
131131
"child_process": "^1.0.2",
132132
"cross-env": "^7.0.3",
133133
"css-loader": "^6.8.1",
134-
"eslint": "8.50.0",
134+
"eslint": "8.54.0",
135135
"eslint-config-prettier": "^9.0.0",
136136
"eslint-config-react-app": "^7.0.1",
137137
"eslint-formatter-pretty": "^5.0.0",
138-
"eslint-plugin-import": "^2.28.1",
139-
"eslint-plugin-jest": "^27.4.0",
140-
"eslint-plugin-jsx-a11y": "^6.7.1",
141-
"eslint-plugin-prettier": "^5.0.0",
138+
"eslint-plugin-import": "^2.29.0",
139+
"eslint-plugin-jest": "^27.6.0",
140+
"eslint-plugin-jsx-a11y": "^6.8.0",
141+
"eslint-plugin-prettier": "^5.0.1",
142142
"eslint-plugin-react": "^7.33.2",
143143
"eslint-plugin-react-hooks": "^4.6.0",
144-
"eslint-plugin-storybook": "^0.6.14",
144+
"eslint-plugin-storybook": "^0.6.15",
145145
"eslint-plugin-testing-library": "^6.0.2",
146-
"fast-glob": "^3.3.1",
146+
"fast-glob": "^3.3.2",
147147
"fs-extra": "^11.1.1",
148148
"jest": "^29.7.0",
149149
"jest-environment-jsdom": "^29.7.0",
150150
"jest-watch-typeahead": "^2.2.2",
151151
"npm-run-all": "^4.1.5",
152152
"path": "^0.12.7",
153153
"postcss-modules": "^6.0.0",
154-
"prettier": "^3.0.3",
154+
"prettier": "^3.1.0",
155155
"prop-types": "^15.8.1",
156156
"resize-observer-polyfill": "^1.5.1",
157-
"rimraf": "^5.0.2",
158-
"sass": "^1.68.0",
157+
"rimraf": "^5.0.5",
158+
"sass": "^1.69.5",
159159
"sass-loader": "^13.3.2",
160-
"storybook": "^7.4.0",
160+
"storybook": "^7.5.3",
161161
"storybook-addon-themes": "^6.1.0",
162162
"style-loader": "^3.3.3",
163163
"ts-jest": "^29.1.1",
164164
"util": "^0.12.5",
165165
"uuid": "^9.0.1",
166-
"webpack": "^5.88.2",
166+
"webpack": "^5.89.0",
167167
"yargs": "^17.7.2"
168168
},
169169
"sideEffects": false

0 commit comments

Comments
 (0)