Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed Dec 2, 2021
1 parent 654b275 commit 6f98b64
Show file tree
Hide file tree
Showing 3 changed files with 1,390 additions and 1,848 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = {
// A set of global variables that need to be available in all test environments
globals: {
"ts-jest": {
tsConfig: "tsconfig.json"
tsconfig: "tsconfig.json"
}
},

Expand Down Expand Up @@ -121,7 +121,7 @@ module.exports = {
// snapshotSerializers: [],

// The test environment that will be used for testing
// testEnvironment: "jest-environment-jsdom",
testEnvironment: "jest-environment-jsdom",

// Options that will be passed to the testEnvironment
// testEnvironmentOptions: {},
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@
}
},
"devDependencies": {
"@testing-library/dom": "^7.29.6",
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^9.3.0",
"@types/jest": "^24.0.18",
"@types/node": "^10.12.24",
"@types/react": "^16.8.0",
"@types/react-dom": "^16.8.0",
"@types/react-test-renderer": "^16.8.0",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.3",
"@types/node": "^12.20.37",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-test-renderer": "^17.0.1",
"ahooks": "^2.9.6",
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-typescript": "^5.0.1",
"husky": "^3.0.9",
"jest": "^24.1.0",
"jest": "^27.4.3",
"prettier": "^1.18.2",
"pretty-quick": "^2.0.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-test-renderer": "^16.8.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"rollup": "^1.21.4",
"ts-jest": "^24.0.2",
"ts-jest": "^27.0.7",
"tslint": "^5.18.0",
"typescript": "~3.8.0"
},
Expand Down
Loading

0 comments on commit 6f98b64

Please sign in to comment.