Skip to content

Commit

Permalink
chore: upgrade dev deps to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
geekact committed Sep 21, 2022
1 parent c3eb4c4 commit 7c03656
Show file tree
Hide file tree
Showing 2 changed files with 1,041 additions and 969 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,29 +66,29 @@
"topic": "^3.0.2"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@redux-devtools/extension": "^3.2.2",
"@swc/core": "^1.2.207",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.4",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"browserslist": "^4.21.1",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@redux-devtools/extension": "^3.2.3",
"@swc/core": "^1.3.2",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.18",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"browserslist": "^4.21.4",
"docsify-cli": "^4.4.4",
"husky": "^8.0.1",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"rxjs": "^7.5.5",
"rxjs": "^7.5.6",
"sleep-promise": "^9.1.0",
"ts-expect": "^1.3.0",
"ts-jest": "^28.0.5",
"tsup": "^6.1.2",
"typescript": "^4.7.4"
"ts-jest": "^29.0.1",
"tsup": "^6.2.3",
"typescript": "^4.8.3"
}
}
Loading

0 comments on commit 7c03656

Please sign in to comment.