Skip to content

Commit

Permalink
fix: types of react-router
Browse files Browse the repository at this point in the history
  • Loading branch information
Col0ring committed Oct 9, 2022
1 parent d34416e commit d973e74
Show file tree
Hide file tree
Showing 4 changed files with 1,173 additions and 1,457 deletions.
32 changes: 17 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-guarded-routes",
"version": "0.4.3",
"version": "0.4.4",
"description": "a guard middleware for react-router v6",
"keywords": [
"react",
Expand Down Expand Up @@ -39,34 +39,36 @@
"test:cov": "jest --coverage"
},
"dependencies": {
"types-kit": "^0.0.8"
"types-kit": "^0.0.11"
},
"devDependencies": {
"@col0ring/eslint-config": "^0.0.12",
"@col0ring/eslint-config": "^0.0.13",
"@col0ring/prettier-config": "^0.0.2",
"@col0ring/stylelint-config": "^0.0.8",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-angular": "^17.0.3",
"@types/jest": "^28.1.6",
"@types/react": "^18.0.15",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-angular": "^17.1.0",
"@types/jest": "^29.1.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-test-renderer": "^18.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.20.0",
"eslint": "^8.25.0",
"husky": "^8.0.1",
"jest": "^28.1.3",
"jest": "^29.1.2",
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.1.1",
"prettier-plugin-packagejson": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.0.0",
"react-router": "^6.3.0",
"react-dom": "^18.2.0",
"react-router": "^6.4.2",
"react-test-renderer": "^18.2.0",
"rimraf": "^3.0.2",
"stylelint": "^14.9.1",
"ts-jest": "^28.0.7",
"tsup": "^6.2.1",
"typescript": "^4.7.4"
"stylelint": "^14.13.0",
"ts-jest": "^29.0.3",
"tsup": "^6.2.3",
"typescript": "^4.8.4"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down
Loading

0 comments on commit d973e74

Please sign in to comment.