Skip to content

Commit e790862

Browse files
committed
Upgrade dependencies
1 parent b9df028 commit e790862

File tree

3 files changed

+1305
-1154
lines changed

3 files changed

+1305
-1154
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
testEnvironment: 'jsdom',
23
moduleDirectories: ['node_modules', 'src'],
34
setupFilesAfterEnv: ['<rootDir>/jest-setup.js'],
45
collectCoverageFrom: [

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -28,42 +28,42 @@
2828
"dependencies": {
2929
"border-box.css": "^1.0.0",
3030
"framer-motion": "^4.1.17",
31-
"next": "^11.1.1",
31+
"next": "^11.1.2",
3232
"normalize.css": "^8.0.1",
3333
"react": "^17.0.2",
3434
"react-dom": "^17.0.2",
3535
"react-modal": "^3.14.3",
36-
"styled-components": "^5.3.1"
36+
"styled-components": "^5.3.3"
3737
},
3838
"devDependencies": {
3939
"@next/eslint-plugin-next": "^11.1.2",
40-
"@storybook/addon-actions": "^6.3.8",
41-
"@storybook/addon-links": "^6.3.8",
42-
"@storybook/addons": "^6.3.8",
43-
"@storybook/react": "^6.3.8",
40+
"@storybook/addon-actions": "^6.3.12",
41+
"@storybook/addon-links": "^6.3.12",
42+
"@storybook/addons": "^6.3.12",
43+
"@storybook/react": "^6.3.12",
4444
"@testing-library/jest-dom": "^5.14.1",
45-
"@testing-library/react": "^12.1.0",
46-
"@testing-library/user-event": "^13.2.1",
47-
"@types/jest": "^27.0.1",
48-
"@types/react": "^17.0.17",
49-
"@types/react-dom": "^17.0.9",
50-
"@types/react-modal": "^3.12.1",
51-
"@types/styled-components": "^5.1.14",
52-
"@typescript-eslint/eslint-plugin": "^4.31.0",
53-
"@typescript-eslint/parser": "^4.31.0",
54-
"babel-plugin-styled-components": "^1.13.2",
55-
"cypress": "^8.3.1",
56-
"eslint": "^7.32.0",
45+
"@testing-library/react": "^12.1.2",
46+
"@testing-library/user-event": "^13.5.0",
47+
"@types/jest": "^27.0.2",
48+
"@types/react": "^17.0.30",
49+
"@types/react-dom": "^17.0.10",
50+
"@types/react-modal": "^3.13.1",
51+
"@types/styled-components": "^5.1.15",
52+
"@typescript-eslint/eslint-plugin": "^5.1.0",
53+
"@typescript-eslint/parser": "^5.1.0",
54+
"babel-plugin-styled-components": "^1.13.3",
55+
"cypress": "^8.6.0",
56+
"eslint": "^8.0.1",
5757
"eslint-config-airbnb": "^18.2.1",
5858
"eslint-config-prettier": "^8.3.0",
59-
"eslint-plugin-cypress": "^2.11.3",
60-
"eslint-plugin-import": "^2.24.2",
59+
"eslint-plugin-cypress": "^2.12.1",
60+
"eslint-plugin-import": "^2.25.2",
6161
"eslint-plugin-jsx-a11y": "^6.4.1",
62-
"eslint-plugin-prettier": "^3.4.0",
63-
"eslint-plugin-react": "^7.25.1",
62+
"eslint-plugin-prettier": "^4.0.0",
63+
"eslint-plugin-react": "^7.26.1",
6464
"eslint-plugin-react-hooks": "^4.2.0",
65-
"jest": "^26",
66-
"prettier": "^2.3.2",
65+
"jest": "^27.3.1",
66+
"prettier": "^2.4.1",
6767
"start-server-and-test": "^1.14.0",
6868
"typescript": "^4.3.5"
6969
}

0 commit comments

Comments
 (0)