tweakpane-plugin-file-import
Advanced tools
Comparing version 0.1.4 to 0.1.6
@@ -0,0 +0,0 @@ Copyright (c) 2021 cocopon <cocopon@me.com> |
{ | ||
"name": "tweakpane-plugin-file-import", | ||
"version": "0.1.4", | ||
"version": "0.1.6", | ||
"description": "A general-purpose and simple file input Tweakpane plugin", | ||
@@ -40,6 +40,6 @@ "homepage": "https://github.com/LuchoTurtle/tweakpane-plugin-file-import", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.2", | ||
"@rollup/plugin-alias": "^3.1.2", | ||
"@rollup/plugin-node-resolve": "^13.0.0", | ||
"@rollup/plugin-replace": "^2.4.1", | ||
"@rollup/plugin-typescript": "^8.2.0", | ||
"@rollup/plugin-alias": "^5.0.1", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-replace": "^5.0.5", | ||
"@rollup/plugin-typescript": "^11.1.5", | ||
"@tweakpane/core": "^1.1.4", | ||
@@ -52,9 +52,9 @@ "@types/jsdom": "^21.1.1", | ||
"eslint": "^8.42.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"install": "^0.13.0", | ||
"jsdom": "^22.1.0", | ||
"jsdom": "^23.0.1", | ||
"mocha": "^10.2.0", | ||
"npm": "^9.6.7", | ||
"npm": "^10.2.4", | ||
"npm-run-all": "^4.1.5", | ||
@@ -64,4 +64,4 @@ "nyc": "^15.1.0", | ||
"postcss": "^8.2.6", | ||
"prettier": "2.8.8", | ||
"release-it": "^15.10.5", | ||
"prettier": "3.1.0", | ||
"release-it": "^17.0.0", | ||
"rimraf": "^3.0.2", | ||
@@ -73,3 +73,3 @@ "rollup": "^2.39.1", | ||
"ts-mocha": "^10.0.0", | ||
"typescript": "^4.1.5" | ||
"typescript": "^5.3.2" | ||
}, | ||
@@ -76,0 +76,0 @@ "peerDependencies": { |
@@ -11,6 +11,14 @@ # `tweakpane-plugin-file-import` | ||
> [!WARNING] | ||
> | ||
> This branch pertains the `v0` of this package. | ||
> This version is meant to add support to those that still use `Tweakpane v3`. | ||
> | ||
> If you are using `Tweakpane v4` (which you should upgrade to), | ||
> go ahead and check out the `main` branch | ||
> and install the latest version of this package. | ||
# Installation | ||
You need [Tweakpane](https://github.com/cocopon/tweakpane) to install this plugin. | ||
You need [Tweakpane v3](https://github.com/cocopon/tweakpane) to install this plugin. | ||
@@ -17,0 +25,0 @@ You may use https://unpkg.com/tweakpane-plugin-file-import to get the latest version |
46745
126