Skip to content

Commit

Permalink
chore: fix issues with sherif
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Dec 26, 2024
1 parent b741f21 commit 24604a0
Show file tree
Hide file tree
Showing 14 changed files with 80 additions and 463 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"publint": "^0.2.12",
"sherif": "^1.1.1",
"table": "^5.2.0",
"typescript": "5.6.3",
"typescript": "~5.6.2",
"typescript49": "npm:[email protected]",
"typescript53": "npm:[email protected]",
"typescript54": "npm:[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-vibrant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@vibrant/color": "^4.0.0-beta.1",
"@vitest/browser": "^2.1.8",
"playwright": "^1.49.1",
"vite": "^6.0.3",
"vite": "^6.0.5",
"vitest": "^2.1.8"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@tanstack/config": "^0.15.0",
"vite": "^6.0.3"
"vite": "^6.0.5"
},
"type": "module",
"types": "dist/esm/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@tanstack/config": "^0.15.0",
"vite": "^6.0.3",
"vite": "^6.0.5",
"vitest": "^2.1.8"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-generator-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@tanstack/config": "^0.15.0",
"@vibrant/color": "^4.0.0-beta.1",
"@vibrant/generator": "^4.0.0-beta.1",
"vite": "^6.0.3"
"vite": "^6.0.5"
},
"type": "module",
"types": "dist/esm/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@tanstack/config": "^0.15.0",
"vite": "^6.0.3"
"vite": "^6.0.5"
},
"type": "module",
"types": "dist/esm/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-image-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@tanstack/config": "^0.15.0",
"@types/node": "^18.15.3",
"jsdom": "^25.0.1",
"vite": "^6.0.3",
"vite": "^6.0.5",
"vitest": "^2.1.8"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-image-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@tanstack/config": "^0.15.0",
"@types/node": "^18.15.3",
"vite": "^6.0.3"
"vite": "^6.0.5"
},
"type": "module",
"types": "dist/esm/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@tanstack/config": "^0.15.0",
"@types/node": "^18.15.3",
"vite": "^6.0.3"
"vite": "^6.0.5"
},
"type": "module",
"types": "dist/esm/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-quantizer-mmcq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@tanstack/config": "^0.15.0",
"vite": "^6.0.3"
"vite": "^6.0.5"
},
"type": "module",
"types": "dist/esm/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-quantizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@tanstack/config": "^0.15.0",
"vite": "^6.0.3"
"vite": "^6.0.5"
},
"type": "module",
"types": "dist/esm/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@tanstack/config": "^0.15.0",
"vite": "^6.0.3"
"vite": "^6.0.5"
},
"type": "module",
"types": "dist/esm/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@tanstack/config": "^0.15.0",
"vite": "^6.0.3"
"vite": "^6.0.5"
},
"type": "module",
"types": "dist/esm/index.d.ts",
Expand Down
Loading

0 comments on commit 24604a0

Please sign in to comment.