|
65 | 65 | "dev": "vite build --watch" |
66 | 66 | }, |
67 | 67 | "dependencies": { |
68 | | - "@starknet-io/get-starknet": "^4.0.2", |
69 | | - "@starknet-io/get-starknet-core": "^4.0.2", |
| 68 | + "@starknet-io/get-starknet": "^4.0.4", |
| 69 | + "@starknet-io/get-starknet-core": "^4.0.4", |
70 | 70 | "@starknet-io/types-js": "^0.7.7", |
71 | 71 | "@trpc/client": "^10.38.1", |
72 | 72 | "@trpc/server": "^10.38.1", |
|
80 | 80 | "trpc-browser": "^1.3.2" |
81 | 81 | }, |
82 | 82 | "devDependencies": { |
83 | | - "@commitlint/cli": "^17.7.1", |
84 | | - "@commitlint/config-conventional": "^17.7.0", |
| 83 | + "@commitlint/cli": "^19.0.0", |
| 84 | + "@commitlint/config-conventional": "^19.0.0", |
85 | 85 | "@semantic-release/git": "^10.0.1", |
86 | 86 | "@sveltejs/vite-plugin-svelte": "^2.2.0", |
87 | 87 | "@tsconfig/svelte": "^5.0.0", |
88 | 88 | "@types/async-retry": "^1.4.5", |
89 | 89 | "@types/lodash-es": "^4.17.8", |
90 | 90 | "@types/node": "^20.5.7", |
91 | | - "@typescript-eslint/eslint-plugin": "^6.5.0", |
| 91 | + "@typescript-eslint/eslint-plugin": "^8.0.0", |
92 | 92 | "@walletconnect/ethereum-provider": "^2.11.0", |
93 | 93 | "@walletconnect/jsonrpc-provider": "^1.0.13", |
94 | 94 | "@walletconnect/signer-connection": "^2.11.0", |
|
97 | 97 | "autoprefixer": "^10.4.7", |
98 | 98 | "eslint": "^8.48.0", |
99 | 99 | "eslint-config-next": "^13.4.19", |
100 | | - "husky": "^8.0.3", |
101 | | - "lint-staged": "^14.0.1", |
| 100 | + "husky": "^9.0.0", |
| 101 | + "lint-staged": "^15.0.0", |
102 | 102 | "postcss": "^8.4.21", |
103 | | - "postcss-load-config": "^4.0.1", |
| 103 | + "postcss-load-config": "^6.0.0", |
104 | 104 | "prettier": "^3.0.3", |
105 | 105 | "prettier-plugin-import-sort": "^0.0.7", |
106 | | - "semantic-release": "^21.1.1", |
| 106 | + "semantic-release": "^24.0.0", |
107 | 107 | "svelte": "^4.0.0", |
108 | 108 | "svelte-check": "^3.5.1", |
109 | | - "svelte-preprocess": "^5.0.4", |
| 109 | + "svelte-preprocess": "^6.0.0", |
110 | 110 | "tailwindcss": "^3.1.6", |
111 | 111 | "tslib": "^2.4.0", |
112 | 112 | "typescript": "^5.1.6", |
113 | | - "vite": "^4.3.8", |
| 113 | + "vite": "^5.0.0", |
114 | 114 | "vite-plugin-dts": "^3.0.0", |
115 | 115 | "vitest": "^1.6.0", |
116 | 116 | "ws": "^8.8.1", |
|
0 commit comments