|
26 | 26 | "access": "public" |
27 | 27 | }, |
28 | 28 | "scripts": { |
29 | | - "setup": "cargo install -f wasm-bindgen-cli --version 0.2.114", |
| 29 | + "setup": "cargo install -f wasm-bindgen-cli --version 0.2.115 --locked", |
30 | 30 | "build:debug": "node build.mjs --debug", |
31 | 31 | "build:rust": "cargo build --release --all-features --target wasm32-unknown-unknown", |
32 | 32 | "build:wasm-bindgen": "wasm-bindgen ../target/wasm32-unknown-unknown/release/zarc.wasm --out-dir ./dist/pkg --target web", |
33 | 33 | "build:prod": "node build.mjs", |
34 | 34 | "build": "npm-run-all build:rust build:wasm-bindgen build:prod", |
35 | 35 | "clean": "rm -rf dist lib playwright-report ../zarc/extension", |
36 | 36 | "dev": "npm-run-all -p start watch", |
37 | | - "lint:js": "prettier --check \"src/**/*.{js,ts,jsx,tsx,less,css}\" \"tests/**/*.{js,ts,jsx,tsx}\" \"*.mjs\" \"*.json\"", |
| 37 | + "lint:js": "prettier --check \"src/**/*.{js,ts,jsx,tsx,css}\" \"tests/**/*.{js,ts,jsx,tsx}\" \"*.mjs\" \"*.json\"", |
38 | 38 | "lint:rust": "cargo clippy --all-features && cargo fmt --all -- --check", |
39 | 39 | "lint": "npm-run-all lint:*", |
40 | | - "fix:js": "prettier --write \"src/**/*.{js,ts,jsx,tsx,less,css}\" \"tests/**/*.{js,ts,jsx,tsx}\" \"*.mjs\" \"*.json\"", |
| 40 | + "fix:js": "prettier --write \"src/**/*.{js,ts,jsx,tsx,css}\" \"tests/**/*.{js,ts,jsx,tsx}\" \"*.mjs\" \"*.json\"", |
41 | 41 | "fix:rust": "cargo fmt --all", |
42 | 42 | "fix": "npm-run-all fix:*", |
43 | 43 | "preinstall": "npx only-allow pnpm", |
|
47 | 47 | "test:js": "playwright test", |
48 | 48 | "test:rust": "cargo test -- --show-output", |
49 | 49 | "test": "npm-run-all test:rust test:js", |
50 | | - "watch": "nodemon --watch src -e ts,less,html --exec \"pnpm build:debug\"" |
| 50 | + "watch": "nodemon --watch src -e ts,css,html --exec \"pnpm build:debug\"" |
51 | 51 | }, |
52 | 52 | "dependencies": {}, |
53 | 53 | "devDependencies": { |
54 | 54 | "@finos/perspective-esbuild-plugin": "^3.2.1", |
| 55 | +<<<<<<< before updating |
55 | 56 | "@playwright/test": "^1.59.1", |
56 | 57 | "@prospective.co/procss": "^0.1.17", |
57 | 58 | "cpy": "^12.1.0", |
58 | 59 | "esbuild": "^0.27.2", |
59 | 60 | "esbuild-plugin-less": "^1.3.37", |
| 61 | +======= |
| 62 | + "@playwright/test": "^1.59.0", |
| 63 | + "cpy": "^13.2.1", |
| 64 | + "esbuild": "^0.27.2", |
| 65 | + "lightningcss": "^1.29.3", |
| 66 | +>>>>>>> after updating |
60 | 67 | "http-server": "^14.1.1", |
61 | 68 | "nodemon": "^3.1.10", |
62 | 69 | "npm-run-all": "^4.1.5", |
|
0 commit comments