Skip to content

Commit dbc5dfc

Browse files
committed
upgrade: internal dependencies
1 parent bd1b987 commit dbc5dfc

File tree

2 files changed

+1148
-1743
lines changed

2 files changed

+1148
-1743
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"devDependencies": {
6161
"@babel/core": "^7.14.3",
62-
"@babel/preset-env": "^7.14.2",
62+
"@babel/preset-env": "^7.14.4",
6363
"@babel/preset-react": "^7.13.13",
6464
"@babel/preset-typescript": "^7.13.0",
6565
"@emotion/babel-plugin": "^11.3.0",
@@ -70,25 +70,25 @@
7070
"@rollup/plugin-node-resolve": "^13.0.0",
7171
"@rollup/plugin-replace": "^2.4.2",
7272
"@rollup/plugin-url": "^6.0.0",
73-
"@testing-library/react-hooks": "^6.0.0",
73+
"@testing-library/react-hooks": "^7.0.0",
7474
"@types/jest": "^26.0.23",
75-
"@types/react": "^17.0.6",
76-
"@types/react-dom": "^17.0.5",
75+
"@types/react": "^17.0.9",
76+
"@types/react-dom": "^17.0.6",
7777
"@types/resize-observer-browser": "^0.1.5",
7878
"eslint": "^7.2.0",
79-
"eslint-config-welly": "^1.10.4",
79+
"eslint-config-welly": "^1.10.6",
8080
"husky": "^6.0.0",
81-
"jest": "^26.6.3",
81+
"jest": "^27.0.4",
8282
"lint-staged": "^11.0.0",
8383
"normalize.css": "^8.0.1",
8484
"npm-run-all": "^4.1.5",
8585
"postcss": "^8.3.0",
86-
"prettier": "^2.3.0",
86+
"prettier": "^2.3.1",
8787
"react": "^17.0.2",
8888
"react-dom": "^17.0.2",
8989
"react-test-renderer": "^17.0.2",
9090
"rimraf": "^3.0.2",
91-
"rollup": "^2.48.0",
91+
"rollup": "^2.51.1",
9292
"rollup-plugin-copy": "^3.4.0",
9393
"rollup-plugin-livereload": "^2.0.0",
9494
"rollup-plugin-postcss": "^4.0.0",
@@ -98,8 +98,8 @@
9898
"stylelint": "^13.13.1",
9999
"stylelint-config-prettier": "^8.0.2",
100100
"stylelint-config-standard": "^22.0.0",
101-
"ts-jest": "^26.5.6",
102-
"typescript": "^4.2.4"
101+
"ts-jest": "^27.0.3",
102+
"typescript": "^4.3.2"
103103
},
104104
"peerDependencies": {
105105
"react": ">= 16.8.0"

0 commit comments

Comments
 (0)