mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 13:43:03 -05:00
minor updates (#213)
This commit is contained in:
parent
f9106530dc
commit
58d9901a7a
3 changed files with 1125 additions and 1657 deletions
5
.changeset/lovely-comics-breathe.md
Normal file
5
.changeset/lovely-comics-breathe.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'penpot-exporter': minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Minor npm updates
|
2761
package-lock.json
generated
2761
package-lock.json
generated
File diff suppressed because it is too large
Load diff
16
package.json
16
package.json
|
@ -25,9 +25,9 @@
|
||||||
"@create-figma-plugin/ui": "^3.2",
|
"@create-figma-plugin/ui": "^3.2",
|
||||||
"base64-js": "^1.5",
|
"base64-js": "^1.5",
|
||||||
"classnames": "^2.5",
|
"classnames": "^2.5",
|
||||||
"lru-cache": "^10.2",
|
"lru-cache": "^11.0",
|
||||||
"preact": "^10.22",
|
"preact": "^10.23",
|
||||||
"react-hook-form": "^7.51",
|
"react-hook-form": "^7.52",
|
||||||
"romans": "^2.0",
|
"romans": "^2.0",
|
||||||
"slugify": "^1.6",
|
"slugify": "^1.6",
|
||||||
"svg-path-parser": "^1.1",
|
"svg-path-parser": "^1.1",
|
||||||
|
@ -37,14 +37,14 @@
|
||||||
"@changesets/changelog-github": "^0.5",
|
"@changesets/changelog-github": "^0.5",
|
||||||
"@changesets/cli": "^2.27",
|
"@changesets/cli": "^2.27",
|
||||||
"@figma/eslint-plugin-figma-plugins": "^0.15",
|
"@figma/eslint-plugin-figma-plugins": "^0.15",
|
||||||
"@figma/plugin-typings": "^1.96",
|
"@figma/plugin-typings": "^1.98",
|
||||||
"@trivago/prettier-plugin-sort-imports": "^4.3",
|
"@trivago/prettier-plugin-sort-imports": "^4.3",
|
||||||
"@types/svg-path-parser": "^1.1",
|
"@types/svg-path-parser": "^1.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^7.8",
|
"@typescript-eslint/eslint-plugin": "^7.18",
|
||||||
"@typescript-eslint/parser": "^7.8",
|
"@typescript-eslint/parser": "^7.18",
|
||||||
"@vitejs/plugin-react-swc": "^3.6",
|
"@vitejs/plugin-react-swc": "^3.7",
|
||||||
"concurrently": "^8.2",
|
"concurrently": "^8.2",
|
||||||
"esbuild": "^0.21",
|
"esbuild": "^0.23",
|
||||||
"eslint": "^8.57",
|
"eslint": "^8.57",
|
||||||
"eslint-config-prettier": "^9.1",
|
"eslint-config-prettier": "^9.1",
|
||||||
"eslint-plugin-prettier": "^5.1",
|
"eslint-plugin-prettier": "^5.1",
|
||||||
|
|
Loading…
Reference in a new issue