Skip to content

Commit

Permalink
bump packages to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanroon committed Sep 20, 2022
1 parent a342e7c commit 6b7ea03
Show file tree
Hide file tree
Showing 3 changed files with 1,460 additions and 2,337 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'jsdom',
}
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@
"license": "MIT",
"devDependencies": {
"@react-native-async-storage/async-storage": "^1.15.2",
"@types/jest": "^26.0.22",
"@types/jest": "^29.0.3",
"@types/jsonwebtoken": "^8.5.1",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"axios": "^0.21.1",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"axios": "^0.27.2",
"axios-mock-adapter": "^1.20.0",
"eslint": "^7.24.0",
"jest": "^26.6.3",
"eslint": "^8.23.1",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"jsonwebtoken": "^8.5.1",
"prettier": "^2.2.1",
"ts-jest": "^26.5.4",
"ts-jest": "^29.0.1",
"typescript": "^4.4.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 6b7ea03

Please sign in to comment.