Skip to content

Commit

Permalink
chore: fix tsconfig dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsdaniels committed May 2, 2024
1 parent c6fc19a commit 7334888
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
1 change: 1 addition & 0 deletions apps/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"constructs": "^10.2.69"
},
"devDependencies": {
"@codedazur/tsconfig": "*",
"aws-cdk": "^2.89.0",
"dotenv": "^16.3.1",
"ts-jest": "^29.1.1",
Expand Down
1 change: 1 addition & 0 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@codedazur/tsconfig": "*",
"@storybook/addon-actions": "^7.2.0",
"@storybook/addon-essentials": "^7.2.0",
"@storybook/addon-interactions": "^7.2.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"dependencies": {
"@codedazur/essentials": "*",
"@codedazur/react-media": "*",
"@codedazur/react-components": "^25.2.0",
"@codedazur/react-date-picker": "*",
"@codedazur/react-essentials": "*",
"@codedazur/react-media": "*",
"@codedazur/react-notifications": "*",
"@codedazur/react-pagination": "*",
"@codedazur/react-parallax": "*",
Expand All @@ -27,13 +27,13 @@
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@codedazur/eslint-config": "*",
"@codedazur/tsconfig": "*",
"@types/node": "^20.4.5",
"@types/react": "18.2.33",
"@types/styled-components": "^5.1.26",
"eslint": "8.52.0",
"@codedazur/eslint-config": "*",
"next-transpile-modules": "10.0.1",
"@codedazur/tsconfig": "*",
"typescript": "^5.1.6"
}
}
3 changes: 2 additions & 1 deletion packages/cdk-docker-cluster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@
"constructs": ">=10"
},
"devDependencies": {
"@codedazur/eslint-config": "*",
"@codedazur/tsconfig": "*",
"@types/node": "^20.12.8",
"aws-cdk-lib": "^2.139.1",
"constructs": "^10.3.0",
"esbuild": "^0.20.2",
"eslint-config-custom": "*",
"eslint": "^8.30.0",
"tsconfig": "*",
"typescript": "^5.4.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/cdk-mailer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"constructs": ">=10"
},
"devDependencies": {
"@codedazur/eslint-config": "*",
"@codedazur/tsconfig": "*",
"@types/node": "^16.18.3",
"aws-cdk-lib": "^2.55.1",
"constructs": "^10.1.194",
"esbuild": "^0.16.9 || ^0.19.1",
"eslint-config-custom": "*",
"eslint": "^8.30.0",
"tsconfig": "*",
"typescript": "^4.9.4 || ^5.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/cdk-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"constructs": ">=10"
},
"devDependencies": {
"@codedazur/eslint-config": "*",
"@codedazur/tsconfig": "*",
"@types/node": "^20.12.8",
"aws-cdk-lib": "^2.139.1",
"constructs": "^10.3.0",
"esbuild": "^0.20.2",
"eslint-config-custom": "*",
"eslint": "^8.30.0",
"tsconfig": "*",
"typescript": "^5.4.5"
}
}
3 changes: 2 additions & 1 deletion packages/react-dictionary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@codedazur/essentials": "^1.6.1"
},
"devDependencies": {
"@codedazur/tsconfig": "^0.0.6"
"@codedazur/eslint-config": "*",
"@codedazur/tsconfig": "*"
}
}

0 comments on commit 7334888

Please sign in to comment.