File tree 2 files changed +15
-7
lines changed
2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,11 @@ __pycache__
9
9
yarn.lock
10
10
package-lock.json
11
11
yarn-error.log
12
+ .yarnrc.yml
13
+ .pnp. *
14
+ .yarn /*
15
+ ! .yarn /patches
16
+ ! .yarn /plugins
17
+ ! .yarn /releases
18
+ ! .yarn /sdks
19
+ ! .yarn /versions
Original file line number Diff line number Diff line change 8
8
"test:watch" : " jest --silent --watch"
9
9
},
10
10
"dependencies" : {
11
- "react" : " >= 18.2.0 " ,
12
- "react-dom" : " >= 18.2.0 " ,
11
+ "react" : " 18.3.1 " ,
12
+ "react-dom" : " 18.3.1 " ,
13
13
"react-scripts" : " >=5.0.1"
14
14
},
15
15
"devDependencies" : {
16
- "@testing-library/dom" : " ^9.3.4 " ,
17
- "@testing-library/jest-dom" : " ^6.4.2 " ,
18
- "@testing-library/react" : " ^14.2.1 " ,
16
+ "@testing-library/dom" : " ^10.1.0 " ,
17
+ "@testing-library/jest-dom" : " ^6.4.5 " ,
18
+ "@testing-library/react" : " ^15.0.7 " ,
19
19
"@testing-library/user-event" : " ^14.5.2" ,
20
20
"@types/jest" : " ^29.5.12" ,
21
- "@types/react" : " 18.2.58 " ,
21
+ "@types/react" : " 18.3.1 " ,
22
22
"jest" : " ^29.7.0" ,
23
23
"jest-environment-jsdom" : " ^29.7.0" ,
24
24
"ts-jest" : " ^29.1.2" ,
25
- "typescript" : " 5.3.3 "
25
+ "typescript" : " 5.4.5 "
26
26
},
27
27
"browserslist" : {
28
28
"production" : [
You can’t perform that action at this time.
0 commit comments