Skip to content

Commit

Permalink
fix(deps): update babel monorepo to v7.16.0 (#321)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Nov 3, 2021
1 parent 3aed9a1 commit 3d246b2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion example/hapi/package.json
Expand Up @@ -33,7 +33,7 @@
"tsbb": "^3.4.4"
},
"dependencies": {
"@babel/runtime": "7.15.4",
"@babel/runtime": "7.16.0",
"@hapi/hapi": "20.2.1"
}
}
2 changes: 1 addition & 1 deletion example/react-component-tsx/package.json
Expand Up @@ -38,7 +38,7 @@
"react-dom": ">=16.9.0"
},
"devDependencies": {
"@babel/runtime": "7.15.4",
"@babel/runtime": "7.16.0",
"@kkt/less-modules": "6.11.0",
"@kkt/raw-modules": "6.11.0",
"@kkt/scope-plugin-options": "6.11.0",
Expand Down
6 changes: 3 additions & 3 deletions example/react-component/package.json
Expand Up @@ -31,9 +31,9 @@
"react-dom": ">=16.7.0"
},
"devDependencies": {
"@babel/plugin-transform-modules-umd": "7.14.5",
"@babel/plugin-transform-runtime": "7.15.8",
"@babel/runtime": "7.15.4",
"@babel/plugin-transform-modules-umd": "7.16.0",
"@babel/plugin-transform-runtime": "7.16.0",
"@babel/runtime": "7.16.0",
"@parcel/transformer-less": "2.0.0",
"@tsbb/babel-preset-tsbb": "1.14.2",
"babel-plugin-transform-remove-imports": "1.7.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/tsbb/package.json
Expand Up @@ -25,14 +25,14 @@
"node.js"
],
"dependencies": {
"@babel/core": "7.15.8",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-decorators": "7.15.8",
"@babel/plugin-proposal-export-default-from": "7.14.5",
"@babel/plugin-transform-runtime": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@babel/core": "7.16.0",
"@babel/plugin-proposal-class-properties": "7.16.0",
"@babel/plugin-proposal-decorators": "7.16.0",
"@babel/plugin-proposal-export-default-from": "7.16.0",
"@babel/plugin-transform-runtime": "7.16.0",
"@babel/preset-env": "7.16.0",
"@babel/preset-react": "7.16.0",
"@babel/preset-typescript": "7.16.0",
"@types/babel__core": "7.1.16",
"@types/fs-extra": "9.0.13",
"@types/jest": "27.0.2",
Expand Down

0 comments on commit 3d246b2

Please sign in to comment.