@grafana/scenes 4.24.2--canary.757.9283024412.0 → 4.24.3--canary.734.9287358327.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "4.24.2--canary.757.9283024412.0",
3
+ "version": "4.24.3--canary.734.9287358327.0",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "AGPL-3.0-only",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "scripts": {
25
25
  "tsc": "tsc -p ./tsconfig.build.json",
26
- "dev": "yarn clean && yarn build:dev --watch",
26
+ "dev": "yarn build:dev --watch",
27
27
  "build": "rollup -c rollup.config.ts",
28
28
  "build:dev": "yarn build --environment NODE_ENV:development",
29
29
  "clean": "rimraf ./dist ./compiled ./package.tgz",
@@ -56,8 +56,6 @@
56
56
  "@emotion/react": "11.10.5",
57
57
  "@grafana/eslint-config": "5.1.0",
58
58
  "@grafana/tsconfig": "^1.3.0-rc1",
59
- "@rollup/plugin-eslint": "^9.0.3",
60
- "@rollup/plugin-node-resolve": "15.0.1",
61
59
  "@swc/core": "^1.2.162",
62
60
  "@swc/jest": "^0.2.36",
63
61
  "@testing-library/dom": "9.3.4",
@@ -96,7 +94,6 @@
96
94
  "rollup": "2.79.1",
97
95
  "rollup-plugin-dts": "^5.0.0",
98
96
  "rollup-plugin-esbuild": "5.0.0",
99
- "rollup-plugin-fork-ts-checker": "^0.0.6",
100
97
  "rollup-plugin-node-externals": "^5.0.0",
101
98
  "rollup-plugin-svg-import": "^1.6.0",
102
99
  "rxjs": "7.8.1",
@@ -115,5 +112,5 @@
115
112
  "prettier --write"
116
113
  ]
117
114
  },
118
- "gitHead": "c4398c840084bb1145ad00ca915d1543d2ad7b3e"
115
+ "gitHead": "c5e86509c734d73f0cc7d2c6f3a783010639587e"
119
116
  }