Skip to content

Commit

Permalink
Upgrade dependencies (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSpencer authored Jun 18, 2024
1 parent 97b0d01 commit fcffa93
Show file tree
Hide file tree
Showing 4 changed files with 2,481 additions and 2,727 deletions.
5 changes: 5 additions & 0 deletions .changeset/pretty-chicken-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-trello-ts": patch
---

Update dependencies
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,36 +51,36 @@
"react-popopo": "^2.1.9",
"react-trello-ts-smooth-dnd": "^0.0.3",
"uuid": "^9.0.1",
"zustand": "^4.4.7"
"zustand": "^4.5.2"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@biomejs/biome": "1.4.1",
"@changesets/cli": "^2.27.1",
"@chromatic-com/storybook": "^1",
"@microsoft/api-extractor": "^7.43.7",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/cli": "^8.1.1",
"@storybook/core-events": "^8.1.1",
"@storybook/react": "^8.1.1",
"@storybook/react-vite": "^8.1.1",
"@storybook/test-runner": "^0.18.1",
"@types/node": "^18.19.4",
"@types/react": "^16.14.55",
"@changesets/cli": "^2.27.5",
"@chromatic-com/storybook": "^1.5.0",
"@microsoft/api-extractor": "^7.47.0",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/cli": "^8.1.10",
"@storybook/core-events": "^8.1.10",
"@storybook/react": "^8.1.10",
"@storybook/react-vite": "^8.1.10",
"@storybook/test-runner": "^0.18.2",
"@types/node": "^18.19.36",
"@types/react": "^16.14.60",
"@types/react-dom": "^16.9.24",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^8.3.4",
"i18next": "^17.3.1",
"playwright": "^1.40.1",
"playwright": "^1.44.1",
"publint": "^0.2.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^10.13.2",
"start-server-and-test": "^2.0.3",
"storybook": "^8.1.1",
"start-server-and-test": "^2.0.4",
"storybook": "^8.1.10",
"styled-components": "^5.3.11",
"typescript": "^5.4.5",
"unbuild": "^3.0.0-rc.2"
"unbuild": "3.0.0-rc.2"
},
"peerDependencies": {
"react": ">=16.8.0 <=18",
Expand Down
Loading

0 comments on commit fcffa93

Please sign in to comment.