Skip to content

Commit

Permalink
feat: All babel cli at 7.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Nov 20, 2020
1 parent a77137c commit 387a24a
Show file tree
Hide file tree
Showing 13 changed files with 111 additions and 81 deletions.
3 changes: 2 additions & 1 deletion packages/cozy-authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"example-server": "parcel --port 1234 $(pwd)/examples/index.html"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/cli": "7.12.1",
"@babel/polyfill": "7.12.1",
"babel-preset-cozy-app": "^1.9.3",
"cozy-client": "13.15.1",
"cozy-ui": "35.39.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-device-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lodash": "4.17.19"
},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/cli": "7.12.1",
"@babel/core": "7.12.3",
"babel-jest": "26.6.3",
"babel-preset-cozy-app": "^1.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-doctypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "7.5.5",
"@babel/cli": "7.12.1",
"babel-preset-cozy-app": "^1.9.3",
"btoa": "1.2.1",
"cozy-client": "13.15.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-flags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "jest"
},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/cli": "7.12.1",
"@testing-library/react-hooks": "^3.2.1",
"babel-preset-cozy-app": "^1.9.3",
"jest-localstorage-mock": "2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-harvest-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/cli": "7.12.1",
"@babel/core": "7.12.3",
"@babel/register": "^7.8.3",
"@cozy/cli-tree": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-interapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/cli": "7.12.1",
"@babel/core": "7.12.3",
"babel-jest": "26.6.3",
"babel-preset-cozy-app": "^1.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"cozy-ui": "^35.39.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/cli": "7.12.1",
"@babel/core": "7.12.3",
"babel-jest": "26.6.3",
"babel-plugin-inline-import": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-procedures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"snarkdown": "^1.2.2"
},
"devDependencies": {
"@babel/cli": "7.4.4",
"@babel/cli": "7.12.1",
"@material-ui/core": "3.9.4",
"@material-ui/lab": "^3.0.0-alpha.30",
"babel-plugin-inline-react-svg": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"cozy-client": "^13.15.1"
},
"devDependencies": {
"@babel/cli": "7.4.4",
"@babel/cli": "7.12.1",
"babel-plugin-rewire": "1.2.0",
"babel-preset-cozy-app": "^1.9.3",
"cozy-client": "13.15.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-scanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/cli": "7.12.1",
"@babel/core": "7.12.3",
"@testing-library/jest-dom": "^4.1.2",
"@testing-library/react": "^9.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"redux": "3.7.2"
},
"devDependencies": {
"babel-polyfill": "^6.26.0",
"@babel/polyfill": "7.12.1",
"parcel": "^1.12.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/playgrounds/src/common/App.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'babel-polyfill'
import '@babel/polyfill'
import React from 'react'

import { hashHistory } from 'react-router'
Expand Down

0 comments on commit 387a24a

Please sign in to comment.