0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-21 21:23:06 -05:00

minor updates (#213)

This commit is contained in:
Alex Sánchez 2024-09-02 10:51:30 +02:00 committed by GitHub
parent f9106530dc
commit 58d9901a7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1125 additions and 1657 deletions

View file

@ -0,0 +1,5 @@
---
'penpot-exporter': minor
---
Minor npm updates

2761
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -25,9 +25,9 @@
"@create-figma-plugin/ui": "^3.2",
"base64-js": "^1.5",
"classnames": "^2.5",
"lru-cache": "^10.2",
"preact": "^10.22",
"react-hook-form": "^7.51",
"lru-cache": "^11.0",
"preact": "^10.23",
"react-hook-form": "^7.52",
"romans": "^2.0",
"slugify": "^1.6",
"svg-path-parser": "^1.1",
@ -37,14 +37,14 @@
"@changesets/changelog-github": "^0.5",
"@changesets/cli": "^2.27",
"@figma/eslint-plugin-figma-plugins": "^0.15",
"@figma/plugin-typings": "^1.96",
"@figma/plugin-typings": "^1.98",
"@trivago/prettier-plugin-sort-imports": "^4.3",
"@types/svg-path-parser": "^1.1",
"@typescript-eslint/eslint-plugin": "^7.8",
"@typescript-eslint/parser": "^7.8",
"@vitejs/plugin-react-swc": "^3.6",
"@typescript-eslint/eslint-plugin": "^7.18",
"@typescript-eslint/parser": "^7.18",
"@vitejs/plugin-react-swc": "^3.7",
"concurrently": "^8.2",
"esbuild": "^0.21",
"esbuild": "^0.23",
"eslint": "^8.57",
"eslint-config-prettier": "^9.1",
"eslint-plugin-prettier": "^5.1",