Skip to content

Commit

Permalink
chore; update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsdaniels committed Jun 13, 2024
1 parent e9d845b commit 71fa419
Show file tree
Hide file tree
Showing 28 changed files with 1,838 additions and 1,160 deletions.
14 changes: 7 additions & 7 deletions apps/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"@apps/website": "*",
"@codedazur/cdk-static-site": "*",
"@codedazur/essentials": "*",
"aws-cdk-lib": "^2.89.0",
"constructs": "^10.2.69"
"aws-cdk-lib": "^2.145.0",
"constructs": "^10.3.0"
},
"devDependencies": {
"@codedazur/tsconfig": "*",
"aws-cdk": "^2.89.0",
"dotenv": "^16.3.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"aws-cdk": "^2.145.0",
"dotenv": "^16.4.5",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}
22 changes: 11 additions & 11 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@codedazur/essentials": "*",
"@codedazur/react-media": "*",
"@codedazur/react-components": "^25.2.0",
"@codedazur/react-components": "^25.2.1",
"@codedazur/react-date-picker": "*",
"@codedazur/react-dictionary": "*",
"@codedazur/react-essentials": "*",
Expand All @@ -22,20 +22,20 @@
"@codedazur/react-pagination": "*",
"@codedazur/react-parallax": "*",
"@codedazur/react-preferences": "*",
"@faker-js/faker": "^8.0.2",
"@faker-js/faker": "^8.4.1",
"@storybook/jest": "^0.1.0 || ^0.2.0",
"@types/styled-components": "^5.1.26",
"@types/styled-components": "^5.1.34",
"color": "^4.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.8",
"yaml": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.11",
"yaml": "^2.4.5",
"date-fns": "^2.30.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@codedazur/tsconfig": "*",
"@storybook/addon-actions": "^7.2.0",
"@storybook/addon-essentials": "^7.2.0",
Expand All @@ -45,7 +45,7 @@
"@storybook/react-vite": "^7.2.0",
"@storybook/react-webpack5": "^7.2.0",
"@storybook/testing-library": "^0.2.0",
"@types/color": "^3.0.3",
"@types/color": "^3.0.6",
"storybook": "^7.2.0",
"vite": "4.5.0"
}
Expand Down
7 changes: 2 additions & 5 deletions apps/storybook/stories/react-date-picker/components/Days.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import {
Grid,
GridItem,
UseDatePickerResult,
} from "@codedazur/react-components";
import { Grid, GridItem } from "@codedazur/react-components";
import { UseDatePickerResult } from "@codedazur/react-date-picker";
import { FunctionComponent } from "react";
import { Day } from "./Day";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {
Expanded,
Grid,
GridItem,
UseDatePickerResult,
} from "@codedazur/react-components";
import { UseDatePickerResult } from "@codedazur/react-date-picker";
import { FunctionComponent } from "react";
import { Monospace } from "../../../components/Monospace";

Expand Down
20 changes: 10 additions & 10 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
},
"dependencies": {
"@codedazur/essentials": "*",
"@codedazur/react-components": "^25.2.0",
"@codedazur/react-components": "^25.2.1",
"@codedazur/react-date-picker": "*",
"@codedazur/react-essentials": "*",
"@codedazur/react-media": "*",
"@codedazur/react-notifications": "*",
"@codedazur/react-pagination": "*",
"@codedazur/react-parallax": "*",
"next": "^14.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.8"
"next": "^14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.24.7",
"@codedazur/eslint-config": "*",
"@codedazur/tsconfig": "*",
"@types/node": "^20.4.5",
"@types/react": "^18.2.33",
"@types/styled-components": "^5.1.26",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/styled-components": "^5.1.34",
"eslint": "^8.52.0",
"next-transpile-modules": "^10.0.1",
"typescript": "^5.1.6"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 71fa419

Please sign in to comment.