Skip to content

Commit

Permalink
fix(deps): Update babel monorepo (#410)
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 Jan 12, 2024
1 parent eb92b14 commit d909c67
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 142 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -77,7 +77,7 @@
},
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/types": "^7.23.6",
"@microsoft/api-extractor": "^7.39.1",
"@microsoft/tsdoc-config": "^0.16.2",
Expand Down Expand Up @@ -108,7 +108,7 @@
"pretty-bytes": "^5.6.0",
"prompts": "^2.4.2",
"rimraf": "^4.4.1",
"rollup": "^4.9.4",
"rollup": "^4.9.5",
"rollup-plugin-esbuild": "^6.1.0",
"rxjs": "^7.8.1",
"treeify": "^1.1.0",
Expand All @@ -129,15 +129,15 @@
"@types/rimraf": "^3.0.2",
"@types/treeify": "^1.0.3",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"commitizen": "^4.3.0",
"cpx": "^1.5.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "10.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
Expand All @@ -153,7 +153,7 @@
"peerDependencies": {
"typescript": "^4.7 || ^5"
},
"packageManager": "pnpm@8.14.0",
"packageManager": "pnpm@8.14.1",
"engines": {
"node": ">=16.0.0"
},
Expand Down

0 comments on commit d909c67

Please sign in to comment.