Skip to content

Commit c3f4e9b

Browse files
authored
Upgrade dependencies to the latest (DS 4.0) (#1311)
Upgrade packages to latest: * @storybook * @tiptap * @testing-library * @types/react-dom * @types/react-transition-group * @typescript-eslint * babel * chromatic * eslint * nodemon * react-bootstrap * react-datepicker * react-hook-form * react-modal * react-select * sanitize-html * typescript * uuid * webpack
1 parent 8c6fc4f commit c3f4e9b

File tree

2 files changed

+898
-589
lines changed

2 files changed

+898
-589
lines changed

package.json

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,35 @@
22
"name": "@user-interviews/ui-design-system",
33
"version": "3.12.0",
44
"dependencies": {
5-
"@tiptap/core": "^2.10.3",
6-
"@tiptap/extension-bold": "^2.10.3",
7-
"@tiptap/extension-bullet-list": "^2.10.3",
8-
"@tiptap/extension-character-count": "^2.10.3",
9-
"@tiptap/extension-document": "^2.10.3",
10-
"@tiptap/extension-hard-break": "^2.10.3",
11-
"@tiptap/extension-history": "^2.10.3",
12-
"@tiptap/extension-italic": "^2.10.3",
13-
"@tiptap/extension-link": "^2.10.3",
14-
"@tiptap/extension-list-item": "^2.10.3",
15-
"@tiptap/extension-ordered-list": "^2.10.3",
16-
"@tiptap/extension-paragraph": "^2.10.3",
17-
"@tiptap/extension-placeholder": "^2.10.3",
18-
"@tiptap/extension-text": "^2.10.3",
19-
"@tiptap/pm": "^2.10.3",
20-
"@tiptap/react": "^2.10.3",
21-
"@tiptap/suggestion": "^2.10.3",
5+
"@tiptap/core": "^2.11.3",
6+
"@tiptap/extension-bold": "^2.11.3",
7+
"@tiptap/extension-bullet-list": "^2.11.3",
8+
"@tiptap/extension-character-count": "^2.11.3",
9+
"@tiptap/extension-document": "^2.11.3",
10+
"@tiptap/extension-hard-break": "^2.11.3",
11+
"@tiptap/extension-history": "^2.11.3",
12+
"@tiptap/extension-italic": "^2.11.3",
13+
"@tiptap/extension-link": "^2.11.3",
14+
"@tiptap/extension-list-item": "^2.11.3",
15+
"@tiptap/extension-ordered-list": "^2.11.3",
16+
"@tiptap/extension-paragraph": "^2.11.3",
17+
"@tiptap/extension-placeholder": "^2.11.3",
18+
"@tiptap/extension-text": "^2.11.3",
19+
"@tiptap/pm": "^2.11.3",
20+
"@tiptap/react": "^2.11.3",
21+
"@tiptap/suggestion": "^2.11.3",
2222
"date-fns": "^4.1.0",
2323
"date-fns-tz": "^3.2.0",
24-
"react-bootstrap": "^2.10.6",
24+
"react-bootstrap": "^2.10.8",
2525
"react-currency-input-field": "^3.9.0",
26-
"react-datepicker": "^7.5.0",
26+
"react-datepicker": "^7.6.0",
2727
"react-loading-skeleton": "^3.5.0",
28-
"react-select": "^5.8.3",
28+
"react-select": "^5.10.0",
2929
"react-toggle": "^4.1.3",
3030
"react-transition-group": "^4.4.5",
31-
"sanitize-html": "^2.13.1",
31+
"sanitize-html": "^2.14.0",
3232
"tippy.js": "^6.3.7",
33-
"uuid": "^11.0.3"
33+
"uuid": "^11.0.5"
3434
},
3535
"scripts": {
3636
"build": "NODE_ENV=production babel src --out-dir lib --copy-files --extensions '.js,.jsx,.ts,.tsx' && tsc",
@@ -81,89 +81,89 @@
8181
"react-tracking": "^9.3"
8282
},
8383
"devDependencies": {
84-
"@babel/cli": "^7.25.9",
85-
"@babel/core": "^7.26.0",
84+
"@babel/cli": "^7.26.4",
85+
"@babel/core": "^7.26.7",
8686
"@babel/eslint-parser": "^7.26.5",
8787
"@babel/eslint-plugin": "^7.25.9",
8888
"@babel/plugin-proposal-class-properties": "^7.18.6",
8989
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
9090
"@babel/plugin-proposal-private-methods": "^7.18.6",
9191
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
9292
"@babel/plugin-transform-runtime": "^7.25.9",
93-
"@babel/preset-env": "^7.26.0",
93+
"@babel/preset-env": "^7.26.7",
9494
"@babel/preset-react": "^7.26.3",
9595
"@babel/preset-typescript": "^7.26.0",
96-
"@babel/runtime": "^7.26.0",
96+
"@babel/runtime": "^7.26.7",
9797
"@eslint/compat": "^1.2.5",
9898
"@fortawesome/fontawesome-svg-core": "^6.5.2",
9999
"@fortawesome/free-brands-svg-icons": "^6.5.2",
100100
"@fortawesome/pro-regular-svg-icons": "^6.5.2",
101101
"@fortawesome/pro-solid-svg-icons": "^6.5.2",
102102
"@fortawesome/react-fontawesome": "^0.2.0",
103103
"@popperjs/core": "^2.11.8",
104-
"@storybook/addon-a11y": "^8.4.6",
105-
"@storybook/addon-actions": "^8.4.6",
106-
"@storybook/addon-backgrounds": "^8.4.6",
107-
"@storybook/addon-controls": "^8.4.6",
108-
"@storybook/addon-docs": "^8.4.6",
109-
"@storybook/addon-jest": "^8.4.6",
110-
"@storybook/addon-links": "^8.4.6",
111-
"@storybook/addon-storysource": "^8.4.6",
104+
"@storybook/addon-a11y": "^8.5.2",
105+
"@storybook/addon-actions": "^8.5.2",
106+
"@storybook/addon-backgrounds": "^8.5.2",
107+
"@storybook/addon-controls": "^8.5.2",
108+
"@storybook/addon-docs": "^8.5.2",
109+
"@storybook/addon-jest": "^8.5.2",
110+
"@storybook/addon-links": "^8.5.2",
111+
"@storybook/addon-storysource": "^8.5.2",
112112
"@storybook/addon-styling-webpack": "^1.0.1",
113-
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
114-
"@storybook/react": "^8.4.6",
115-
"@storybook/react-webpack5": "^8.4.6",
113+
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
114+
"@storybook/react": "^8.5.2",
115+
"@storybook/react-webpack5": "^8.5.2",
116116
"@testing-library/dom": "^10.4.0",
117117
"@testing-library/jest-dom": "^6.6.3",
118-
"@testing-library/react": "^16.0.1",
118+
"@testing-library/react": "^16.2.0",
119119
"@testing-library/react-hooks": "^8.0.1",
120-
"@testing-library/user-event": "^14.5.2",
120+
"@testing-library/user-event": "^14.6.1",
121121
"@types/jest": "^29.5.14",
122-
"@types/react-dom": "^18.3.1",
122+
"@types/react-dom": "^18.3.5",
123123
"@types/react-toggle": "^4.0.5",
124-
"@types/react-transition-group": "^4.4.11",
124+
"@types/react-transition-group": "^4.4.12",
125125
"@types/testing-library__jest-dom": "^6.0.0",
126-
"@typescript-eslint/eslint-plugin": "^8.17.0",
127-
"@typescript-eslint/parser": "^8.17.0",
126+
"@typescript-eslint/eslint-plugin": "^8.22.0",
127+
"@typescript-eslint/parser": "^8.22.0",
128128
"babel-eslint": "^10.1.0",
129129
"babel-jest": "^29.7.0",
130130
"babel-loader": "^9.2.1",
131131
"babel-plugin-module-resolver": "^5.0.2",
132132
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
133133
"babel-preset-react": "^6.24.1",
134134
"bootstrap": "5.3.3",
135-
"chromatic": "^11.20.0",
135+
"chromatic": "^11.25.1",
136136
"classnames": "^2.5.1",
137137
"css-loader": "^7.1.2",
138-
"eslint": "^9.18.0",
138+
"eslint": "^9.19.0",
139139
"eslint-plugin-import": "^2.31.0",
140140
"eslint-plugin-jsx-a11y": "^6.10.2",
141141
"eslint-plugin-local-rules": "^3.0.2",
142142
"eslint-plugin-no-only-tests": "^3.3.0",
143-
"eslint-plugin-react": "^7.37.3",
143+
"eslint-plugin-react": "^7.37.4",
144144
"eslint-plugin-react-hooks": "^5.1.0",
145145
"eslint-utils": "^3.0.0",
146146
"file-loader": "^6.2.0",
147147
"jest": "^29.7.0",
148148
"jest-css-modules-transform": "^4.4.2",
149149
"jest-environment-jsdom": "^29.7.0",
150150
"node-sass": "^9.0.0",
151-
"nodemon": "^3.1.7",
151+
"nodemon": "^3.1.9",
152152
"prop-types": "^15.8.1",
153153
"react": "^18.3.1",
154154
"react-copy-to-clipboard": "^5.1.0",
155155
"react-dom": "^18.3.1",
156-
"react-hook-form": "^7.53.2",
157-
"react-modal": "^3.16.1",
156+
"react-hook-form": "^7.54.2",
157+
"react-modal": "^3.16.3",
158158
"react-popper": "^2.3.0",
159159
"react-test-renderer": "^18.3.1",
160160
"react-tracking": "^9.3.2",
161161
"sass-loader": "^16.0.4",
162-
"storybook": "^8.4.6",
162+
"storybook": "^8.5.2",
163163
"storybook-addon-designs": "6.3.1",
164164
"style-loader": "^4.0.0",
165-
"typescript": "^5.7.2",
166-
"webpack": "^5.97.0",
165+
"typescript": "^5.7.3",
166+
"webpack": "^5.97.1",
167167
"yalc": "^1.0.0-pre.53"
168168
},
169169
"resolutions": {

0 commit comments

Comments
 (0)