Skip to content

Commit

Permalink
Merge pull request #51 from grafana/bump-several-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k authored Nov 13, 2024
2 parents 2bcbbb9 + 1f07ea4 commit ab5129a
Show file tree
Hide file tree
Showing 5 changed files with 707 additions and 397 deletions.
2 changes: 1 addition & 1 deletion docusaurus/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.0",
"@tsconfig/docusaurus": "^1.0.5",
"typescript": "^5.4.3"
"typescript": "^5.6.3"
},
"browserslist": {
"production": [
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"docusaurus/website"
],
"devDependencies": {
"@auto-it/omit-commits": "^11.0.7",
"@auto-it/released": "^11.0.7",
"@auto-it/omit-commits": "^11.3.0",
"@auto-it/released": "^11.3.0",
"@testing-library/react": "^14.1.2",
"auto": "^11.0.7",
"lerna": "^6.5.1",
"lint-staged": "^13.2.0"
"auto": "^11.3.0",
"lerna": "^6.6.2",
"lint-staged": "^13.3.0"
}
}
46 changes: 23 additions & 23 deletions packages/scenes-ml-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"sign": "npx --yes @grafana/sign-plugin@latest"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@grafana/e2e": "10.3.3",
"@grafana/e2e-selectors": "10.4.1",
"@babel/core": "^7.26.0",
"@grafana/e2e": "10.4.12",
"@grafana/e2e-selectors": "10.4.12",
"@grafana/eslint-config": "^7.0.0",
"@grafana/plugin-meta-extractor": "^0.0.2",
"@grafana/tsconfig": "1.3.0-rc1",
Expand All @@ -40,28 +40,28 @@
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-jsdoc": "^36.1.0",
"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",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-webpack-plugin": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"glob": "^10.2.7",
"glob": "^10.4.5",
"identity-obj-proxy": "3.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.7",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^2.8.8",
"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",
"sass-loader": "13.3.3",
"style-loader": "3.3.4",
"swc-loader": "^0.2.6",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.3",
"webpack": "^5.86.0",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-livereload-plugin": "^3.0.2"
},
Expand All @@ -72,18 +72,18 @@
"node": ">=20"
},
"dependencies": {
"@emotion/css": "11.10.6",
"@grafana/data": "^10.4.1",
"@grafana/runtime": "^10.4.1",
"@grafana/scenes": "^5.3.0",
"@emotion/css": "11.13.4",
"@grafana/data": "^10.4.12",
"@grafana/runtime": "^10.4.12",
"@grafana/scenes": "^5.24.0",
"@grafana/scenes-ml": "workspace:*",
"@grafana/schema": "^10.4.1",
"@grafana/ui": "^10.4.1",
"@grafana/schema": "^10.4.12",
"@grafana/ui": "^10.4.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^5.2.0",
"rxjs": "7.8.1",
"tslib": "2.5.3"
"tslib": "2.8.1"
},
"lint-staged": {
"*.{js,ts,tsx}": [
Expand Down
36 changes: 18 additions & 18 deletions packages/scenes-ml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@
"react-dom": "^18.0.0"
},
"devDependencies": {
"@emotion/css": "11.10.5",
"@emotion/react": "11.10.5",
"@grafana/data": "^10.0.3",
"@emotion/css": "11.13.4",
"@emotion/react": "11.13.3",
"@grafana/data": "^10.4.12",
"@grafana/eslint-config": "5.1.0",
"@grafana/runtime": "^10.0.3",
"@grafana/schema": "^10.0.3",
"@grafana/runtime": "^10.4.12",
"@grafana/schema": "^10.4.12",
"@grafana/tsconfig": "^1.3.0-rc1",
"@grafana/ui": "^10.0.3",
"@rollup/plugin-eslint": "^9.0.3",
"@rollup/plugin-node-resolve": "15.0.1",
"@grafana/ui": "^10.4.12",
"@rollup/plugin-eslint": "^9.0.5",
"@rollup/plugin-node-resolve": "15.3.0",
"@swc/core": "^1.2.162",
"@swc/jest": "^0.2.36",
"@testing-library/dom": "9.3.4",
Expand All @@ -82,32 +82,32 @@
"@typescript-eslint/parser": "^4.33.0",
"esbuild": "^0.14.47",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-jsdoc": "^36.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-matcher-utils": "29.7.0",
"lodash": "4.17.21",
"prettier": "2.5.1",
"prettier": "2.8.8",
"react-router-dom": "^5.2.0",
"react-select-event": "^5.5.1",
"rimraf": "^3.0.2",
"rollup": "2.79.2",
"rollup-plugin-dts": "^4.2.3",
"rollup-plugin-esbuild": "5.0.0",
"rollup-plugin-fork-ts-checker": "^0.0.6",
"rollup-plugin-node-externals": "^5.0.0",
"rollup-plugin-node-externals": "^5.1.3",
"rollup-plugin-svg-import": "^1.6.0",
"rxjs": "7.8.1",
"ts-jest": "29.1.2",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tsc-watch": "^4.5.0",
"tslib": "2.6.2",
"typescript": "5.4.3"
"tsc-watch": "^4.6.2",
"tslib": "2.8.1",
"typescript": "5.6.3"
},
"lint-staged": {
"*.{js,ts,tsx}": [
Expand Down
Loading

0 comments on commit ab5129a

Please sign in to comment.