Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
matthprost committed Jul 24, 2024
1 parent c73060a commit 7629b79
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 151 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exports[`DynamicIllustration > should work with consoleLightTheme 1`] = `
>
<img
alt="empty"
src="https://ultraviolet.s3.fr-par.scw.cloud/illustrations/various/empty/empty-dark.webp"
src="https://ultraviolet.s3.fr-par.scw.cloud/illustrations/various/empty/empty-light.webp"
/>
</div>
</DocumentFragment>
Expand Down
158 changes: 12 additions & 146 deletions pnpm-lock.yaml

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

13 changes: 9 additions & 4 deletions utils/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"license": "MIT",
"main": "./src/index.ts",
"module": "./src/index.ts",
"repository": {
"type": "git",
"url": "https://github.com/scaleway/ultraviolet",
"directory": "utils/test"
},
"files": [
"src/*"
],
Expand All @@ -15,10 +20,10 @@
}
},
"dependencies": {
"@emotion/cache": "11.11.0",
"@emotion/jest": "11.11.0",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@emotion/cache": "11.13.0",
"@emotion/jest": "11.13.0",
"@emotion/react": "11.13.0",
"@emotion/styled": "11.13.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "15.0.7",
"@types/react": "18.3.3",
Expand Down

0 comments on commit 7629b79

Please sign in to comment.