Skip to content

Commit 275b66f

Browse files
authored
Merge pull request #90 from 2025-OSDC/develop
[Develop] update dependent
2 parents 0da94f0 + 3250447 commit 275b66f

File tree

2 files changed

+943
-3158
lines changed

2 files changed

+943
-3158
lines changed

package.json

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
"author": "TEAM ColorBrush",
6565
"license": "MIT",
6666
"dependencies": {
67-
"chokidar": "^3.6.0",
68-
"chroma-js": "^3.1.2",
69-
"colorjs.io": "^0.5.2",
67+
"chokidar": "^5.0.0",
68+
"chroma-js": "^3.2.0",
69+
"colorjs.io": "^0.6.1",
7070
"postcss": "^8.5.6",
7171
"postcss-safe-parser": "^7.0.1"
7272
},
@@ -76,22 +76,20 @@
7676
},
7777
"devDependencies": {
7878
"@svgr/cli": "^8.1.0",
79-
"@tailwindcss/cli": "^4.1.12",
80-
"@types/chroma-js": "^3.1.1",
81-
"@types/jest": "^30.0.0",
82-
"@types/node": "^24.1.0",
79+
"@tailwindcss/cli": "^4.2.0",
80+
"@types/chroma-js": "^3.1.2",
81+
"@types/node": "^25.3.0",
8382
"@types/postcss-safe-parser": "^5.0.4",
84-
"@types/react": "^19.1.9",
85-
"@types/react-dom": "^19.1.7",
83+
"@types/react": "^19.2.14",
84+
"@types/react-dom": "^19.2.3",
85+
"@typescript-eslint/parser": "^8.56.0",
8686
"esbuild-plugin-svgr": "^3.1.1",
87-
"eslint": "^9.32.0",
87+
"eslint": "^10.0.0",
8888
"eslint-config-prettier": "^10.1.8",
8989
"eslint-plugin-import": "^2.32.0",
90-
"jest": "^30.0.5",
91-
"prettier": "^3.6.2",
92-
"tailwindcss": "^4.1.12",
93-
"ts-jest": "^29.4.0",
94-
"tsup": "^8.5.0",
95-
"typescript": "^5.8.3"
90+
"prettier": "^3.8.1",
91+
"tailwindcss": "^4.2.0",
92+
"tsup": "^8.5.1",
93+
"typescript": "^5.9.3"
9694
}
9795
}

0 commit comments

Comments
 (0)