Skip to content

Commit 60800bc

Browse files
chore: update packages and ignore yarn-specifics
1 parent 91a349c commit 60800bc

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ __pycache__
99
yarn.lock
1010
package-lock.json
1111
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

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@
88
"test:watch": "jest --silent --watch"
99
},
1010
"dependencies": {
11-
"react": ">=18.2.0",
12-
"react-dom": ">=18.2.0",
11+
"react": "18.3.1",
12+
"react-dom": "18.3.1",
1313
"react-scripts": ">=5.0.1"
1414
},
1515
"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",
1919
"@testing-library/user-event": "^14.5.2",
2020
"@types/jest": "^29.5.12",
21-
"@types/react": "18.2.58",
21+
"@types/react": "18.3.1",
2222
"jest": "^29.7.0",
2323
"jest-environment-jsdom": "^29.7.0",
2424
"ts-jest": "^29.1.2",
25-
"typescript": "5.3.3"
25+
"typescript": "5.4.5"
2626
},
2727
"browserslist": {
2828
"production": [

0 commit comments

Comments
 (0)