Skip to content

Commit

Permalink
Update dependency versions (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Sundberg <[email protected]>
  • Loading branch information
seansund authored Sep 11, 2023
1 parent a0f00ce commit 7eaff2c
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 82 deletions.
150 changes: 75 additions & 75 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.8.1",
"@apollo/client": "^3.8.3",
"@carbon/grid": "^11.19.0",
"@carbon/icons-react": "^11.25.0",
"@carbon/react": "^1.36.0",
"dayjs": "^1.11.9",
"graphql-ws": "^5.14.0",
"jotai": "^2.4.0",
"jotai": "^2.4.2",
"optional-js": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -25,18 +25,18 @@
"set-value": "^4.1.0"
},
"devDependencies": {
"@types/carbon__icons-react": "^11.25.0",
"@types/carbon__icons-react": "^11.26.1",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/set-value": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.45.0",
"eslint": "^8.49.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.0.2",
"typescript": "^5.2.2",
"vite": "^4.4.5"
}
}

0 comments on commit 7eaff2c

Please sign in to comment.