Skip to content

Commit

Permalink
Upgraded javascript dependencies (#60)
Browse files Browse the repository at this point in the history
* @apollo/client ^3.9.10 -> ^3.9.11
* fancy-ansi ^0.1.0 -> ^0.1.1
* usehooks-ts ^3.0.2 -> ^3.1.0
* @testing-library/react ^14.2.2 -> ^14.3.1
* @types/node ^20.12.3 -> ^20.12.7
* @types/react ^18.2.74 -> ^18.2.77
* @types/react-dom ^18.2.23 -> ^18.2.25
* typescript ^5.4.3 -> ^5.4.5
* vitest ^1.4.0 -> ^1.5.0
  • Loading branch information
amorey committed Apr 12, 2024
1 parent 2a99f5b commit 79b2d63
Show file tree
Hide file tree
Showing 2 changed files with 572 additions and 591 deletions.
18 changes: 9 additions & 9 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"coverage": "vitest run --coverage"
},
"dependencies": {
"@apollo/client": "^3.9.10",
"@apollo/client": "^3.9.11",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.3",
"@kubetail/ui": "0.1.3",
Expand All @@ -22,7 +22,7 @@
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.1",
"distinct-colors": "^3.0.0",
"fancy-ansi": "^0.1.0",
"fancy-ansi": "^0.1.1",
"graphql": "^16.8.1",
"graphql-ws": "^5.16.0",
"lucide-react": "^0.303.0",
Expand All @@ -37,7 +37,7 @@
"react-window-infinite-loader": "^1.0.9",
"recoil": "^0.7.7",
"tailwind-merge": "^2.2.2",
"usehooks-ts": "^3.0.2"
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@apollo/react-testing": "^4.0.0",
Expand All @@ -46,10 +46,10 @@
"@graphql-codegen/fragment-matcher": "^5.0.2",
"@graphql-typed-document-node/core": "^3.2.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@types/node": "^20.12.3",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"@testing-library/react": "^14.3.1",
"@types/node": "^20.12.7",
"@types/react": "^18.2.77",
"@types/react-dom": "^18.2.25",
"@types/react-timeago": "^4.1.7",
"@types/react-window": "^1.8.8",
"@types/react-window-infinite-loader": "^1.0.9",
Expand All @@ -71,10 +71,10 @@
"postcss": "^8.4.38",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0"
"vitest": "^1.5.0"
}
}
Loading

0 comments on commit 79b2d63

Please sign in to comment.