Skip to content

Commit

Permalink
Merge branch 'master' into Flexion/jgilmore/1454-leading-zeroes-for-n…
Browse files Browse the repository at this point in the history
…m-date-type
  • Loading branch information
GilmoreA6 authored Oct 22, 2024
2 parents bbce063 + 947b5e5 commit d5e8564
Show file tree
Hide file tree
Showing 2 changed files with 726 additions and 2,485 deletions.
32 changes: 16 additions & 16 deletions frontend-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,19 @@
"@mdx-js/rollup": "^3.1.0",
"@playwright/test": "^1.48.1",
"@rest-hooks/test": "^7.3.1",
"@storybook/addon-a11y": "^8.2.9",
"@storybook/addon-actions": "^8.2.9",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/components": "^8.2.9",
"@storybook/core-events": "^8.2.9",
"@storybook/addon-a11y": "^8.3.6",
"@storybook/addon-actions": "^8.3.6",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/blocks": "^8.3.6",
"@storybook/components": "^8.3.6",
"@storybook/core-events": "^8.3.6",
"@storybook/mdx2-csf": "1.1.0",
"@storybook/react": "^8.2.9",
"@storybook/react-vite": "^8.2.9",
"@storybook/react": "^8.3.6",
"@storybook/react-vite": "^8.3.6",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^8.2.9",
"@storybook/theming": "^8.3.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
Expand All @@ -136,7 +136,7 @@
"@types/downloadjs": "^1.4.6",
"@types/github-slugger": "^1.3.0",
"@types/html-to-text": "^9.0.4",
"@types/lodash": "^4.17.7",
"@types/lodash": "^4.17.12",
"@types/mdx": "^2.0.13",
"@types/node": "^20.12.5",
"@types/react": "18.3.11",
Expand Down Expand Up @@ -165,7 +165,7 @@
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-storybook": "^0.10.1",
"eslint-plugin-testing-library": "^6.4.0",
"eslint-plugin-vitest": "^0.5.4",
"husky": "^9.1.6",
Expand All @@ -175,7 +175,7 @@
"msw": "^2.4.11",
"msw-storybook-addon": "beta",
"npm-run-all": "^4.1.5",
"otpauth": "^9.3.2",
"otpauth": "^9.3.4",
"patch-package": "^8.0.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
Expand All @@ -184,8 +184,8 @@
"remark-mdx-frontmatter": "^5.0.0",
"remark-mdx-toc": "^0.3.1",
"sass": "^1.78.0",
"storybook": "^8.2.9",
"storybook-addon-remix-react-router": "^3.0.0",
"storybook": "^8.3.6",
"storybook-addon-remix-react-router": "^3.0.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
Expand Down
Loading

0 comments on commit d5e8564

Please sign in to comment.