Skip to content

Commit 9ebb2ce

Browse files
committed
chore: upgrade packages
1 parent c4d6d83 commit 9ebb2ce

File tree

2 files changed

+4024
-3839
lines changed

2 files changed

+4024
-3839
lines changed

package.json

+35-34
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-popper-tooltip",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "React tooltip library built around react-popper",
55
"author": "Mohsin Ul Haq <[email protected]>",
66
"license": "MIT",
@@ -56,44 +56,45 @@
5656
"react-dom": ">=16.6.0"
5757
},
5858
"dependencies": {
59-
"@babel/runtime": "^7.15.4",
60-
"@popperjs/core": "^2.10.2",
61-
"react-popper": "^2.2.5"
59+
"@babel/runtime": "^7.18.3",
60+
"@popperjs/core": "^2.11.5",
61+
"@types/react": "^18.0.11",
62+
"@types/react-dom": "^18.0.5",
63+
"react-popper": "^2.3.0"
6264
},
6365
"devDependencies": {
64-
"@babel/core": "^7.15.8",
65-
"@babel/plugin-transform-runtime": "^7.15.8",
66-
"@babel/preset-env": "^7.15.8",
67-
"@babel/preset-react": "^7.14.5",
68-
"@babel/preset-typescript": "^7.15.0",
69-
"@storybook/addon-actions": "^6.3.10",
70-
"@storybook/addon-essentials": "^6.3.10",
71-
"@storybook/addon-links": "^6.3.10",
72-
"@storybook/react": "^6.3.10",
73-
"@testing-library/jest-dom": "^5.14.1",
74-
"@testing-library/react": "^12.1.2",
75-
"@testing-library/user-event": "^13.2.1",
76-
"@types/jest": "^27.0.2",
77-
"@types/react": "^17.0.27",
78-
"@types/react-dom": "^17.0.9",
79-
"@typescript-eslint/eslint-plugin": "^4.33.0",
80-
"@typescript-eslint/parser": "^4.33.0",
81-
"babel-loader": "^8.2.2",
82-
"eslint": "^7.32.0",
83-
"eslint-config-prettier": "^8.3.0",
66+
"@babel/core": "^7.18.2",
67+
"@babel/plugin-transform-runtime": "^7.18.2",
68+
"@babel/preset-env": "^7.18.2",
69+
"@babel/preset-react": "^7.17.12",
70+
"@babel/preset-typescript": "^7.17.12",
71+
"@storybook/addon-actions": "^6.5.6",
72+
"@storybook/addon-essentials": "^6.5.6",
73+
"@storybook/addon-links": "^6.5.6",
74+
"@storybook/react": "^6.5.6",
75+
"@testing-library/jest-dom": "^5.16.4",
76+
"@testing-library/react": "^13.3.0",
77+
"@testing-library/user-event": "^14.2.0",
78+
"@types/jest": "^28.1.1",
79+
"@typescript-eslint/eslint-plugin": "^5.27.0",
80+
"@typescript-eslint/parser": "^5.27.0",
81+
"babel-loader": "^8.2.5",
82+
"eslint": "^8.17.0",
83+
"eslint-config-prettier": "^8.5.0",
8484
"eslint-plugin-prettier": "^4.0.0",
85-
"eslint-plugin-react": "^7.26.1",
86-
"eslint-plugin-react-hooks": "^4.2.0",
87-
"husky": "^7.0.2",
88-
"jest": "^27.2.4",
89-
"lint-staged": "^11.2.0",
90-
"prettier": "^2.4.1",
91-
"react": "^17.0.1",
92-
"react-dom": "^17.0.1",
93-
"rollup": "^2.58.0",
85+
"eslint-plugin-react": "^7.30.0",
86+
"eslint-plugin-react-hooks": "^4.5.0",
87+
"husky": "^8.0.1",
88+
"jest": "^28.1.0",
89+
"jest-environment-jsdom": "^28.1.0",
90+
"lint-staged": "^13.0.0",
91+
"prettier": "^2.6.2",
92+
"react": "^18.1.0",
93+
"react-dom": "^18.1.0",
94+
"rollup": "^2.75.5",
9495
"rollup-plugin-babel": "^4.4.0",
9596
"rollup-plugin-node-resolve": "^5.2.0",
9697
"rollup-plugin-size-snapshot": "^0.12.0",
97-
"typescript": "^4.4.3"
98+
"typescript": "^4.7.3"
9899
}
99100
}

0 commit comments

Comments
 (0)