Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Apr 4, 2024
1 parent 3acafb8 commit c4d5b0b
Show file tree
Hide file tree
Showing 4 changed files with 468 additions and 481 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"react": ">=18.0.0"
},
"dependencies": {
"@swan-io/boxed": "^2.0.1"
"@swan-io/boxed": "^2.1.1"
},
"devDependencies": {
"@testing-library/react": "^14.2.1",
"@types/node": "^20.12.3",
"@types/react": "^18.2.63",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@testing-library/react": "^14.2.2",
"@types/node": "^20.12.4",
"@types/react": "^18.2.74",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"jsdom": "^24.0.0",
Expand All @@ -67,7 +67,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
"typescript": "^5.4.3",
"vitest": "^1.4.0"
}
}
22 changes: 11 additions & 11 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@swan-io/boxed": "^2.0.0",
"@swan-io/chicane": "^1.4.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@swan-io/boxed": "^2.1.1",
"@swan-io/chicane": "^2.0.0",
"@swan-io/use-form": "link:../",
"card-validator": "^9.1.0",
"framer-motion": "^11.0.5",
"framer-motion": "^11.0.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rifm": "^0.12.1",
"ts-pattern": "^5.0.6",
"ts-pattern": "^5.1.0",
"validator": "^13.11.0"
},
"devDependencies": {
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/node": "^20.12.4",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/validator": "^13.11.9",
"@vitejs/plugin-react-swc": "^3.6.0",
"typescript": "^5.3.3",
"vite": "^5.1.1"
"typescript": "^5.4.3",
"vite": "^5.2.8"
}
}
Loading

0 comments on commit c4d5b0b

Please sign in to comment.