Skip to content

Commit

Permalink
chore: dependency upgrades (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Nov 18, 2023
1 parent e0323a5 commit 851c8b0
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 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 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@rollup/plugin-typescript": "^11.1.2",
"@rollup/plugin-typescript": "^11.1.5",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.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 @@ -35,7 +35,7 @@
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.2",
"@rollup/plugin-typescript": "^11.1.5",
"@types/jest-image-snapshot": "^6.1.0",
"@types/sharp": "^0.32.0",
"@vitest/coverage-v8": "^0.34.0",
Expand All @@ -47,6 +47,6 @@
"vitest": "^0.34.0"
},
"dependencies": {
"sharp": "^0.32.4"
"sharp": "^0.32.6"
}
}
6 changes: 3 additions & 3 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"coverage": "vitest run --coverage"
},
"dependencies": {
"@rollup/pluginutils": "^5.0.2",
"@rollup/pluginutils": "^5.0.5",
"imagetools-core": "workspace:^"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.2",
"@rollup/plugin-typescript": "^11.1.5",
"@types/jest-image-snapshot": "^6.1.0",
"@types/jsdom": "^21.1.1",
"@types/picomatch": "^2.3.0",
Expand All @@ -50,7 +50,7 @@
"jsdom": "^22.1.0",
"picomatch": "^3.0.0",
"rollup": "^4.0.0",
"sharp": "^0.32.4",
"sharp": "^0.32.6",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^4.4.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/src/__tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ describe('vite-imagetools', () => {
const { window } = new JSDOM(``, { runScripts: 'outside-only' })
window.eval(files[0].code)

expect(window.__IMAGE__).toBe('/assets/with-metadata-563e882c.png 600w')
expect(window.__IMAGE__).toBe('/assets/with-metadata-404f605d.png 600w')
})

test('async output format', async () => {
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 851c8b0

Please sign in to comment.