@grafana/scenes 4.24.4--canary.716.9299472214.0 → 4.24.4--canary.734.9299631410.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "4.24.4--canary.716.9299472214.0",
3
+ "version": "4.24.4--canary.734.9299631410.0",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "AGPL-3.0-only",
7
- "homepage": "https://github.com/grafana/scenes#readme",
7
+ "homepage": "https://grafana.com/developers/scenes",
8
8
  "main": "dist/index.js",
9
9
  "types": "dist/index.d.ts",
10
10
  "module": "dist/esm/index.js",
@@ -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": "6c2c76115751474a97ece5fdd17bcf776bc9a48f"
115
+ "gitHead": "9dd3a45e6a9c76d0eee155421cfe985cf97c9730"
119
116
  }