Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
diericd committed May 27, 2024
1 parent ef44c40 commit 7412195
Show file tree
Hide file tree
Showing 2 changed files with 1,393 additions and 3,502 deletions.
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,26 @@
"author": "Factry",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.23.9",
"@grafana/e2e": "9.5.3",
"@grafana/e2e-selectors": "9.5.3",
"@babel/core": "^7.24.6",
"@grafana/eslint-config": "^6.0.1",
"@grafana/tsconfig": "1.2.0-rc1",
"@swc/core": "1.3.75",
"@swc/helpers": "^0.5.6",
"@swc/helpers": "^0.5.11",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"@types/debounce-promise": "^3.1.9",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/node": "^18.19.14",
"@types/lodash": "^4.17.4",
"@types/node": "^18.19.33",
"@typescript-eslint/parser": "^5.62.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.10.0",
"css-loader": "^6.11.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-webpack-plugin": "^4.0.1",
"eslint-webpack-plugin": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"glob": "^10.3.10",
"glob": "^10.4.1",
"identity-obj-proxy": "3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand All @@ -52,7 +50,7 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "4.8.4",
"webpack": "^5.90.1",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-livereload-plugin": "^3.0.2"
},
Expand All @@ -65,9 +63,10 @@
"dependencies": {
"@emotion/css": "^11.11.2",
"@grafana/data": "~9.4.17",
"@grafana/plugin-e2e": "^1.2.1",
"@grafana/runtime": "~9.4.17",
"@grafana/ui": "~9.4.17",
"@grafana/schema": "~9.4.17",
"@grafana/ui": "~9.4.17",
"debounce-promise": "^3.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
Loading

0 comments on commit 7412195

Please sign in to comment.