Skip to content

Commit 575662a

Browse files
committed
upgrade packages
1 parent 1260787 commit 575662a

File tree

3 files changed

+1646
-1522
lines changed

3 files changed

+1646
-1522
lines changed

.size-snapshot.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"react-popper-tooltip.js": {
3-
"bundled": 10748,
4-
"minified": 5098,
5-
"gzipped": 1732,
3+
"bundled": 10837,
4+
"minified": 5193,
5+
"gzipped": 1733,
66
"treeshaked": {
77
"rollup": {
88
"code": 142,

package.json

+27-27
Original file line numberDiff line numberDiff line change
@@ -59,45 +59,45 @@
5959
"react-dom": ">=16.6.0"
6060
},
6161
"dependencies": {
62-
"@babel/runtime": "^7.13.2",
63-
"@popperjs/core": "^2.8.3",
64-
"react-popper": "^2.2.4"
62+
"@babel/runtime": "^7.14.0",
63+
"@popperjs/core": "^2.9.2",
64+
"react-popper": "^2.2.5"
6565
},
6666
"devDependencies": {
67-
"@babel/core": "^7.13.1",
68-
"@babel/plugin-transform-runtime": "^7.13.2",
69-
"@babel/preset-env": "^7.13.0",
70-
"@babel/preset-react": "^7.12.13",
67+
"@babel/core": "^7.14.0",
68+
"@babel/plugin-transform-runtime": "^7.13.15",
69+
"@babel/preset-env": "^7.14.1",
70+
"@babel/preset-react": "^7.13.13",
7171
"@babel/preset-typescript": "^7.13.0",
72-
"@storybook/addon-actions": "^6.1.19",
73-
"@storybook/addon-essentials": "^6.1.19",
74-
"@storybook/addon-links": "^6.1.19",
75-
"@storybook/react": "^6.1.19",
76-
"@testing-library/jest-dom": "^5.11.9",
77-
"@testing-library/react": "^11.2.5",
78-
"@testing-library/user-event": "^12.7.2",
79-
"@types/jest": "^26.0.20",
80-
"@types/react": "^17.0.2",
81-
"@types/react-dom": "^17.0.1",
82-
"@typescript-eslint/eslint-plugin": "^4.15.2",
83-
"@typescript-eslint/parser": "^4.15.2",
72+
"@storybook/addon-actions": "^6.2.9",
73+
"@storybook/addon-essentials": "^6.2.9",
74+
"@storybook/addon-links": "^6.2.9",
75+
"@storybook/react": "^6.2.9",
76+
"@testing-library/jest-dom": "^5.12.0",
77+
"@testing-library/react": "^11.2.6",
78+
"@testing-library/user-event": "^13.1.8",
79+
"@types/jest": "^26.0.23",
80+
"@types/react": "^17.0.5",
81+
"@types/react-dom": "^17.0.3",
82+
"@typescript-eslint/eslint-plugin": "^4.22.1",
83+
"@typescript-eslint/parser": "^4.22.1",
8484
"babel-loader": "^8.2.2",
85-
"eslint": "^7.20.0",
86-
"eslint-config-prettier": "^8.0.0",
87-
"eslint-plugin-prettier": "^3.3.1",
88-
"eslint-plugin-react": "^7.22.0",
85+
"eslint": "^7.26.0",
86+
"eslint-config-prettier": "^8.3.0",
87+
"eslint-plugin-prettier": "^3.4.0",
88+
"eslint-plugin-react": "^7.23.2",
8989
"eslint-plugin-react-hooks": "^4.2.0",
90-
"husky": "^5.1.1",
90+
"husky": "^6.0.0",
9191
"jest": "^26.6.3",
92-
"lint-staged": "^10.5.4",
92+
"lint-staged": "^11.0.0",
9393
"pinst": "^2.1.6",
9494
"prettier": "^2.2.1",
9595
"react": "^17.0.1",
9696
"react-dom": "^17.0.1",
97-
"rollup": "^2.39.1",
97+
"rollup": "^2.47.0",
9898
"rollup-plugin-babel": "^4.4.0",
9999
"rollup-plugin-node-resolve": "^5.2.0",
100100
"rollup-plugin-size-snapshot": "^0.12.0",
101-
"typescript": "^4.1.5"
101+
"typescript": "^4.2.4"
102102
}
103103
}

0 commit comments

Comments
 (0)