Skip to content

Commit a5a4644

Browse files
committed
chore: upgrade dependencies
1 parent 5cad436 commit a5a4644

File tree

3 files changed

+1534
-1578
lines changed

3 files changed

+1534
-1578
lines changed

.husky/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@
6060
"**/*": "prettier -w -u"
6161
},
6262
"dependencies": {
63-
"@babel/runtime": "^7.14.0"
63+
"@babel/runtime": "^7.14.6"
6464
},
6565
"devDependencies": {
66-
"@babel/core": "^7.14.3",
67-
"@babel/plugin-transform-runtime": "^7.14.3",
68-
"@babel/preset-env": "^7.14.4",
69-
"@babel/preset-react": "^7.13.13",
70-
"@babel/preset-typescript": "^7.13.0",
66+
"@babel/core": "^7.14.6",
67+
"@babel/plugin-transform-runtime": "^7.14.5",
68+
"@babel/preset-env": "^7.14.7",
69+
"@babel/preset-react": "^7.14.5",
70+
"@babel/preset-typescript": "^7.14.5",
7171
"@emotion/babel-plugin": "^11.3.0",
7272
"@emotion/react": "^11.4.0",
7373
"@rollup/plugin-babel": "^5.3.0",
@@ -76,36 +76,36 @@
7676
"@rollup/plugin-node-resolve": "^13.0.0",
7777
"@rollup/plugin-replace": "^2.4.2",
7878
"@rollup/plugin-url": "^6.0.0",
79-
"@testing-library/react-hooks": "^7.0.0",
80-
"@types/jest": "^26.0.23",
81-
"@types/react": "^17.0.9",
82-
"@types/react-dom": "^17.0.6",
79+
"@testing-library/react-hooks": "^7.0.1",
80+
"@types/jest": "^26.0.24",
81+
"@types/react": "^17.0.14",
82+
"@types/react-dom": "^17.0.9",
8383
"animate.css": "^4.1.1",
8484
"eslint": "^7.2.0",
85-
"eslint-config-welly": "^1.10.6",
86-
"husky": "^6.0.0",
87-
"jest": "^26.6.3",
85+
"eslint-config-welly": "^1.11.3",
86+
"husky": "^7.0.1",
87+
"jest": "^27.0.6",
8888
"lint-staged": "^11.0.0",
8989
"normalize.css": "^8.0.1",
9090
"npm-run-all": "^4.1.5",
91-
"postcss": "^8.3.0",
92-
"prettier": "^2.3.1",
91+
"postcss": "^8.3.5",
92+
"prettier": "^2.3.2",
9393
"react": "^17.0.2",
9494
"react-dom": "^17.0.2",
9595
"react-test-renderer": "^17.0.2",
9696
"rimraf": "^3.0.2",
97-
"rollup": "^2.51.1",
97+
"rollup": "^2.53.0",
9898
"rollup-plugin-copy": "^3.4.0",
99-
"rollup-plugin-livereload": "^2.0.0",
99+
"rollup-plugin-livereload": "^2.0.5",
100100
"rollup-plugin-postcss": "^4.0.0",
101101
"rollup-plugin-serve": "^1.1.0",
102102
"rollup-plugin-size-snapshot": "^0.12.0",
103103
"rollup-plugin-terser": "^7.0.2",
104104
"stylelint": "^13.13.1",
105105
"stylelint-config-prettier": "^8.0.2",
106106
"stylelint-config-standard": "^22.0.0",
107-
"ts-jest": "^26.5.6",
108-
"typescript": "^4.3.2"
107+
"ts-jest": "^27.0.3",
108+
"typescript": "^4.3.5"
109109
},
110110
"peerDependencies": {
111111
"react": ">= 16.8.0"

0 commit comments

Comments
 (0)