mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
4f7920da06
* Update dependency @testing-library/dom to v8.19.0 * refresh lockfile * fix unit tests * Revert "fix unit tests" This reverts commiteb40f3207a
. * Revert "refresh lockfile" This reverts commitc0cd5822da
. * ensure a consistent version of @testing-library/dom Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
84 lines
2.3 KiB
JSON
84 lines
2.3 KiB
JSON
{
|
|
"author": "Grafana Labs",
|
|
"license": "Apache-2.0",
|
|
"name": "@grafana/runtime",
|
|
"version": "9.4.0-pre",
|
|
"description": "Grafana Runtime Library",
|
|
"keywords": [
|
|
"grafana",
|
|
"typescript"
|
|
],
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/grafana/grafana.git",
|
|
"directory": "packages/grafana-runtime"
|
|
},
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"publishConfig": {
|
|
"main": "dist/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"./README.md",
|
|
"./CHANGELOG.md",
|
|
"LICENSE_APACHE2"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -p ./tsconfig.build.json && rollup -c rollup.config.ts",
|
|
"bundle": "rollup -c rollup.config.ts",
|
|
"clean": "rimraf ./dist ./compiled ./package.tgz",
|
|
"typecheck": "tsc --emitDeclarationOnly false --noEmit",
|
|
"prepack": "cp package.json package.json.bak && node ../../scripts/prepare-packagejson.js",
|
|
"postpack": "mv package.json.bak package.json"
|
|
},
|
|
"dependencies": {
|
|
"@grafana/data": "9.4.0-pre",
|
|
"@grafana/e2e-selectors": "9.4.0-pre",
|
|
"@grafana/faro-web-sdk": "1.0.0-beta2",
|
|
"@grafana/ui": "9.4.0-pre",
|
|
"@sentry/browser": "6.19.7",
|
|
"history": "4.10.1",
|
|
"lodash": "4.17.21",
|
|
"rxjs": "7.5.7",
|
|
"systemjs": "0.20.19",
|
|
"tslib": "2.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/tsconfig": "^1.2.0-rc1",
|
|
"@rollup/plugin-commonjs": "23.0.2",
|
|
"@rollup/plugin-node-resolve": "15.0.1",
|
|
"@testing-library/dom": "8.19.0",
|
|
"@testing-library/react": "12.1.4",
|
|
"@testing-library/react-hooks": "8.0.1",
|
|
"@testing-library/user-event": "14.4.3",
|
|
"@types/angular": "1.8.4",
|
|
"@types/history": "4.7.11",
|
|
"@types/jest": "29.2.3",
|
|
"@types/lodash": "4.14.187",
|
|
"@types/react": "17.0.42",
|
|
"@types/react-dom": "17.0.14",
|
|
"@types/systemjs": "^0.20.6",
|
|
"esbuild": "0.16.7",
|
|
"lodash": "4.17.21",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"rimraf": "3.0.2",
|
|
"rollup": "2.79.1",
|
|
"rollup-plugin-dts": "^5.0.0",
|
|
"rollup-plugin-esbuild": "5.0.0",
|
|
"rollup-plugin-node-externals": "^5.0.0",
|
|
"rollup-plugin-sourcemaps": "0.6.3",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"typescript": "4.8.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
}
|
|
}
|