Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #479 from guardian/ravi/upgrade-ts-storybook
Browse files Browse the repository at this point in the history
chore: Upgrade TypeScript & Storybook
  • Loading branch information
arelra authored Nov 1, 2022
2 parents e819253 + e4268d0 commit d7be69b
Show file tree
Hide file tree
Showing 3 changed files with 2,851 additions and 3,230 deletions.
5 changes: 5 additions & 0 deletions .changeset/brown-bags-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@guardian/atoms-rendering': patch
---

Upgrade TypeScript and Storybook
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"@guardian/libs": "^9.0.1",
"@guardian/source-foundations": "^4.0.2",
"@guardian/source-react-components": "^4.0.1",
"@storybook/addon-docs": "^6.1.11",
"@storybook/addon-viewport": "^6.4.20",
"@storybook/addons": "^6.4.20",
"@storybook/react": "^6.1.11",
"@storybook/addon-docs": "^6.5.13",
"@storybook/addon-viewport": "^6.5.13",
"@storybook/addons": "^6.5.13",
"@storybook/react": "^6.5.13",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^11.2.2",
"@types/jest": "^26.0.15",
Expand All @@ -74,8 +74,8 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"ts-jest": "^24.3.0",
"ts-loader": "^8.0.18",
"typescript": "^4.1.3",
"ts-loader": "^8.4.0",
"typescript": "^4.8.4",
"web-vitals": "^2.1.4"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit d7be69b

Please sign in to comment.