|
414 | 414 | "prebuild": "rimraf out", |
415 | 415 | "build": "cross-env NODE_ENV=production rollup -c --environment INCLUDE_DEPS,BUILD,NODE_ENV:production", |
416 | 416 | "watch": "rollup -c -m -w", |
417 | | - "lint": "eslint src --ext ts", |
418 | | - "lint:fix": "eslint src --ext ts --fix", |
| 417 | + "lint": "eslint src", |
| 418 | + "lint:fix": "eslint src --fix", |
419 | 419 | "test": "concurrently \"tsc --project ./tsconfig.json --noEmit\" \"jest\"", |
420 | 420 | "jest": "jest" |
421 | 421 | }, |
422 | 422 | "devDependencies": { |
423 | | - "@babel/core": "^7.17.8", |
424 | | - "@babel/preset-env": "^7.16.11", |
425 | | - "@babel/preset-typescript": "^7.16.7", |
426 | | - "@rollup/plugin-commonjs": "^18.1.0", |
427 | | - "@rollup/plugin-json": "^4.1.0", |
428 | | - "@rollup/plugin-node-resolve": "^11.2.1", |
429 | | - "@rollup/plugin-replace": "^4.0.0", |
| 423 | + "@babel/core": "^7.25.2", |
| 424 | + "@babel/preset-env": "^7.25.4", |
| 425 | + "@babel/preset-typescript": "^7.24.7", |
| 426 | + "@eslint/js": "^9.11.1", |
| 427 | + "@rollup/plugin-commonjs": "^28.0.0", |
| 428 | + "@rollup/plugin-json": "^6.1.0", |
| 429 | + "@rollup/plugin-node-resolve": "^15.3.0", |
| 430 | + "@rollup/plugin-replace": "^6.0.1", |
430 | 431 | "@tokencss/postcss": "^0.0.5", |
431 | | - "@types/css": "^0.0.31", |
432 | | - "@types/glob": "^7.2.0", |
433 | | - "@types/jest": "^29.1.2", |
434 | | - "@types/lodash": "^4.14.180", |
435 | | - "@types/node": "^18.11.0", |
436 | | - "@types/postcss-less": "^4.0.2", |
437 | | - "@types/postcss-safe-parser": "^5.0.1", |
438 | | - "@types/vscode": "1.53.0", |
439 | | - "@typescript-eslint/eslint-plugin": "^5.40.0", |
440 | | - "@typescript-eslint/parser": "^5.40.0", |
441 | | - "babel-jest": "^29.2.0", |
442 | | - "concurrently": "^7.3.0", |
| 432 | + "@types/css": "^0.0.37", |
| 433 | + "@types/eslint__js": "^8.42.3", |
| 434 | + "@types/glob": "^8.1.0", |
| 435 | + "@types/jest": "^29.5.13", |
| 436 | + "@types/lodash": "^4.17.9", |
| 437 | + "@types/node": "^18.19.50", |
| 438 | + "@types/postcss-less": "^4.0.6", |
| 439 | + "@types/postcss-safe-parser": "^5.0.4", |
| 440 | + "@types/vscode": "1.93.0", |
| 441 | + "babel-jest": "^29.7.0", |
| 442 | + "concurrently": "^9.0.1", |
443 | 443 | "cross-env": "^7.0.3", |
444 | | - "dayjs": "^1.11.5", |
445 | | - "dotenv": "^16.0.2", |
446 | | - "esbuild": "^0.14.49", |
447 | | - "eslint": "^8.25.0", |
448 | | - "eslint-config-prettier": "^8.5.0", |
449 | | - "eslint-plugin-jest": "^27.1.2", |
450 | | - "eslint-plugin-prettier": "^3.4.1", |
451 | | - "husky": "^5.2.0", |
452 | | - "jest": "^29.2.0", |
453 | | - "lint-staged": "^10.5.4", |
| 444 | + "dayjs": "^1.11.13", |
| 445 | + "dotenv": "^16.4.5", |
| 446 | + "esbuild": "^0.24.0", |
| 447 | + "eslint": "^9.11.1", |
| 448 | + "eslint-config-prettier": "^9.1.0", |
| 449 | + "eslint-plugin-jest": "^28.8.3", |
| 450 | + "eslint-plugin-prettier": "^5.2.1", |
| 451 | + "globals": "^15.9.0", |
| 452 | + "husky": "^9.1.6", |
| 453 | + "jest": "^29.7.0", |
| 454 | + "lint-staged": "^15.2.10", |
454 | 455 | "lodash": "^4.17.21", |
455 | | - "prettier": "^2.6.1", |
456 | | - "rimraf": "^3.0.2", |
457 | | - "rollup": "^2.70.1", |
458 | | - "rollup-plugin-esbuild": "^4.9.1", |
459 | | - "typescript": "^4.8.4", |
460 | | - "yargs": "^17.5.1" |
| 456 | + "prettier": "^3.3.3", |
| 457 | + "rimraf": "^6.0.1", |
| 458 | + "rollup": "^4.22.4", |
| 459 | + "rollup-plugin-esbuild": "^6.1.1", |
| 460 | + "typescript": "5.5.2", |
| 461 | + "typescript-eslint": "^8.7.0", |
| 462 | + "yargs": "^17.7.2" |
461 | 463 | }, |
462 | 464 | "dependencies": { |
463 | 465 | "culori": "^2.0.3", |
464 | | - "fast-glob": "^3.2.12", |
465 | | - "follow-redirects": "^1.15.2", |
466 | | - "postcss": "^8.4.12", |
| 466 | + "fast-glob": "^3.3.2", |
| 467 | + "follow-redirects": "^1.15.9", |
| 468 | + "postcss": "^8.4.47", |
467 | 469 | "postcss-less": "^6.0.0" |
468 | 470 | }, |
469 | 471 | "lint-staged": { |
|
0 commit comments