0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-06 14:50:21 -05:00

chore: update plugin-types version

This commit is contained in:
María Valderrama 2024-06-26 07:59:43 +02:00
parent 0f1af5676f
commit 9f9c834761
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@penpot/plugin-types",
"version": "0.6.0",
"version": "0.8.0",
"typings": "./index.d.ts",
"type": "module"
}

View file

@ -2,7 +2,7 @@
"name": "@penpot/plugins-runtime",
"version": "0.6.0",
"dependencies": {
"@penpot/plugin-types": "^0.6.0",
"@penpot/plugin-types": "^0.8.0",
"ses": "^1.1.0",
"zod": "^3.22.4"
},