Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit c1f22a6

Browse files
committed
Fix palette load error
1 parent e447bef commit c1f22a6

File tree

6 files changed

+1544
-784
lines changed

6 files changed

+1544
-784
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@
3737
},
3838
"devDependencies": {
3939
"@changesets/cli": "^2.26.2",
40-
"@types/node": "^20.4.5",
41-
"@typescript-eslint/eslint-plugin": "^6.2.0",
42-
"@typescript-eslint/parser": "^6.2.0",
40+
"@types/node": "^20.6.2",
41+
"@typescript-eslint/eslint-plugin": "^6.7.2",
42+
"@typescript-eslint/parser": "^6.7.2",
4343
"culori": "^3.2.0",
4444
"del-cli": "^4.0.1",
45-
"esbuild": "^0.18.17",
46-
"eslint": "^8.45.0",
47-
"eslint-config-prettier": "^8.9.0",
48-
"eslint-plugin-prettier": "^4.2.1",
45+
"esbuild": "^0.19.3",
46+
"eslint": "^8.49.0",
47+
"eslint-config-prettier": "^9.0.0",
48+
"eslint-plugin-prettier": "^5.0.0",
4949
"npm-run-all": "^4.1.5",
50-
"prettier": "^2.8.8",
51-
"sass": "^1.64.1",
52-
"typescript": "^5.1.6",
53-
"vite": "^4.4.7",
54-
"vitest": "^0.33.0"
50+
"prettier": "^3.0.3",
51+
"sass": "^1.67.0",
52+
"typescript": "^5.2.2",
53+
"vite": "^4.4.9",
54+
"vitest": "^0.34.4"
5555
}
5656
}

0 commit comments

Comments
 (0)