@harnessio/yaml-editor 0.14.0 → 0.15.0-beta-1

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": "@harnessio/yaml-editor",
3
- "version": "0.14.0",
3
+ "version": "0.15.0-beta-1",
4
4
  "private": false,
5
5
  "author": "Harness Inc.",
6
6
  "license": "Apache-2.0",
@@ -24,7 +24,7 @@
24
24
  "@babel/preset-react": "^7.24.7",
25
25
  "@babel/preset-typescript": "^7.24.7",
26
26
  "@testing-library/jest-dom": "^5.17.0",
27
- "@testing-library/react": "^13.4.0",
27
+ "@testing-library/react": "^12.1.5",
28
28
  "@testing-library/user-event": "^13.5.0",
29
29
  "@types/jest": "^27.5.2",
30
30
  "@types/node": "^16.18.101",
@@ -62,14 +62,14 @@
62
62
  ]
63
63
  },
64
64
  "scripts": {
65
+ "dev": "vite build --watch",
65
66
  "webpack": "webpack",
66
67
  "build": "vite build",
67
68
  "build:ci": "vite build",
68
- "watch:build": "watch 'pnpm build-yalc' ./src",
69
- "build-yalc": "pnpm build && pnpm yalc-push",
70
- "yalc-push": "yalc push",
69
+ "build:watch": "vite build --watch",
71
70
  "pretty": "prettier --check ./src",
72
71
  "lint": "eslint ./src",
73
- "pre-commit": "lint-staged"
72
+ "pre-commit": "lint-staged",
73
+ "playground": "vite dev --config vite.config.playground.ts"
74
74
  }
75
75
  }