Skip to content

Commit

Permalink
Merge pull request #252 from umccr/bump-deps-20230328
Browse files Browse the repository at this point in the history
Bumped dependencies
  • Loading branch information
victorskl authored Mar 28, 2023
2 parents 8de872c + 4609782 commit b3ee90a
Show file tree
Hide file tree
Showing 2 changed files with 1,046 additions and 1,035 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-portal-client",
"version": "2.1.0-rc.1",
"version": "2.1.0",
"private": true,
"engines": {
"node": ">=14.0.0"
Expand All @@ -15,11 +15,11 @@
"precommit": "pre-commit run --all-files"
},
"dependencies": {
"@aws-amplify/api": "^5.0.11",
"@aws-amplify/auth": "^5.1.5",
"@aws-amplify/core": "^5.0.11",
"@aws-sdk/client-lambda": "^3.272.0",
"igv": "^2.13.11",
"@aws-amplify/api": "^5.0.22",
"@aws-amplify/auth": "^5.2.0",
"@aws-amplify/core": "^5.1.5",
"@aws-sdk/client-lambda": "^3.300.0",
"igv": "2.13.11",
"moment": "^2.29.4",
"primeflex": "^3.3.0",
"primeicons": "^6.0.1",
Expand All @@ -28,24 +28,24 @@
"react-dom": "^18.2.0",
"react-json-pretty": "^2.2.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.8.0",
"react-router-dom": "^6.9.0",
"unsplash-js": "^7.0.15"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/node": "^18.15.10",
"@types/react": "^18.0.30",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@vitejs/plugin-react": "^3.0.1",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.3",
"prettier": "^2.8.7",
"typescript": "^4.9.4",
"vite": "^4.0.4"
"vite": "^4.2.1"
},
"resolutions": {}
}
Loading

0 comments on commit b3ee90a

Please sign in to comment.