Skip to content

Commit

Permalink
feat(react-dictionary): add DictionaryProvider (#183)
Browse files Browse the repository at this point in the history
feat(react-dictionary): add DictionaryProvider
  • Loading branch information
thijsdaniels authored Sep 26, 2023
1 parent 61341fd commit 05f78d5
Show file tree
Hide file tree
Showing 17 changed files with 243 additions and 569 deletions.
5 changes: 5 additions & 0 deletions .changeset/pink-news-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codedazur/react-dictionary": minor
---

experimental release
6 changes: 2 additions & 4 deletions apps/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
"@codedazur/cdk-static-site": "*",
"@codedazur/essentials": "*",
"aws-cdk-lib": "^2.89.0",
"constructs": "^10.2.69",
"eslint-config-next": "13.5.3",
"eslint-plugin-react": "7.33.2"
"constructs": "^10.2.69"
},
"devDependencies": {
"aws-cdk": "^2.89.0",
Expand All @@ -27,4 +25,4 @@
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}
}
1 change: 0 additions & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"@storybook/jest": "^0.1.0 || ^0.2.0",
"@types/styled-components": "^5.1.26",
"color": "^4.2.3",
"eslint-config-next": "12.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.6",
Expand Down
Loading

0 comments on commit 05f78d5

Please sign in to comment.