Skip to content

Commit

Permalink
update deps and remove unneeded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwcyu committed Jul 2, 2024
1 parent 04869f8 commit 0b1ce09
Show file tree
Hide file tree
Showing 2 changed files with 1,674 additions and 3,315 deletions.
87 changes: 34 additions & 53 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,79 +24,60 @@
"author": "Grafana Labs <[email protected]> (https://grafana.com)",
"license": "Apache-2.0",
"dependencies": {
"@grafana/experimental": "1.7.3",
"@emotion/css": "11.10.6",
"@grafana/data": "^10.4.0",
"@grafana/experimental": "1.7.12",
"@grafana/runtime": "^10.4.0",
"@grafana/ui": "^10.4.0",
"@grafana/schema": "^10.4.0",
"@grafana/ui": "^10.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tslib": "2.5.3"
"tslib": "2.6.3"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@emotion/css": "^11.1.3",
"@babel/core": "^7.24.7",
"@grafana/aws-sdk": "0.4.0",
"@grafana/data": "10.2.0",
"@grafana/eslint-config": "^7.0.0",
"@grafana/plugin-e2e": "^1.3.1",
"@grafana/runtime": "10.2.0",
"@grafana/tsconfig": "^1.2.0-rc1",
"@grafana/ui": "10.2.0",
"@playwright/test": "^1.42.0",
"@grafana/plugin-e2e": "^1.6.0",
"@grafana/tsconfig": "^1.3.0-rc1",
"@playwright/test": "^1.45.1",
"@swc/core": "^1.3.90",
"@swc/helpers": "^0.5.0",
"@swc/helpers": "^0.5.11",
"@swc/jest": "^0.2.26",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/glob": "^8.0.0",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.194",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.6",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"copy-webpack-plugin": "^11.0.0",
"cspell": "8.0.0",
"css-loader": "^6.7.3",
"eslint": "8.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsdoc": "^39.6.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^4.0.1",
"fork-ts-checker-webpack-plugin": "9.0.2",
"glob": "^10.2.7",
"@types/react-router-dom": "^5.2.0",
"copy-webpack-plugin": "^12.0.2",
"cspell": "^8.10.0",
"css-loader": "^7.1.2",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-webpack-plugin": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"glob": "^10.4.2",
"identity-obj-proxy": "3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"lodash": "latest",
"prettier": "^2.8.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"lodash": "^4.17.21",
"prettier": "^3.3.2",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass": "1.63.2",
"sass-loader": "13.3.1",
"style-loader": "3.3.3",
"swc-loader": "^0.2.3",
"ts-node": "^10.9.1",
"sass": "1.77.6",
"sass-loader": "14.2.1",
"style-loader": "4.0.0",
"swc-loader": "^0.2.6",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tslib": "2.2.0",
"typescript": "4.8.4",
"webpack": "^5.86.0",
"typescript": "5.5.3",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-livereload-plugin": "^3.0.2",
"@types/react-router-dom": "^5.2.0",
"@types/testing-library__jest-dom": "5.14.8",
"eslint-plugin-deprecation": "^2.0.0"
"webpack-livereload-plugin": "^3.0.2"
},
"resolutions": {
"rxjs": "6.6.3",
"cosmiconfig": "8.3.6",
"debug": "2.6.9",
"underscore": "1.12.1"
"cosmiconfig": "8.3.6"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 0b1ce09

Please sign in to comment.