Skip to content

Commit 39fea0c

Browse files
committed
run npm update --save
1 parent f684e40 commit 39fea0c

File tree

2 files changed

+223
-64
lines changed

2 files changed

+223
-64
lines changed

package-lock.json

Lines changed: 208 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,25 @@
1313
"format_check": "prettier --check \"**/*.{ts,tsx,md,js,json,yml,yaml}\""
1414
},
1515
"dependencies": {
16-
"next": "^15.3.3",
17-
"react": "^19.0.0",
18-
"react-dom": "^19.0.0",
16+
"next": "^15.4.3",
17+
"react": "^19.1.0",
18+
"react-dom": "^19.1.0",
1919
"react-use-websocket": "^4.13.0"
2020
},
2121
"devDependencies": {
22-
"@testing-library/jest-dom": "latest",
22+
"@testing-library/jest-dom": "^6.6.3",
2323
"@testing-library/react": "^16.3.0",
24-
"@types/jest": "latest",
25-
"@types/react": "^19.1.3",
26-
"@types/react-dom": "^19.1.3",
24+
"@types/jest": "^30.0.0",
25+
"@types/react": "^19.1.8",
26+
"@types/react-dom": "^19.1.6",
2727
"autoprefixer": "^10.4.21",
28-
"eslint": "latest",
29-
"eslint-config-next": "latest",
30-
"jest": "latest",
31-
"jest-environment-jsdom": "latest",
32-
"postcss": "^8",
33-
"prettier": "latest",
34-
"tailwindcss": "^3.3.0"
28+
"eslint": "^9.31.0",
29+
"eslint-config-next": "^15.4.3",
30+
"jest": "^30.0.5",
31+
"jest-environment-jsdom": "^30.0.5",
32+
"postcss": "^8.5.6",
33+
"prettier": "^3.6.2",
34+
"tailwindcss": "^3.4.17",
35+
"ts-node": "^10.9.2"
3536
}
3637
}

0 commit comments

Comments
 (0)