Skip to content

Commit

Permalink
Merge branch 'main' into next [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiFTy17 committed Nov 9, 2023
2 parents 856371f + ab5c977 commit 0a79372
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 29 deletions.
77 changes: 53 additions & 24 deletions src/stories/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions src/stories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
"@tylertech/forge-docs-core": "^2.0.0",
"@tylertech/forge-react": "3.0.0-next.2",
"@tylertech/tyler-icons": "^1.12.0",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/yup": "^0.29.13",
"github-markdown-css": "^5.1.0",
"markdown-to-jsx": "^7.1.7",
"prism-react-renderer": "^1.3.1",
Expand All @@ -39,6 +36,10 @@
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "^18.8.4",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/yup": "^0.29.13",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"cross-env": "^7.0.3",
Expand All @@ -47,7 +48,7 @@
"sass-loader": "^13.3.2",
"to-string-loader": "^1.2.0",
"ts-loader": "~9.4.4",
"typescript": "~4.7.4",
"typescript": "~4.9.5",
"webpack": "^5.88.1"
}
}
2 changes: 1 addition & 1 deletion src/stories/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"target": "es2015",
"module": "es2015",
"moduleResolution": "node",
"lib": ["es2015", "dom", "es2017"],
"lib": ["es2015", "dom", "es2017", "dom.iterable"],
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"jsx": "react",
Expand Down

0 comments on commit 0a79372

Please sign in to comment.