Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: lfasani <laurent.fasani@obeo.fr>
  • Loading branch information
lfasani committed Jan 26, 2024
1 parent 949bfa2 commit 8da5289
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
28 changes: 17 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ObeoNetwork/gantt-task-react",
"version": "0.3.9",
"version": "0.4.0",
"description": "Interactive Gantt Chart for React with TypeScript.",
"author": "MaTeMaTuK <maksym.vikarii@gmail.com>",
"homepage": "http://vtaits.github.io/gantt-task-react",
Expand Down Expand Up @@ -39,10 +39,13 @@
},
"peerDependencies": {
"react": "^17.0.2",
"react-dnd": "^16.0.0",
"react-dnd": "^16.0.1",
"react-dom": "^17.0.2",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3"
"@material-ui/icons": "4.11.3",
"@floating-ui/dom": "^1.1.1",
"@floating-ui/react": "^0.19.0",
"date-fns": "^2.29.3"
},
"devDependencies": {
"@babel/plugin-transform-regenerator": "^7.20.5",
Expand Down Expand Up @@ -86,18 +89,13 @@
"react-dom": "^17.0.2",
"rollup-plugin-peer-deps-external": "2.2.4",
"storybook": "7.6.7",
"typescript": "5.1.6",
"typescript": "^5.1.6",
"vite": "4.4.9",
"vitest": "0.34.2"
},
"files": [
"dist"
],
"dependencies": {
"@floating-ui/dom": "^1.1.1",
"@floating-ui/react": "^0.19.0",
"date-fns": "^2.29.3"
},
"jest": {
"transformIgnorePatterns": [
"/node_modules/(?!react-dnd|core-dnd|@react-dnd|dnd-core|react-dnd-html5-backend)"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8448,7 +8448,7 @@
"resolved" "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
"version" "0.0.6"

"typescript@*", "typescript@>= 4.3.x", "typescript@5.1.6":
"typescript@*", "typescript@^5.1.6", "typescript@>= 4.3.x":
"integrity" "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA=="
"resolved" "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz"
"version" "5.1.6"
Expand Down

0 comments on commit 8da5289

Please sign in to comment.