@grafana/scenes 4.26.1--canary.770.9383024969.0 → 4.26.1--canary.734.9385486259.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.26.1--canary.770.9383024969.0",
3
+ "version": "4.26.1--canary.734.9385486259.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",
@@ -37,7 +37,7 @@
37
37
  "url": "https://github.com/grafana/scenes/issues"
38
38
  },
39
39
  "dependencies": {
40
- "@grafana/e2e-selectors": "^11.0.0",
40
+ "@grafana/e2e-selectors": "^10.4.1",
41
41
  "@leeoniya/ufuzzy": "^1.0.14",
42
42
  "react-grid-layout": "1.3.4",
43
43
  "react-use": "17.4.0",
@@ -57,8 +57,6 @@
57
57
  "@emotion/react": "11.10.5",
58
58
  "@grafana/eslint-config": "5.1.0",
59
59
  "@grafana/tsconfig": "^1.3.0-rc1",
60
- "@rollup/plugin-eslint": "^9.0.3",
61
- "@rollup/plugin-node-resolve": "15.0.1",
62
60
  "@swc/core": "^1.2.162",
63
61
  "@swc/jest": "^0.2.36",
64
62
  "@testing-library/dom": "9.3.4",
@@ -97,7 +95,6 @@
97
95
  "rollup": "2.79.1",
98
96
  "rollup-plugin-dts": "^5.0.0",
99
97
  "rollup-plugin-esbuild": "5.0.0",
100
- "rollup-plugin-fork-ts-checker": "^0.0.6",
101
98
  "rollup-plugin-node-externals": "^5.0.0",
102
99
  "rollup-plugin-svg-import": "^1.6.0",
103
100
  "rxjs": "7.8.1",
@@ -116,5 +113,5 @@
116
113
  "prettier --write"
117
114
  ]
118
115
  },
119
- "gitHead": "6270afb6c1d4e38d944919354c078f18e58cfbe5"
116
+ "gitHead": "8ea7389119773bf0ed20ae527059c3729ebe05b9"
120
117
  }