|
46 | 46 | "url": "https://github.com/webdeveric/styled-json-console/issues" |
47 | 47 | }, |
48 | 48 | "homepage": "https://github.com/webdeveric/styled-json-console/#readme", |
49 | | - "packageManager": "pnpm@10.30.2+sha512.36cdc707e7b7940a988c9c1ecf88d084f8514b5c3f085f53a2e244c2921d3b2545bc20dd4ebe1fc245feec463bb298aecea7a63ed1f7680b877dc6379d8d0cb4", |
| 49 | + "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319", |
50 | 50 | "scripts": { |
51 | 51 | "clean": "rimraf ./dist/ ./cache/", |
52 | 52 | "prebuild": "pnpm clean", |
|
55 | 55 | "lint": "eslint ./*.{js,cjs,mjs,ts,cts,mts} ./src/ ./example/ --ext .ts", |
56 | 56 | "test": "vitest --typecheck", |
57 | 57 | "coverage": "vitest run --coverage --typecheck", |
58 | | - "validate": "validate-package-exports --check --verify", |
| 58 | + "validate": "validate-package-exports --check", |
59 | 59 | "spellcheck": "cspell './{.github,src,example,test}/**/*.{ts,json}' './*.{md,mjs,mts}' './package.json' --no-progress", |
60 | 60 | "prepublishOnly": "pnpm typecheck && pnpm spellcheck && pnpm lint && pnpm coverage && pnpm build && pnpm validate", |
61 | 61 | "format": "prettier --write ./*.{js,json,md} ./src/", |
62 | 62 | "prepare": "husky" |
63 | 63 | }, |
64 | 64 | "prettier": "@webdeveric/prettier-config", |
65 | 65 | "devDependencies": { |
66 | | - "@commitlint/config-conventional": "^20.4.2", |
67 | | - "@commitlint/types": "^20.4.0", |
68 | | - "@types/node": "^22.19.11", |
69 | | - "@vitest/coverage-v8": "^4.0.18", |
| 66 | + "@commitlint/config-conventional": "^20.5.0", |
| 67 | + "@commitlint/types": "^20.5.0", |
| 68 | + "@types/node": "^22.19.15", |
| 69 | + "@vitest/coverage-v8": "^4.1.2", |
70 | 70 | "@webdeveric/eslint-config-ts": "^0.12.0", |
71 | | - "@webdeveric/prettier-config": "^0.3.0", |
72 | | - "commitlint": "^20.4.2", |
73 | | - "commitlint-plugin-cspell": "^0.6.0", |
74 | | - "conventional-changelog-conventionalcommits": "^9.1.0", |
| 71 | + "@webdeveric/prettier-config": "^0.4.0", |
| 72 | + "commitlint": "^20.5.0", |
| 73 | + "commitlint-plugin-cspell": "^0.7.0", |
| 74 | + "conventional-changelog-conventionalcommits": "^9.3.1", |
75 | 75 | "cspell": "^9.7.0", |
76 | 76 | "eslint": "^8.57.1", |
77 | 77 | "eslint-config-prettier": "^10.1.8", |
78 | 78 | "eslint-import-resolver-typescript": "^4.4.4", |
79 | 79 | "eslint-plugin-import": "^2.32.0", |
80 | 80 | "husky": "^9.1.7", |
81 | | - "lint-staged": "^16.2.7", |
| 81 | + "lint-staged": "^16.4.0", |
82 | 82 | "prettier": "^3.8.1", |
83 | 83 | "rimraf": "^6.1.3", |
84 | 84 | "semantic-release": "^25.0.3", |
85 | | - "typescript": "^5.9.3", |
86 | | - "validate-package-exports": "^0.19.0", |
87 | | - "vitest": "^4.0.18" |
88 | | - }, |
89 | | - "pnpm": { |
90 | | - "onlyBuiltDependencies": [ |
91 | | - "esbuild", |
92 | | - "unrs-resolver" |
93 | | - ] |
| 85 | + "typescript": "^6.0.2", |
| 86 | + "validate-package-exports": "^0.23.0", |
| 87 | + "vitest": "^4.1.2" |
94 | 88 | } |
95 | 89 | } |
0 commit comments