Skip to content

Commit

Permalink
Merge pull request #786 from aehrc/issue/692
Browse files Browse the repository at this point in the history
Test github pages deployment #6
  • Loading branch information
fongsean authored May 14, 2024
2 parents 725691b + c3b5d21 commit d9efe9d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion apps/smart-forms-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@aehrc/sdc-assemble": "^1.2.0",
"@aehrc/sdc-populate": "^1.8.0",
"@aehrc/smart-forms-renderer": "^0.27.3",
"@aehrc/smart-forms-renderer": "^0.27.4",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/material-icons": "^5.0.16",
Expand Down
2 changes: 1 addition & 1 deletion documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config: Config = {
url: 'https://aehrc.github.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: '/smart-forms/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions packages/smart-forms-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aehrc/smart-forms-renderer",
"version": "0.27.3",
"version": "0.27.4",
"description": "FHIR Structured Data Captured (SDC) rendering engine for Smart Forms",
"main": "lib/index.js",
"scripts": {
Expand All @@ -25,8 +25,6 @@
"homepage": "https://github.com/aehrc/smart-forms#readme",
"dependencies": {
"@iconify/react": "^4.1.1",
"@storybook/test": "^8.0.10",
"@types/fhir": "^0.0.38",
"dayjs": "^1.11.10",
"deep-diff": "^1.0.2",
"fhirclient": "^2.5.2",
Expand Down Expand Up @@ -55,20 +53,22 @@
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@chromatic-com/storybook": "^1.3.3",
"@chromatic-com/storybook": "^1.3.5",
"@storybook/addon-essentials": "^8.0.10",
"@storybook/addon-interactions": "^8.0.10",
"@storybook/addon-links": "^8.0.10",
"@storybook/addon-onboarding": "^8.0.10",
"@storybook/blocks": "^8.0.10",
"@storybook/react": "^8.0.10",
"@storybook/react-vite": "^8.0.10",
"@storybook/test": "^8.0.10",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.99",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.2.1",
"@testing-library/react-hooks": "^7.0.2",
"@types/deep-diff": "^1.0.5",
"@types/fhir": "^0.0.38",
"@types/jest": "^29.5.12",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.debounce": "^4.0.7",
Expand Down

0 comments on commit d9efe9d

Please sign in to comment.