Skip to content

Commit 846c27b

Browse files
committed
chore: New doc
1 parent 5502858 commit 846c27b

File tree

2 files changed

+1739
-1457
lines changed

2 files changed

+1739
-1457
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"test-integration": "start-server-and-test start http://localhost:3000 cy:run"
1717
},
1818
"dependencies": {
19-
"@docusaurus/core": "^3.8.1",
20-
"@docusaurus/preset-classic": "^3.8.1",
21-
"@docusaurus/remark-plugin-npm2yarn": "3.8.1",
22-
"chalk": "^5.5.0",
23-
"console-table-printer": "^2.14.6",
24-
"react": "^19.1.1",
25-
"react-dom": "^19.1.1",
19+
"@docusaurus/core": "^3.9.2",
20+
"@docusaurus/preset-classic": "^3.9.2",
21+
"@docusaurus/remark-plugin-npm2yarn": "3.9.2",
22+
"chalk": "^5.6.2",
23+
"console-table-printer": "^2.15.0",
24+
"react": "^19.2.0",
25+
"react-dom": "^19.2.0",
2626
"styled-components": "^6.1.19"
2727
},
2828
"browserslist": {
@@ -38,29 +38,29 @@
3838
]
3939
},
4040
"devDependencies": {
41-
"@babel/core": "^7.28.0",
42-
"@babel/preset-env": "^7.28.0",
41+
"@babel/core": "^7.28.4",
42+
"@babel/preset-env": "^7.28.3",
4343
"@babel/preset-react": "^7.27.1",
4444
"@babel/preset-typescript": "^7.27.1",
45-
"@docusaurus/module-type-aliases": "^3.8.1",
46-
"@docusaurus/tsconfig": "3.8.1",
45+
"@docusaurus/module-type-aliases": "^3.9.2",
46+
"@docusaurus/tsconfig": "3.9.2",
4747
"@testing-library/dom": "^10.4.1",
48-
"@testing-library/jest-dom": "^6.6.4",
48+
"@testing-library/jest-dom": "^6.9.1",
4949
"@testing-library/react": "^16.3.0",
5050
"@testing-library/user-event": "^14.6.1",
5151
"@types/jest": "^30.0.0",
52-
"@types/react": "^19.1.10",
52+
"@types/react": "^19.2.2",
5353
"@types/react-helmet": "^6.1.11",
5454
"@types/react-router-dom": "^5.3.3",
5555
"@types/styled-components": "^5.1.34",
56-
"babel-jest": "^30.0.5",
56+
"babel-jest": "^30.2.0",
5757
"codecov": "^3.8.3",
58-
"cypress": "^14.5.4",
58+
"cypress": "^15.5.0",
5959
"identity-obj-proxy": "^3.0.0",
60-
"jest": "^30.0.5",
61-
"jest-environment-jsdom": "^30.0.5",
60+
"jest": "^30.2.0",
61+
"jest-environment-jsdom": "^30.2.0",
6262
"jest-junit": "^16.0.0",
63-
"start-server-and-test": "^2.0.13",
64-
"typescript": "^5.9.2"
63+
"start-server-and-test": "^2.1.2",
64+
"typescript": "^5.9.3"
6565
}
6666
}

0 commit comments

Comments
 (0)