Skip to content

Commit

Permalink
Update deps (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno authored May 11, 2024
1 parent cf80388 commit 0308e68
Show file tree
Hide file tree
Showing 3 changed files with 11,882 additions and 9,786 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,48 +29,48 @@
"react-use": "^17.3.2"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"@storybook/addon-essentials": "^6.4.20",
"@babel/core": "^7.24.5",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^6.4.20",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.4",
"@types/bluebird": "*",
"@types/jest": "^27.4.1",
"@types/node": "*",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"autoprefixer": "^10.4.4",
"babel-loader": "^8.2.4",
"@storybook/react": "^6.5.16",
"@tailwindcss/typography": "^0.5.13",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"@types/bluebird": "^3.5.42",
"@types/jest": "^27.5.2",
"@types/node": "^20.12.11",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.25",
"autoprefixer": "^10.4.19",
"babel-loader": "^8.3.0",
"babel-preset-react-app": "^10.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"postcss": "^8.4.12",
"prettier": "^2.8.5",
"prop-types": "^15.5.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rollup": "^2.70.1",
"postcss": "^8.4.38",
"prettier": "^2.8.8",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^2.79.1",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"tailwindcss": "^3.2.6",
"tailwindcss": "^3.4.3",
"tailwindcss-blend-mode": "^1.0.0",
"ts-jest": "^27.1.4",
"ts-toolbelt": ">=9.6.0 <10.0.0",
"tslib": "^2.4.0",
"typescript": "^4.6.3",
"webpack": ">=4.0.0 <5.0.0 || >=5.0.0 <6.0.0"
"ts-jest": "^27.1.5",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.6.2",
"typescript": "^4.9.5",
"webpack": "^5.91.0"
},
"dependencies": {
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
"framer-motion": "^10.11.2",
"react-intl": "^6.2.5",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"framer-motion": "^11.1.9",
"react-intl": "^6.6.6",
"react-text-transition": "^1.3.0",
"react-use": "^17.3.2"
"react-use": "^17.5.0"
}
}
Loading

0 comments on commit 0308e68

Please sign in to comment.