File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3333 "test" : " vitest run --config vitest.config.ts" ,
3434 "test:update" : " vitest run --config vitest.config.ts --update"
3535 },
36- "peerDependencies" : {
37- "eslint" : " ^9.0.0 || ^10.0.0"
38- },
3936 "dependencies" : {
4037 "@angular-eslint/utils" : " 21.3.1" ,
4138 "@typescript-eslint/utils" : " ^8.58.2"
5047 "vitest" : " 4.1.3" ,
5148 "vue-eslint-parser" : " 10.4.0"
5249 },
50+ "peerDependencies" : {
51+ "eslint" : " ^9.0.0 || ^10.0.0"
52+ },
5353 "publishConfig" : {
5454 "registry" : " https://registry.npmjs.org/" ,
5555 "access" : " public"
Original file line number Diff line number Diff line change 3535 "test" : " vitest run --config vitest.config.ts" ,
3636 "test:update" : " vitest run --config vitest.config.ts --update"
3737 },
38- "peerDependencies" : {
39- "postcss" : " ^8.0.0"
40- },
4138 "devDependencies" : {
4239 "postcss" : " 8.5.9" ,
4340 "typescript" : " 5.9.3" ,
4441 "vitest" : " 4.1.3"
4542 },
43+ "peerDependencies" : {
44+ "postcss" : " ^8.0.0"
45+ },
4646 "publishConfig" : {
4747 "registry" : " https://registry.npmjs.org/" ,
4848 "access" : " public"
Original file line number Diff line number Diff line change 3131 "copy:readme" : " cpr README.md ../../build-outputs/stylelint/README.md -o" ,
3232 "test" : " vitest run --config vitest.config.ts"
3333 },
34- "peerDependencies" : {
35- "stylelint" : " >=14.0.0"
36- },
3734 "devDependencies" : {
3835 "postcss" : " 8.5.9" ,
3936 "postcss-html" : " 1.8.1" ,
4340 "typescript" : " 5.9.3" ,
4441 "vitest" : " 4.1.3"
4542 },
43+ "peerDependencies" : {
44+ "stylelint" : " >=14.0.0"
45+ },
4646 "publishConfig" : {
4747 "registry" : " https://registry.npmjs.org/" ,
4848 "access" : " public"
Original file line number Diff line number Diff line change 3939 "test" : " vitest run --config vitest.config.ts" ,
4040 "test:update" : " npm run test -- --update"
4141 },
42- "peerDependencies" : {
43- "vite" : " >=4.0.0"
44- },
4542 "dependencies" : {
4643 "fast-glob" : " ^3.3.3"
4744 },
5148 "vite" : " 8.0.8" ,
5249 "vitest" : " 4.1.3"
5350 },
51+ "peerDependencies" : {
52+ "vite" : " >=4.0.0"
53+ },
5454 "publishConfig" : {
5555 "registry" : " https://registry.npmjs.org/" ,
5656 "access" : " public"
You can’t perform that action at this time.
0 commit comments