Skip to content

Commit 0308e68

Browse files
authored
Update deps (#109)
1 parent cf80388 commit 0308e68

File tree

3 files changed

+11882
-9786
lines changed

3 files changed

+11882
-9786
lines changed

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -29,48 +29,48 @@
2929
"react-use": "^17.3.2"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.17.8",
33-
"@rollup/plugin-commonjs": "^21.0.3",
34-
"@rollup/plugin-node-resolve": "^13.1.3",
35-
"@storybook/addon-essentials": "^6.4.20",
32+
"@babel/core": "^7.24.5",
33+
"@rollup/plugin-commonjs": "^21.1.0",
34+
"@rollup/plugin-node-resolve": "^13.3.0",
35+
"@storybook/addon-essentials": "^6.5.16",
3636
"@storybook/addon-postcss": "^2.0.0",
37-
"@storybook/react": "^6.4.20",
38-
"@tailwindcss/typography": "^0.5.9",
39-
"@testing-library/jest-dom": "^5.16.4",
40-
"@testing-library/react": "^12.1.4",
41-
"@types/bluebird": "*",
42-
"@types/jest": "^27.4.1",
43-
"@types/node": "*",
44-
"@types/react": "^17.0.43",
45-
"@types/react-dom": "^17.0.14",
46-
"autoprefixer": "^10.4.4",
47-
"babel-loader": "^8.2.4",
37+
"@storybook/react": "^6.5.16",
38+
"@tailwindcss/typography": "^0.5.13",
39+
"@testing-library/jest-dom": "^5.17.0",
40+
"@testing-library/react": "^12.1.5",
41+
"@types/bluebird": "^3.5.42",
42+
"@types/jest": "^27.5.2",
43+
"@types/node": "^20.12.11",
44+
"@types/react": "^17.0.80",
45+
"@types/react-dom": "^17.0.25",
46+
"autoprefixer": "^10.4.19",
47+
"babel-loader": "^8.3.0",
4848
"babel-preset-react-app": "^10.0.1",
4949
"identity-obj-proxy": "^3.0.0",
5050
"jest": "^27.5.1",
51-
"postcss": "^8.4.12",
52-
"prettier": "^2.8.5",
53-
"prop-types": "^15.5.4",
54-
"react": "^18.0.0",
55-
"react-dom": "^18.0.0",
56-
"rollup": "^2.70.1",
51+
"postcss": "^8.4.38",
52+
"prettier": "^2.8.8",
53+
"prop-types": "^15.8.1",
54+
"react": "^18.3.1",
55+
"react-dom": "^18.3.1",
56+
"rollup": "^2.79.1",
5757
"rollup-plugin-styles": "^4.0.0",
5858
"rollup-plugin-terser": "^7.0.2",
5959
"rollup-plugin-typescript2": "^0.34.1",
60-
"tailwindcss": "^3.2.6",
60+
"tailwindcss": "^3.4.3",
6161
"tailwindcss-blend-mode": "^1.0.0",
62-
"ts-jest": "^27.1.4",
63-
"ts-toolbelt": ">=9.6.0 <10.0.0",
64-
"tslib": "^2.4.0",
65-
"typescript": "^4.6.3",
66-
"webpack": ">=4.0.0 <5.0.0 || >=5.0.0 <6.0.0"
62+
"ts-jest": "^27.1.5",
63+
"ts-toolbelt": "^9.6.0",
64+
"tslib": "^2.6.2",
65+
"typescript": "^4.9.5",
66+
"webpack": "^5.91.0"
6767
},
6868
"dependencies": {
69-
"clsx": "^1.1.1",
70-
"date-fns": "^2.28.0",
71-
"framer-motion": "^10.11.2",
72-
"react-intl": "^6.2.5",
69+
"clsx": "^1.2.1",
70+
"date-fns": "^2.30.0",
71+
"framer-motion": "^11.1.9",
72+
"react-intl": "^6.6.6",
7373
"react-text-transition": "^1.3.0",
74-
"react-use": "^17.3.2"
74+
"react-use": "^17.5.0"
7575
}
7676
}

0 commit comments

Comments
 (0)