Skip to content

Commit 76a504e

Browse files
committed
fix: Update deps
1 parent 00851c5 commit 76a504e

File tree

2 files changed

+743
-634
lines changed

2 files changed

+743
-634
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"test-integration": "start-server-and-test start http://localhost:3000 cy:run"
1717
},
1818
"dependencies": {
19-
"@docusaurus/core": "^3.8.0",
20-
"@docusaurus/preset-classic": "^3.8.0",
21-
"@docusaurus/remark-plugin-npm2yarn": "3.8.0",
19+
"@docusaurus/core": "^3.8.1",
20+
"@docusaurus/preset-classic": "^3.8.1",
21+
"@docusaurus/remark-plugin-npm2yarn": "3.8.1",
2222
"react": "^19.1.0",
2323
"react-dom": "^19.1.0",
24-
"styled-components": "^6.1.18"
24+
"styled-components": "^6.1.19"
2525
},
2626
"browserslist": {
2727
"production": [
@@ -36,27 +36,27 @@
3636
]
3737
},
3838
"devDependencies": {
39-
"@babel/core": "^7.27.3",
39+
"@babel/core": "^7.27.4",
4040
"@babel/preset-env": "^7.27.2",
4141
"@babel/preset-react": "^7.27.1",
4242
"@babel/preset-typescript": "^7.27.1",
43-
"@docusaurus/module-type-aliases": "^3.8.0",
44-
"@docusaurus/tsconfig": "3.8.0",
43+
"@docusaurus/module-type-aliases": "^3.8.1",
44+
"@docusaurus/tsconfig": "3.8.1",
4545
"@testing-library/dom": "^10.4.0",
4646
"@testing-library/jest-dom": "^6.6.3",
4747
"@testing-library/react": "^16.3.0",
4848
"@testing-library/user-event": "^14.6.1",
49-
"@types/jest": "^29.5.14",
50-
"@types/react": "^19.1.6",
49+
"@types/jest": "^30.0.0",
50+
"@types/react": "^19.1.8",
5151
"@types/react-helmet": "^6.1.11",
5252
"@types/react-router-dom": "^5.3.3",
5353
"@types/styled-components": "^5.1.34",
54-
"babel-jest": "^30.0.0-beta.3",
54+
"babel-jest": "^30.0.0",
5555
"codecov": "^3.8.3",
56-
"cypress": "^14.4.0",
56+
"cypress": "^14.4.1",
5757
"identity-obj-proxy": "^3.0.0",
58-
"jest": "^29.7.0",
59-
"jest-environment-jsdom": "^30.0.0-beta.3",
58+
"jest": "^30.0.0",
59+
"jest-environment-jsdom": "^30.0.0",
6060
"jest-junit": "^16.0.0",
6161
"start-server-and-test": "^2.0.12",
6262
"typescript": "^5.8.3"

0 commit comments

Comments
 (0)