|
15 | 15 | "license": "MIT",
|
16 | 16 | "packageManager": "yarn@4.2.2",
|
17 | 17 | "volta": {
|
18 |
| - "node": "18.20.3", |
| 18 | + "node": "18.20.4", |
19 | 19 | "yarn": "4.2.2"
|
20 | 20 | },
|
21 | 21 | "alias": {
|
|
31 | 31 | "queries": "./src/hooks/queries"
|
32 | 32 | },
|
33 | 33 | "scripts": {
|
34 |
| - "clean": "rm -rf dist/bundle.js .parcel-cache", |
| 34 | + "clean": "rm -rf dist/ .parcel-cache ../.parcel-cache", |
35 | 35 | "start": "yarn start-devnet",
|
36 | 36 | "start-devnet": "scripts/runEnv.sh devnet 'yarn parcel'",
|
37 | 37 | "start-testnet": "scripts/runEnv.sh testnet 'yarn parcel'",
|
|
54 | 54 | "@graphql-codegen/client-preset": "^3.0.1",
|
55 | 55 | "@graphql-codegen/typescript": "^2.8.8",
|
56 | 56 | "@graphql-codegen/typescript-operations": "^2.5.13",
|
57 |
| - "@parcel/transformer-svg-react": "^2.8.3", |
58 |
| - "@parcel/watcher": "^2.1.0", |
59 |
| - "@types/react": "^18.2.0", |
60 |
| - "@types/react-dom": "^18.2.1", |
61 |
| - "@types/styled-components": "^5.1.26", |
| 57 | + "@parcel/transformer-svg-react": "^2.12.0", |
| 58 | + "@parcel/watcher": "^2.4.1", |
| 59 | + "@types/react": "^18.3.8", |
| 60 | + "@types/react-dom": "^18.3.0", |
| 61 | + "@types/styled-components": "^5.1.34", |
62 | 62 | "@typescript-eslint/eslint-plugin": "^5.59.1",
|
63 | 63 | "@typescript-eslint/parser": "^5.59.1",
|
64 | 64 | "@typescript-eslint/utils": "^5.59.1",
|
|
71 | 71 | "eslint-plugin-react-hooks": "^4.6.0",
|
72 | 72 | "eslint-plugin-security": "^1.7.1",
|
73 | 73 | "eslint-utils": "^3.0.0",
|
74 |
| - "parcel": "^2.8.3", |
| 74 | + "parcel": "^2.12.0", |
75 | 75 | "prettier": "^2.8.8",
|
76 | 76 | "typescript": "^4.9.5"
|
77 | 77 | },
|
78 | 78 | "dependencies": {
|
79 |
| - "@kleros/ui-components-library": "^2.12.0", |
| 79 | + "@kleros/ui-components-library": "^2.14.0", |
80 | 80 | "@kleros/vea-contracts": "workspace:^",
|
81 | 81 | "@sentry/react": "^7.37.2",
|
82 | 82 | "@sentry/tracing": "^7.37.2",
|
|
86 | 86 | "ethers": "^5.7.2",
|
87 | 87 | "graphql": "^16.8.1",
|
88 | 88 | "graphql-request": "^6.1.0",
|
89 |
| - "react": "^18.2.0", |
90 |
| - "react-dom": "^18.2.0", |
91 |
| - "react-is": "^18.2.0", |
| 89 | + "react": "^18.3.1", |
| 90 | + "react-dom": "^18.3.1", |
| 91 | + "react-is": "^18.3.1", |
92 | 92 | "react-jazzicon": "^1.0.4",
|
93 |
| - "react-loading-skeleton": "^3.2.1", |
94 |
| - "react-router-dom": "^6.11.0", |
95 |
| - "react-use": "^17.4.0", |
| 93 | + "react-loading-skeleton": "^3.5.0", |
| 94 | + "react-router-dom": "^6.26.2", |
| 95 | + "react-use": "^17.5.1", |
96 | 96 | "styled-components": "^5.3.10",
|
97 |
| - "swr": "^2.1.3" |
| 97 | + "swr": "^2.2.5" |
98 | 98 | }
|
99 | 99 | }
|
0 commit comments