Skip to content

Commit

Permalink
chore(deps): update babel monorepo (#387)
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] committed Dec 11, 2023
1 parent 375bb6b commit 62e9b0c
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 412 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
]
},
"dependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/types": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/types": "^7.23.6",
"@microsoft/api-extractor": "^7.38.5",
"@microsoft/tsdoc-config": "^0.16.2",
"@rollup/plugin-alias": "^5.1.0",
Expand Down Expand Up @@ -129,8 +129,8 @@
"@types/rimraf": "^3.0.2",
"@types/treeify": "^1.0.3",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"commitizen": "^4.3.0",
"cpx": "^1.5.0",
"cz-conventional-changelog": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/babel-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"clean": "rimraf dist"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7"
}
}

0 comments on commit 62e9b0c

Please sign in to comment.