@nickaux/form-configurator 1.1.215 → 1.1.217

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nickaux/form-configurator",
3
- "version": "1.1.215",
3
+ "version": "1.1.217",
4
4
  "description": "A React form manager",
5
5
  "type": "module",
6
6
  "main": "dist/FormConfigurator.cjs.js",
@@ -25,7 +25,7 @@
25
25
  "preview": "vite preview",
26
26
  "update-browserslist": "npx browserslist@latest --update-db",
27
27
  "build:publish": "npm run update-browserslist && git add . && git commit -m 'publish_npm' && npm version patch && npm publish",
28
- "watch": "chokidar \"src/**/*.{js,jsx,ts,tsx}\" -c \"npm run build\""
28
+ "watch": "chokidar \"src/**/*.{js,jsx,ts,tsx,scss}\" -c \"npm run build\""
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": "^18.2.0",
@@ -66,6 +66,7 @@
66
66
  "html-react-parser": "^1.2.7",
67
67
  "microbundle": "^0.15.0",
68
68
  "papaparse": "^5.3.2",
69
+ "prettier": "^3.3.3",
69
70
  "react": "^18.3.1",
70
71
  "react-ace": "^10.1.0",
71
72
  "react-app-rewired": "^2.2.1",