Skip to content

Commit

Permalink
merge-main
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvatorePreviti committed Sep 27, 2024
2 parents e1b604d + 66165fa commit 52d3207
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 87 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@
"@babel/template": "7.22.15",
"@babel/traverse": "7.23.2",
"@babel/types": "7.23.0",
"@types/glob": "8.1.0",
"@types/glob": "^8.1.0",
"@types/estree": "^1.0.6",
"@types/hast": "^3.0.4",
"@types/minimatch": "^5.1.2",
"@types/mdast": "^4.0.4",
"@types/node": "22.7.3",
"@types/unist": "^3.0.3",
"glob": "11.0.0",
"prettier": "3.3.3",
"typedoc": "^0.26.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/build-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "eslint --ext js,cjs,mjs,ts ."
},
"dependencies": {
"@types/node": "22.4.1",
"@types/node": "22.7.3",
"@types/react": "18.3.3",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@ag-grid-devtools/worker-utils": "workspace:*",
"@types/diff": "5.2.2",
"@types/graceful-fs": "4.1.9",
"@types/node": "22.4.1",
"@types/node": "22.7.3",
"@types/semver": "7.5.8",
"diff": "5.2.0",
"glob": "11.0.0",
Expand Down
Loading

0 comments on commit 52d3207

Please sign in to comment.