storyblok / storyblok-fieldtype

Tool for creating custom fieldtypes for Storyblok with babel, browserify and hotreload
12 stars 13 forks source link

Packages upgrade #5

Closed christianzoppi closed 3 years ago

christianzoppi commented 3 years ago

This PR upgrades the packages used by the repo. I've not upgraded to the latest version eslint because one of the packages we use is not supporting that yet and it will throw an error when running npm run serve.

How to test

Try running all the commands available in the readme and make sure they work. Create a new custom field type and paste the code generated with npm run build. Make sure you set the name of the plugin on line 28 in src/Plugin.vue or the plugin won't work. Try also local development environment, please.