Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Oct 30, 2024
1 parent 2c10e7e commit 9028d6c
Show file tree
Hide file tree
Showing 5 changed files with 2,968 additions and 2,546 deletions.
34 changes: 17 additions & 17 deletions frontend/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,39 +18,39 @@
"dependencies": {
"@graphprotocol/client-cli": "^3.0.7",
"@liquity2/uikit": "workspace:*",
"@rainbow-me/rainbowkit": "^2.1.7",
"@rainbow-me/rainbowkit": "^2.2.0",
"@react-spring/web": "^9.7.5",
"@tanstack/react-query": "^5.59.13",
"@wagmi/core": "^2.13.8",
"@tanstack/react-query": "^5.59.16",
"@wagmi/core": "^2.14.1",
"blo": "^1.2.0",
"dnum": "^2.14.0",
"geist": "^1.3.1",
"next": "~14.2.15",
"react": "^18",
"react-dom": "^18",
"next": "^14.2.16",
"react": "18.3.1",
"react-dom": "18.3.1",
"sharp": "^0.33.5",
"ts-pattern": "^5.5.0",
"valibot": "^0.42.1",
"viem": "^2.21.25",
"wagmi": "^2.12.17"
"viem": "^2.21.35",
"wagmi": "^2.12.25"
},
"devDependencies": {
"@babel/plugin-transform-private-methods": "^7.25.7",
"@pandacss/dev": "^0.46.1",
"@testing-library/jest-dom": "^6.5.0",
"@babel/plugin-transform-private-methods": "^7.25.9",
"@pandacss/dev": "^0.47.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"@vitest/coverage-v8": "^2.1.3",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.4",
"jsdom": "^25.0.1",
"oxlint": "^0.9.10",
"oxlint": "^0.10.3",
"tsx": "^4.16.5",
"typescript": "^5.5.4",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.3",
"vitest": "^2.1.4",
"zx": "^8.1.9"
}
}
12 changes: 6 additions & 6 deletions frontend/uikit-gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"@react-spring/web": "^9.7.5",
"dnum": "^2.14.0",
"geist": "^1.3.1",
"next": "~14.2.15",
"react": "^18",
"next": "~15.0.1",
"react": "19.0.0-rc-cae764ce-20241025",
"react-cosmos-core": "^6.1.2-canary.71267f3.0",
"react-cosmos-plugin-boolean-input": "^6.1.2-canary.71267f3.0",
"react-dom": "^18",
"react-dom": "19.0.0-rc-cae764ce-20241025",
"ts-pattern": "^5.5.0"
},
"devDependencies": {
"@pandacss/dev": "^0.46.1",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@pandacss/dev": "^0.47.0",
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^8",
"eslint-config-next": "14.2.5",
Expand Down
20 changes: 10 additions & 10 deletions frontend/uikit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"peerDependencies": {
"@pandacss/dev": "^0.44.0",
"@react-spring/web": "^9.7.3",
"react": "^18",
"react-dom": "^18",
"ts-pattern": "^5.2.0",
"blo": "^1.2.0"
"blo": "^1.2.0",
"react": ">=18.0.0-0",
"react-dom": ">=18.0.0-0",
"ts-pattern": "^5.2.0"
},
"dependencies": {
"@floating-ui/react-dom": "^2.1.2",
Expand All @@ -62,16 +62,16 @@
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"dprint": "^0.47.2",
"dprint": "^0.47.5",
"globals": "^15.11.0",
"oxlint": "^0.9.10",
"oxlint": "^0.10.3",
"tsx": "^4.16.5",
"typescript": "^5.5.4",
"vite": "^5.4.9",
"vite-plugin-dts": "^4.2.4",
"vite": "^5.4.10",
"vite-plugin-dts": "^4.3.0",
"zx": "^8.1.9"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bugs": "https://github.com/liquity/bold/issues",
"homepage": "https://github.com/liquity/bold#readme",
"devDependencies": {
"dprint": "^0.47.2"
"dprint": "^0.47.5"
},
"packageManager": "[email protected]+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e"
}
Loading

0 comments on commit 9028d6c

Please sign in to comment.