Skip to content

Commit

Permalink
release: @previewjs/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Sep 29, 2023
1 parent 6e56f91 commit 04f2c6e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion chromeless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@previewjs/api": "^16.0.1",
"@previewjs/core": "^27.1.0",
"@previewjs/core": "^27.1.1",
"@previewjs/iframe": "^15.3.1",
"@previewjs/properties": "^5.0.1",
"@previewjs/vfs": "^2.0.17",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@previewjs/core",
"version": "27.1.0",
"version": "27.1.1",
"license": "AGPL-3.0",
"author": {
"name": "François Wouts",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@previewjs/analyzer-api": "^0.1.3",
"@previewjs/chromeless": "^10.0.1",
"@previewjs/core": "^27.1.0",
"@previewjs/core": "^27.1.1",
"@previewjs/plugin-react": "^13.0.5",
"globby": "^13.2.2",
"playwright": "^1.38.1"
Expand Down
2 changes: 1 addition & 1 deletion storybook-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@previewjs/analyzer-api": "^0.1.3",
"@previewjs/api": "^16.0.1",
"@previewjs/core": "^27.1.0",
"@previewjs/core": "^27.1.1",
"@previewjs/serializable-values": "^9.0.1",
"@previewjs/type-analyzer": "^10.0.1",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@playwright/test": "^1.38.1",
"@previewjs/api": "^16.0.1",
"@previewjs/chromeless": "^10.0.1",
"@previewjs/core": "^27.1.0",
"@previewjs/core": "^27.1.1",
"@previewjs/iframe": "^15.3.1",
"@previewjs/vfs": "^2.0.17",
"assert-never": "^1.2.1",
Expand Down

0 comments on commit 04f2c6e

Please sign in to comment.