Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hadley committed Jul 20, 2023
1 parent 801089f commit 8d9cb14
Show file tree
Hide file tree
Showing 5 changed files with 472 additions and 591 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: mv dist/* _site/releases/paramview

- name: Upload site artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2

deploy:
needs: build
Expand Down
26 changes: 13 additions & 13 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.5",
"@mui/icons-material": "^5.13.7",
"@mui/lab": "^5.0.0-alpha.135",
"@mui/material": "^5.13.7",
"@mui/icons-material": "^5.14.1",
"@mui/lab": "^5.0.0-alpha.137",
"@mui/material": "^5.14.1",
"deep-object-diff": "^1.1.9",
"fast-deep-equal": "^3.1.3",
"jotai": "^2.2.2",
Expand All @@ -30,23 +30,23 @@
"socket.io-client": "^4.7.1"
},
"devDependencies": {
"@swc/core": "^1.3.68",
"@swc/jest": "^0.2.26",
"@swc/core": "^1.3.70",
"@swc/jest": "^0.2.27",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-window": "^1.8.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"cypress": "^12.17.0",
"eslint": "^8.44.0",
"cypress": "^12.17.1",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
Expand All @@ -55,9 +55,9 @@
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "5.0.4",
"vite": "^4.4.2",
"vite": "^4.4.5",
"wait-on": "^7.0.1",
"whatwg-fetch": "^3.6.2"
"whatwg-fetch": "^3.6.16"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 8d9cb14

Please sign in to comment.