Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Nov 27, 2024
1 parent c98d7b1 commit 71b7c8a
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 1,272 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"doc": "pnpm run --filter imagetools-core build && typedoc"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@changesets/cli": "^2.27.10",
"@eslint/js": "^9.15.0",
"@rollup/plugin-typescript": "^12.0.0",
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.0.0",
"@types/jest-image-snapshot": "^6.1.0",
"@types/jest-image-snapshot": "^6.4.0",
"@vitest/coverage-v8": "^2.0.0",
"jest-file-snapshot": "^0.7.0",
"jest-image-snapshot": "^6.2.0",
"jest-image-snapshot": "^6.4.0",
"rollup": "^4.22.4",
"sharp": "^0.33.4",
"tslib": "^2.6.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.0.0",
"@types/jest-image-snapshot": "^6.1.0",
"@types/jest-image-snapshot": "^6.4.0",
"@types/jsdom": "^21.1.1",
"@types/picomatch": "^3.0.0",
"@vitest/coverage-v8": "^2.0.0",
"imagetools-core": "workspace:^",
"jest-image-snapshot": "^6.2.0",
"jest-image-snapshot": "^6.4.0",
"jsdom": "^25.0.0",
"picomatch": "^4.0.0",
"rollup": "^4.22.4",
Expand Down
Loading

0 comments on commit 71b7c8a

Please sign in to comment.