Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwcyu committed Nov 22, 2024
1 parent 4575628 commit 1ca3bf9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.0",
"@types/react-router-dom": "^5.2.0",
"@types/testing-library__jest-dom": "6.0.0",
"copy-webpack-plugin": "^12.0.2",
"cspell": "^8.16.0",
"css-loader": "^7.1.2",
Expand All @@ -62,25 +63,25 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"glob": "^11.0.0",
"identity-obj-proxy": "3.0.0",
"imports-loader": "^5.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"lefthook": "^1.8.4",
"prettier": "^3.3.3",
"react-router-dom": "6.28.0",
"react-select-event": "^5.3.0",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass": "1.81.0",
"sass-loader": "16.0.3",
"style-loader": "4.0.0",
"swc-loader": "^0.2.3",
"terser-webpack-plugin": "^5.3.10",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "5.6.3",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-livereload-plugin": "^3.0.2",
"@types/testing-library__jest-dom": "6.0.0",
"imports-loader": "^5.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack-virtual-modules": "^0.6.2"
},
"resolutions": {
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8955,6 +8955,14 @@ react-router-dom-v5-compat@^6.26.1:
history "^5.3.0"
react-router "6.28.0"

[email protected]:
version "6.28.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.28.0.tgz#f73ebb3490e59ac9f299377062ad1d10a9f579e6"
integrity sha512-kQ7Unsl5YdyOltsPGl31zOjLrDv+m2VcIEcIHqYYD3Lp0UppLjrzcfJqDJwXxFw3TH/yvapbnUvPlAj7Kx5nbg==
dependencies:
"@remix-run/router" "1.21.0"
react-router "6.28.0"

[email protected]:
version "6.28.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.28.0.tgz#29247c86d7ba901d7e5a13aa79a96723c3e59d0d"
Expand Down

0 comments on commit 1ca3bf9

Please sign in to comment.