grafana/packages/jaeger-ui-components/package.json
Josh Hunt 51f5334748
Chore: Update typescript to 4.9.3 (#60538)
* Update typescript to 4.9.3

* Update from typescript changes
2022-12-21 10:25:29 +00:00

61 lines
1.7 KiB
JSON

{
"name": "@jaegertracing/jaeger-ui-components",
"version": "9.4.0-pre",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"scripts": {
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@grafana/tsconfig": "^1.2.0-rc1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.4",
"@testing-library/user-event": "14.4.3",
"@types/deep-freeze": "^0.1.1",
"@types/enzyme": "3.10.12",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "29.2.3",
"@types/lodash": "4.14.187",
"@types/prop-types": "15.7.5",
"@types/react": "17.0.42",
"@types/react-icons": "2.2.7",
"@types/sinon": "^10.0.13",
"@types/slate-react": "0.22.9",
"@types/testing-library__jest-dom": "5.14.5",
"@types/tinycolor2": "1.4.3",
"enzyme": "3.11.0",
"sinon": "14.0.1",
"typescript": "4.9.3"
},
"dependencies": {
"@emotion/css": "11.10.5",
"@grafana/data": "9.4.0-pre",
"@grafana/e2e-selectors": "9.4.0-pre",
"@grafana/runtime": "9.4.0-pre",
"@grafana/ui": "9.4.0-pre",
"chance": "^1.0.10",
"classnames": "^2.2.5",
"combokeys": "^3.0.0",
"copy-to-clipboard": "^3.1.0",
"deep-freeze": "^0.0.1",
"fuzzy": "^0.1.3",
"hoist-non-react-statics": "^3.3.2",
"json-markup": "^1.1.0",
"lodash": "4.17.21",
"lru-memoize": "^1.1.0",
"memoize-one": "6.0.0",
"moment": "2.29.4",
"moment-timezone": "0.5.38",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "2.2.7",
"reselect": "4.1.6",
"tinycolor2": "1.4.2",
"tslib": "2.4.1",
"tween-functions": "^1.2.0"
}
}