Started palette editor.
Test and Build / test-and-build (push) Failing after 1m47s

Cleaned up tests and lint errors.
Upgraded npm packages.
This commit is contained in:
Jay
2026-03-19 18:54:44 -04:00
parent 6be2d9e41a
commit 9fec89949b
36 changed files with 1484 additions and 1229 deletions
+3 -5
View File
@@ -7,7 +7,8 @@
"build:wasm": "wasm-pack build colorlib -t bundler -d pkg --release",
"check": "tsc --noEmit -p tsconfig.app.json",
"clean": "rm -rf dist colorlib/pkg*",
"cypress": "1>/dev/null 2>/dev/null cypress open -d &",
"cypress:component": "cypress run --component",
"cypress:open": "1>/dev/null 2>/dev/null cypress open -d &",
"dev": "vite",
"lint": "eslint .",
"preview": "vite preview",
@@ -20,10 +21,7 @@
"test:e2e:firefox": "cypress run --e2e -b firefox"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-regular-svg-icons": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^0.2.3",
"lucide-react": "^0.542.0",
"motion": "^12.23.12",
"react": "^19.1.0",
"react-dom": "^19.1.0"