Skip to content

Commit 2fbf47d

Browse files
linkielinkPatricie29StefChatzdependabot[bot]
authored
v3.0.6 (#1705)
Co-authored-by: Patricie <99055449+Patricie29@users.noreply.github.com> Co-authored-by: Monkmansteve <47855432+StefChatz@users.noreply.github.com> Co-authored-by: Patricie29 <patricie@marsprotocol.foundation> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 035b64d commit 2fbf47d

File tree

112 files changed

+6502
-6199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+6502
-6199
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mars-v2-frontend",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"homepage": "./",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE FILE",
@@ -47,7 +47,7 @@
4747
"lodash.throttle": "^4.1.1",
4848
"mobx": "^6.15.0",
4949
"next": "16.0.1",
50-
"next-devtools-mcp": "^0.2.5",
50+
"next-devtools-mcp": "^0.3.2",
5151
"react": "19.2.0",
5252
"react-device-detect": "^2.2.3",
5353
"react-dom": "19.2.0",
@@ -60,7 +60,7 @@
6060
"react-use-clipboard": "^1.0.9",
6161
"recharts": "^3.3.0",
6262
"sharp": "^0.34.4",
63-
"starknet": "^7.6.4",
63+
"starknet": "^8.7.0",
6464
"swr": "^2.3.6",
6565
"viem": "^2.38.5",
6666
"wagmi": "^2.19.1",
@@ -70,7 +70,7 @@
7070
"@babel/eslint-parser": "^7.28.5",
7171
"@eslint/compat": "^1.4.1",
7272
"@svgr/webpack": "^8.1.0",
73-
"@tailwindcss/container-queries": "^0.1.1",
73+
"@tailwindcss/cli": "^4.1.17",
7474
"@tailwindcss/postcss": "^4.1.16",
7575
"@types/debounce-promise": "^3.1.9",
7676
"@types/lodash.debounce": "^4.0.9",
@@ -81,7 +81,6 @@
8181
"@types/react-helmet": "^6.1.11",
8282
"@typescript-eslint/eslint-plugin": "^8.46.2",
8383
"@typescript-eslint/parser": "^8.46.2",
84-
"autoprefixer": "^10.4.21",
8584
"buffer": "^6.0.3",
8685
"crypto-browserify": "^3.12.1",
8786
"dotenv": "^17.2.3",
@@ -102,7 +101,7 @@
102101
"shelljs": "^0.10.0",
103102
"stream-browserify": "^3.0.0",
104103
"tailwind-scrollbar-hide": "^4.0.0",
105-
"tailwindcss": "3.4.1",
104+
"tailwindcss": "^4.1.16",
106105
"typescript": "^5.9.3",
107106
"typescript-eslint": "^8.46.2"
108107
},

postcss.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = {
22
plugins: {
3-
tailwindcss: {},
4-
autoprefixer: {},
3+
'@tailwindcss/postcss': {},
54
},
6-
}
5+
}

0 commit comments

Comments
 (0)