Skip to content

Commit

Permalink
fix(cdk-sanity-site): static pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsdaniels committed Jul 15, 2024
1 parent ed046a9 commit 581ed2f
Show file tree
Hide file tree
Showing 29 changed files with 5,050 additions and 889 deletions.
5 changes: 5 additions & 0 deletions .changeset/real-dancers-suffer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codedazur/cdk-sanity-site": patch
---

The rewrite function's static pattern has been corrected.
8 changes: 4 additions & 4 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": "^2.1.1",
"@codedazur/essentials": "^1.9.1",
"aws-cdk-lib": "^2.147.2",
"aws-cdk-lib": "^2.149.0",
"constructs": "^10.3.0"
},
"devDependencies": {
"@codedazur/tsconfig": "^0.1.0",
"aws-cdk": "^2.147.2",
"aws-cdk": "^2.149.0",
"dotenv": "^16.4.5",
"ts-jest": "^29.1.5",
"ts-jest": "^29.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}
4 changes: 2 additions & 2 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"yaml": "^2.4.5"
},
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@codedazur/tsconfig": "^0.1.0",
Expand All @@ -48,6 +48,6 @@
"@storybook/testing-library": "^0.2.0",
"@types/color": "^3.0.6",
"storybook": "^7.2.0",
"vite": "5.3.2"
"vite": "5.3.3"
}
}
6 changes: 3 additions & 3 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"@codedazur/react-notifications": "^0.1.5",
"@codedazur/react-pagination": "^1.0.2",
"@codedazur/react-parallax": "^0.1.1",
"next": "^14.2.4",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.24.9",
"@codedazur/eslint-config": "^0.2.0",
"@codedazur/tsconfig": "^0.1.0",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/styled-components": "^5.1.34",
"next-transpile-modules": "^10.0.1"
Expand Down
Loading

0 comments on commit 581ed2f

Please sign in to comment.