Skip to content

Commit

Permalink
Merge pull request #292 from kitsuyui/update-packages
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
kitsuyui authored Jan 12, 2024
2 parents da91b74 + 4b366ec commit 9045f46
Show file tree
Hide file tree
Showing 14 changed files with 1,540 additions and 1,873 deletions.
24 changes: 12 additions & 12 deletions examples/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
"@kitsuyui/react-timer": "workspace:^",
"@kitsuyui/react-treemap": "workspace:^",
"@kitsuyui/react-wavebox": "workspace:^",
"@playwright/test": "^1.39.0",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/blocks": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/react-webpack5": "^7.5.3",
"@playwright/test": "^1.40.1",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/blocks": "^7.6.7",
"@storybook/react": "^7.6.7",
"@storybook/react-webpack5": "^7.6.7",
"@storybook/testing-library": "^0.2.2",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.96",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.102",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.5.3",
"storybook": "^7.6.7",
"storybook-addon-swc": "^1.2.0"
},
"scripts": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
},
"devDependencies": {
"@biomejs/biome": "^1.5.1",
"@swc/core": "^1.3.101",
"@swc/core": "^1.3.102",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"concurrently": "^8.2.2",
"identity-obj-proxy": "^3.0.0",
Expand All @@ -47,8 +47,8 @@
"stylelint-config-recommended": "^14.0.0",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"turbo": "^1.11.2",
"typedoc": "^0.25.4",
"turbo": "^1.11.3",
"typedoc": "^0.25.7",
"typescript": "^5.3.3"
}
}
10 changes: 5 additions & 5 deletions packages/clock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"dev": "tsup --config ../../tsup.config.mjs --watch"
},
"dependencies": {
"luxon": "^3.4.3",
"luxon": "^3.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0"
"react-use": "^17.4.2"
},
"devDependencies": {
"@types/luxon": "^3.3.4",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15"
"@types/luxon": "^3.4.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18"
}
}
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"@kitsuyui/react-treemap": "workspace:latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0"
"react-use": "^17.4.2"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15"
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18"
}
}
8 changes: 4 additions & 4 deletions packages/dekamoji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0"
"react-use": "^17.4.2"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15"
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18"
}
}
4 changes: 2 additions & 2 deletions packages/editablelabel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15"
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18"
}
}
6 changes: 3 additions & 3 deletions packages/measure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0"
"react-use": "^17.4.2"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15"
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18"
}
}
6 changes: 3 additions & 3 deletions packages/stopwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0"
"react-use": "^17.4.2"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15"
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18"
}
}
4 changes: 2 additions & 2 deletions packages/style-bulma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15"
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18"
}
}
4 changes: 2 additions & 2 deletions packages/textfield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15"
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18"
}
}
6 changes: 3 additions & 3 deletions packages/timer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0"
"react-use": "^17.4.2"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15"
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18"
}
}
6 changes: 3 additions & 3 deletions packages/treemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@kitsuyui/rectangle-dividing": "^0.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0"
"react-use": "^17.4.2"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15"
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18"
}
}
8 changes: 4 additions & 4 deletions packages/wavebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0"
"react-use": "^17.4.2"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15"
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18"
}
}
Loading

0 comments on commit 9045f46

Please sign in to comment.