Skip to content

Commit ca16f7e

Browse files
committed
⬆️ upgrade dependencies
1 parent 83304f8 commit ca16f7e

File tree

5 files changed

+1534
-1125
lines changed

5 files changed

+1534
-1125
lines changed

package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -25,45 +25,45 @@
2525
"postpublish": "pinst --enable"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "^7.14.6",
29-
"@storybook/addon-actions": "^6.3.0",
30-
"@storybook/addon-essentials": "^6.3.0",
31-
"@storybook/addon-links": "^6.3.0",
32-
"@storybook/react": "^6.3.0",
28+
"@babel/core": "^7.15.5",
29+
"@storybook/addon-actions": "^6.3.8",
30+
"@storybook/addon-essentials": "^6.3.8",
31+
"@storybook/addon-links": "^6.3.8",
32+
"@storybook/react": "^6.3.8",
3333
"@svgr/webpack": "^5.5.0",
34-
"@types/jest": "^26.0.23",
35-
"@typescript-eslint/eslint-plugin": "^4.28.0",
36-
"@typescript-eslint/parser": "^4.28.0",
34+
"@types/jest": "^27.0.1",
35+
"@typescript-eslint/eslint-plugin": "^4.31.1",
36+
"@typescript-eslint/parser": "^4.31.1",
3737
"babel-eslint": "^10.1.0",
3838
"babel-loader": "^8.2.2",
39-
"cypress": "^7.6.0",
40-
"eslint": "^7.29.0",
41-
"eslint-config-airbnb-typescript": "^12.3.1",
39+
"cypress": "^8.4.0",
40+
"eslint": "^7.32.0",
41+
"eslint-config-airbnb-typescript": "^14.0.0",
4242
"eslint-config-prettier": "^8.3.0",
43-
"eslint-import-resolver-typescript": "^2.4.0",
43+
"eslint-import-resolver-typescript": "^2.5.0",
4444
"eslint-plugin-html": "^6.1.2",
45-
"eslint-plugin-import": "^2.23.4",
45+
"eslint-plugin-import": "^2.24.2",
4646
"eslint-plugin-jsx-a11y": "^6.4.1",
47-
"eslint-plugin-prettier": "^3.4.0",
48-
"eslint-plugin-react": "^7.24.0",
47+
"eslint-plugin-prettier": "^4.0.0",
48+
"eslint-plugin-react": "^7.25.2",
4949
"eslint-plugin-react-hooks": "^4.2.0",
5050
"eslint-plugin-simple-import-sort": "^7.0.0",
5151
"eslint-plugin-tailwind": "^0.2.1",
52-
"husky": "6.0.0",
53-
"jest": "^27.0.5",
54-
"lint-staged": "^11.0.0",
52+
"husky": "7.0.2",
53+
"jest": "^27.2.0",
54+
"lint-staged": "^11.1.2",
5555
"patch-package": "^6.4.7",
5656
"pinst": "^2.1.6",
57-
"prettier": "^2.3.1",
57+
"prettier": "^2.4.1",
5858
"stylelint": "^13.13.1",
5959
"stylelint-config-standard": "^22.0.0",
6060
"stylelint-order": "^4.1.0",
61-
"ts-jest": "^27.0.3",
62-
"typescript": "^4.3.4"
61+
"ts-jest": "^27.0.5",
62+
"typescript": "^4.4.3"
6363
},
6464
"dependencies": {
6565
"fs-extra": "^10.0.0",
66-
"inquirer": "^8.1.1",
66+
"inquirer": "^8.1.5",
6767
"react": "^17.0.2",
6868
"react-dom": "^17.0.2"
6969
}

playground/next-env.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/types/global" />
33
/// <reference types="next/image-types/global" />
4+
5+
// NOTE: This file should not be edited
6+
// see https://nextjs.org/docs/basic-features/typescript for more information.

playground/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@
1212
"dependencies": {
1313
"@emotion/babel-preset-css-prop": "^11.2.0",
1414
"@emotion/css": "^11.1.3",
15-
"@emotion/react": "^11.4.0",
15+
"@emotion/react": "^11.4.1",
1616
"@emotion/server": "^11.4.0",
1717
"@emotion/styled": "^11.3.0",
18-
"next": "11.0.1",
19-
"postcss": "^8.3.5",
18+
"next": "11.1.2",
19+
"postcss": "^8.3.6",
2020
"react": "^17.0.2",
2121
"react-dom": "^17.0.2",
22-
"tailwindcss": "^2.2.4",
23-
"twin.macro": "^2.5.0"
22+
"tailwindcss": "^2.2.15",
23+
"twin.macro": "^2.7.0"
2424
},
2525
"devDependencies": {
2626
"@emotion/babel-plugin": "^11.3.0",
27-
"@types/jest": "^26.0.23",
28-
"@types/node": "^15.12.4",
29-
"@types/react": "^17.0.11",
30-
"@types/react-dom": "^17.0.8",
27+
"@types/jest": "^27.0.1",
28+
"@types/node": "^16.9.2",
29+
"@types/react": "^17.0.21",
30+
"@types/react-dom": "^17.0.9",
3131
"babel-plugin-macros": "^3.1.0",
32-
"typescript": "4.3.4"
32+
"typescript": "4.4.3"
3333
},
3434
"license": "MIT"
3535
}

0 commit comments

Comments
 (0)