Skip to content

Commit

Permalink
Update auto-merged devDependencies (#1427)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent 9c58c18 commit 0ce3ca0
Show file tree
Hide file tree
Showing 7 changed files with 186 additions and 199 deletions.
2 changes: 1 addition & 1 deletion docusaurus/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@docusaurus/module-type-aliases": "^3.6.3",
"@docusaurus/tsconfig": "^3.6.3",
"raw-loader": "^4.0.2",
"typescript": "^5.2.2"
"typescript": "^5.7.2"
},
"browserslist": {
"production": [
Expand Down
337 changes: 162 additions & 175 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,25 @@
"@auto-it/omit-commits": "11.3.0",
"@auto-it/slack": "11.3.0",
"@grafana/eslint-config": "^8.0.0",
"@swc/core": "^1.2.162",
"@tsconfig/node20": "^20.1.2",
"@tsconfig/recommended": "^1.0.1",
"@swc/core": "^1.10.4",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/recommended": "^1.0.8",
"@types/node": "22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"auto": "11.3.0",
"eslint": "^9.0.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"husky": "^9.1.4",
"lerna": "^8.0.0",
"lint-staged": "^15.2.8",
"nodemon": "^3.0.1",
"husky": "^9.1.7",
"lerna": "^8.1.9",
"lint-staged": "^15.3.0",
"nodemon": "^3.1.9",
"prettier": "3.4.2",
"typescript": "^5.2.2",
"vitest": "^2.0.0"
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=20"
Expand Down
14 changes: 7 additions & 7 deletions packages/create-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"which": "^5.0.0"
},
"devDependencies": {
"@types/glob": "^8.0.0",
"@types/marked-terminal": "^6.0.1",
"@types/minimist": "^1.2.2",
"@types/semver": "^7.3.9",
"@types/which": "^3.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^5.0.0"
"@types/glob": "^8.1.0",
"@types/marked-terminal": "^6.1.1",
"@types/minimist": "^1.2.5",
"@types/semver": "^7.5.8",
"@types/which": "^3.0.4",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0"
},
"overrides": {
"@types/marked-terminal": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"@playwright/test": "^1.41.2"
},
"devDependencies": {
"@playwright/test": "^1.47.0",
"@playwright/test": "^1.49.1",
"@types/uuid": "^10.0.0",
"dotenv": "^16.3.1"
"dotenv": "^16.4.7"
},
"dependencies": {
"@grafana/e2e-selectors": "^11.5.0-214310",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-meta-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@grafana/data": "^11.3.0-199826",
"@types/node": "^22.0.0",
"@types/node": "^22.10.2",
"react": "^18.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/sign-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"proxy-agent": "6.5.0"
},
"devDependencies": {
"@types/minimist": "^1.2.2"
"@types/minimist": "^1.2.5"
},
"nodemonConfig": {
"watch": [
Expand Down

0 comments on commit 0ce3ca0

Please sign in to comment.