mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 16:28:11 +08:00
Update dependencies throughout the project (#2401)
* Update dependencies * Update stable node ID hashes again, for some reason?
This commit is contained in:
+1326
-849
File diff suppressed because it is too large
Load Diff
@@ -13,8 +13,8 @@
|
||||
"build-profiling": "npm run wasm:build-profiling && vite build",
|
||||
"build": "npm run wasm:build-production && vite build",
|
||||
"---------- UTILITIES ----------": "",
|
||||
"lint": "eslint . && tsc --noEmit",
|
||||
"lint-fix": "eslint . --fix && tsc --noEmit",
|
||||
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint . && tsc --noEmit",
|
||||
"lint-fix": "ESLINT_USE_FLAT_CONFIG=false eslint . --fix && tsc --noEmit",
|
||||
"---------- INTERNAL ----------": "",
|
||||
"setup": "node package-installer.js",
|
||||
"wasm:build-dev": "wasm-pack build ./wasm --dev --target=web",
|
||||
|
||||
Reference in New Issue
Block a user