Skip to content

Commit 36149c0

Browse files
committed
merge: develop
2 parents 3a6ad7b + c594273 commit 36149c0

File tree

22 files changed

+2649
-2320
lines changed

22 files changed

+2649
-2320
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"plugins": ["@typescript-eslint"],
1414
"rules": {
15+
"@typescript-eslint/consistent-type-imports": "error",
1516
"@typescript-eslint/no-explicit-any": "off",
1617
"@typescript-eslint/no-extra-semi": "off",
1718
"@typescript-eslint/no-unused-vars": [

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"dev": "vite build --watch"
6666
},
6767
"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",
7070
"@starknet-io/types-js": "^0.7.7",
7171
"@trpc/client": "^10.38.1",
7272
"@trpc/server": "^10.38.1",
@@ -80,15 +80,15 @@
8080
"trpc-browser": "^1.3.2"
8181
},
8282
"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",
8585
"@semantic-release/git": "^10.0.1",
8686
"@sveltejs/vite-plugin-svelte": "^2.2.0",
8787
"@tsconfig/svelte": "^5.0.0",
8888
"@types/async-retry": "^1.4.5",
8989
"@types/lodash-es": "^4.17.8",
9090
"@types/node": "^20.5.7",
91-
"@typescript-eslint/eslint-plugin": "^6.5.0",
91+
"@typescript-eslint/eslint-plugin": "^8.0.0",
9292
"@walletconnect/ethereum-provider": "^2.11.0",
9393
"@walletconnect/jsonrpc-provider": "^1.0.13",
9494
"@walletconnect/signer-connection": "^2.11.0",
@@ -97,20 +97,20 @@
9797
"autoprefixer": "^10.4.7",
9898
"eslint": "^8.48.0",
9999
"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",
102102
"postcss": "^8.4.21",
103-
"postcss-load-config": "^4.0.1",
103+
"postcss-load-config": "^6.0.0",
104104
"prettier": "^3.0.3",
105105
"prettier-plugin-import-sort": "^0.0.7",
106-
"semantic-release": "^21.1.1",
106+
"semantic-release": "^24.0.0",
107107
"svelte": "^4.0.0",
108108
"svelte-check": "^3.5.1",
109-
"svelte-preprocess": "^5.0.4",
109+
"svelte-preprocess": "^6.0.0",
110110
"tailwindcss": "^3.1.6",
111111
"tslib": "^2.4.0",
112112
"typescript": "^5.1.6",
113-
"vite": "^4.3.8",
113+
"vite": "^5.0.0",
114114
"vite-plugin-dts": "^3.0.0",
115115
"vitest": "^1.6.0",
116116
"ws": "^8.8.1",

0 commit comments

Comments
 (0)