19
19
"@tiptap/pm" : " ^2.0.3" ,
20
20
"@tiptap/react" : " ^2.0.3" ,
21
21
"@tiptap/suggestion" : " ^2.1.13" ,
22
- "@typescript-eslint/eslint-plugin" : " ^2" ,
23
- "@typescript-eslint/parser" : " ^2" ,
24
22
"react-bootstrap" : " ^2.5.0" ,
25
23
"react-currency-input-field" : " ^3.6.10" ,
26
24
"react-loading-skeleton" : " ^3.1.0" ,
70
68
"bootstrap" : " 5.1" ,
71
69
"classnames" : " ^2.2.5" ,
72
70
"prop-types" : " ^15.6.1" ,
73
- "react" : " ^16.12 .0" ,
71
+ "react" : " ^18.2 .0" ,
74
72
"react-copy-to-clipboard" : " ^5.0.2" ,
75
- "react-dom" : " ^16.12 .0" ,
73
+ "react-dom" : " ^18.2 .0" ,
76
74
"react-modal" : " ^3.12.1" ,
77
75
"react-popper" : " ^2.2.3" ,
78
- "react-tracking" : " ^8.1.0 "
76
+ "react-tracking" : " ^9.3 "
79
77
},
80
78
"devDependencies" : {
81
79
"@babel/cli" : " ^7.8.4" ,
109
107
"@storybook/addons" : " ^7.6.17" ,
110
108
"@storybook/react" : " ^8.0.5" ,
111
109
"@storybook/react-webpack5" : " ^8.0.5" ,
110
+ "@testing-library/dom" : " ^9.3.4" ,
112
111
"@testing-library/jest-dom" : " ^6.1.3" ,
113
- "@testing-library/react" : " ^12.1 .2" ,
112
+ "@testing-library/react" : " ^14.2 .2" ,
114
113
"@testing-library/react-hooks" : " ^3.2.1" ,
115
- "@testing-library/user-event" : " ^13 .5.0 " ,
114
+ "@testing-library/user-event" : " ^14 .5.2 " ,
116
115
"@types/jest" : " ^29.5.5" ,
117
116
"@types/react-dom" : " ^16.0.0" ,
118
117
"@types/testing-library__jest-dom" : " ^6.0.0" ,
118
+ "@typescript-eslint/eslint-plugin" : " ^6.21" ,
119
+ "@typescript-eslint/parser" : " ^6.21" ,
119
120
"babel-eslint" : " ^10.0.3" ,
120
121
"babel-jest" : " ^27.4.6" ,
121
122
"babel-loader" : " ^8.0.6" ,
128
129
"css-loader" : " ^6.8.1" ,
129
130
"eslint" : " ^7.32.0" ,
130
131
"eslint-config-airbnb" : " ^18.0.1" ,
131
- "eslint-config-react-app" : " ^5.2.1" ,
132
132
"eslint-plugin-babel" : " ^5.3.0" ,
133
133
"eslint-plugin-flowtype" : " ^4.7.0" ,
134
134
"eslint-plugin-import" : " ^2.20.1" ,
135
135
"eslint-plugin-jsx-a11y" : " ^6.2.3" ,
136
136
"eslint-plugin-react" : " ^7.18.3" ,
137
- "eslint-plugin-react-hooks" : " ^2.5.1 " ,
137
+ "eslint-plugin-react-hooks" : " ^4.6.0 " ,
138
138
"eslint-utils" : " ^1.4.3" ,
139
139
"file-loader" : " ^6.2.0" ,
140
140
"jest" : " ^27.4.6" ,
141
141
"jest-css-modules-transform" : " ^4.3.0" ,
142
142
"node-sass" : " ^8.0.0" ,
143
143
"nodemon" : " ^3.0.1" ,
144
144
"prop-types" : " ^15.6.1" ,
145
- "react" : " ^18.0.2 " ,
145
+ "react" : " ^18.2.0 " ,
146
146
"react-copy-to-clipboard" : " ^5.0.2" ,
147
- "react-dom" : " ^18.0.2 " ,
147
+ "react-dom" : " ^18.2.0 " ,
148
148
"react-modal" : " ^3.12.1" ,
149
149
"react-popper" : " ^2.2.3" ,
150
150
"react-test-renderer" : " ^18.0.2" ,
151
- "react-tracking" : " 8.1.0 " ,
151
+ "react-tracking" : " ^9.3 " ,
152
152
"sass-loader" : " ^10.4.1" ,
153
153
"storybook" : " ^8.0.5" ,
154
154
"storybook-addon-designs" : " 6.3.1" ,
161
161
"@babel/helper-create-regexp-features-plugin" : " ^7.22.15" ,
162
162
"istanbul-lib-instrument" : " ^6.0.0" ,
163
163
"jackspeak" : " 2.1.1" ,
164
- "make-dir" : " 4.0.0" ,
165
164
"normalize-package-data" : " ^3.0.0" ,
166
165
"semver" : " ^7.5.3"
167
166
},
171
170
" scss"
172
171
],
173
172
"engines" : {
174
- "node" : " >= 16 < 19 " ,
173
+ "node" : " >= 20 " ,
175
174
"yarn" : " ^ 1.22"
176
175
},
177
176
"main" : " lib/index" ,
198
197
"node" : " 18.18.2" ,
199
198
"yarn" : " 1.22.21"
200
199
}
201
- }
200
+ }
0 commit comments