Skip to content

Commit

Permalink
Merge pull request #512 from USEPA/feature/apply-package-updates
Browse files Browse the repository at this point in the history
Feature/apply package updates
  • Loading branch information
courtneymyers authored Dec 4, 2024
2 parents a71fe7e + 2122e2e commit 2602b4d
Show file tree
Hide file tree
Showing 10 changed files with 3,293 additions and 1,973 deletions.
3,250 changes: 2,081 additions & 1,169 deletions app/client/package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions app/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "epa-csb-rebate-forms-app-client",
"version": "6.0.1",
"version": "7.0.0",
"description": "U.S. EPA CSB Rebate Forms Application (client app)",
"homepage": ".",
"license": "CC0-1.0",
Expand All @@ -18,31 +18,31 @@
"preview": "vite preview"
},
"devDependencies": {
"@eslint/js": "9.10.0",
"@eslint/js": "9.16.0",
"@tailwindcss/forms": "0.5.9",
"@types/lodash": "4.17.7",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react-swc": "3.7.0",
"@types/lodash": "4.17.13",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react-swc": "3.7.2",
"autoprefixer": "10.4.20",
"clsx": "2.1.1",
"eslint": "9.9.1",
"eslint": "9.16.0",
"eslint-plugin-react-hooks": "5.1.0-rc.0",
"eslint-plugin-react-refresh": "0.4.11",
"globals": "15.9.0",
"postcss": "8.4.45",
"tailwindcss": "3.4.10",
"typescript": "5.5.4",
"typescript-eslint": "8.4.0",
"vite": "5.4.3"
"eslint-plugin-react-refresh": "0.4.16",
"globals": "15.13.0",
"postcss": "8.4.49",
"tailwindcss": "3.4.16",
"typescript": "5.7.2",
"typescript-eslint": "8.17.0",
"vite": "6.0.2"
},
"dependencies": {
"@formio/premium": "1.18.4",
"@formio/react": "5.2.3",
"@formio/uswds": "2.4.8",
"@headlessui/react": "1.7.19",
"@heroicons/react": "2.1.5",
"@radix-ui/react-tooltip": "1.1.2",
"@radix-ui/react-tooltip": "1.1.4",
"@tanstack/react-query": "4.35.0",
"@tanstack/react-query-devtools": "4.35.0",
"bootstrap": "5.3.3",
Expand Down
163 changes: 87 additions & 76 deletions app/package-lock.json

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

Loading

0 comments on commit 2602b4d

Please sign in to comment.