Skip to content

Commit 9d475e9

Browse files
Upgrade packages
1 parent 754f7a7 commit 9d475e9

File tree

3 files changed

+1014
-1957
lines changed

3 files changed

+1014
-1957
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ module.exports = {
1414
},
1515
moduleFileExtensions: ['js', 'jsx', 'ts', 'tsx'],
1616
testMatch: ['**/*.(test|spec).(js|jsx|ts|tsx)'],
17+
testEnvironment: 'jsdom',
1718
}

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,50 +17,50 @@
1717
"production:clean": "rimraf out/"
1818
},
1919
"dependencies": {
20-
"@chakra-ui/react": "^1.6.2",
20+
"@chakra-ui/react": "^1.6.3",
2121
"@emotion/react": "^11.4.0",
2222
"@emotion/styled": "^11.3.0",
23-
"dotenv": "^9.0.2",
23+
"dotenv": "^10.0.0",
2424
"framer-motion": "^4.1.17",
25-
"next": "^10.2.0",
25+
"next": "^10.2.3",
2626
"react": "^17.0.2",
2727
"react-dom": "^17.0.2"
2828
},
2929
"devDependencies": {
3030
"@babel/core": "^7.14.3",
3131
"@testing-library/react": "^11.2.7",
3232
"@types/jest": "^26.0.23",
33-
"@types/node": "^15.3.0",
34-
"@types/react": "^17.0.5",
33+
"@types/node": "^15.12.2",
34+
"@types/react": "^17.0.10",
3535
"@types/react-addons-test-utils": "^0.14.25",
36-
"@types/react-dom": "^17.0.5",
36+
"@types/react-dom": "^17.0.7",
3737
"@types/react-test-renderer": "^17.0.1",
38-
"@typescript-eslint/eslint-plugin": "^4.24.0",
39-
"@typescript-eslint/parser": "^4.24.0",
38+
"@typescript-eslint/eslint-plugin": "^4.26.1",
39+
"@typescript-eslint/parser": "^4.26.1",
4040
"babel-eslint": "^10.1.0",
41-
"babel-jest": "^26.6.3",
41+
"babel-jest": "^27.0.2",
4242
"babel-plugin-module-resolver": "^4.1.0",
4343
"cross-env": "^7.0.3",
44-
"eslint": "^7.26.0",
44+
"eslint": "^7.28.0",
4545
"eslint-config-airbnb-typescript": "^12.3.1",
4646
"eslint-config-prettier": "^8.3.0",
4747
"eslint-config-react-app": "^6.0.0",
4848
"eslint-import-resolver-babel-module": "^5.3.1",
4949
"eslint-import-resolver-typescript": "^2.4.0",
5050
"eslint-plugin-flowtype": "^5.7.2",
51-
"eslint-plugin-import": "^2.23.2",
51+
"eslint-plugin-import": "^2.23.4",
5252
"eslint-plugin-jest": "^24.3.6",
5353
"eslint-plugin-jsx-a11y": "^6.4.1",
5454
"eslint-plugin-prettier": "^3.4.0",
55-
"eslint-plugin-react": "^7.23.2",
55+
"eslint-plugin-react": "^7.24.0",
5656
"eslint-plugin-react-hooks": "^4.2.0",
57-
"jest": "^26.6.3",
57+
"jest": "^27.0.4",
5858
"npm-run-all": "^4.1.5",
59-
"prettier": "^2.3.0",
59+
"prettier": "^2.3.1",
6060
"react-addons-test-utils": "^15.6.2",
6161
"rimraf": "^3.0.2",
62-
"ts-jest": "^26.5.6",
63-
"typescript": "^4.2.4",
62+
"ts-jest": "^27.0.3",
63+
"typescript": "^4.3.2",
6464
"yarn-or-npm": "^3.0.1"
6565
}
6666
}

0 commit comments

Comments
 (0)