diff --git a/.gitattributes b/.gitattributes index e5fb5000861..0a1d6b40910 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,7 @@ # Always use unix style line-endings * text eol=lf +*.jpeg binary +*.jpg binary +*.png binary +*.wasm binary +*.woff2 binary diff --git a/packages/core/parcel-bundler/package.json b/packages/core/parcel-bundler/package.json index 31a5c9848dd..427eb23c2f8 100644 --- a/packages/core/parcel-bundler/package.json +++ b/packages/core/parcel-bundler/package.json @@ -15,13 +15,13 @@ "index.js" ], "dependencies": { - "@babel/code-frame": "^7.0.0 <7.4.0", + "@babel/code-frame": "^7.0.0", "@babel/core": "^7.4.4", "@babel/generator": "^7.4.4", "@babel/parser": "^7.4.4", "@babel/plugin-transform-flow-strip-types": "^7.4.4", "@babel/plugin-transform-modules-commonjs": "^7.4.4", - "@babel/plugin-transform-react-jsx": "^7.0.0 <7.4.0", + "@babel/plugin-transform-react-jsx": "^7.0.0", "@babel/preset-env": "^7.4.4", "@babel/runtime": "^7.4.4", "@babel/template": "^7.4.4", @@ -76,8 +76,8 @@ }, "devDependencies": { "@babel/cli": "^7.4.4", - "@babel/plugin-syntax-export-default-from": "^7.0.0 <7.4.0", - "@babel/plugin-syntax-export-namespace-from": "^7.0.0 <7.4.0", + "@babel/plugin-syntax-export-default-from": "^7.0.0", + "@babel/plugin-syntax-export-namespace-from": "^7.0.0", "@babel/plugin-transform-runtime": "^7.4.4", "@babel/preset-flow": "^7.0.0 <7.4.0", "@parcel/babel-register": "^1.11.0 <7.4.0", diff --git a/yarn.lock b/yarn.lock index 2d543b0e45a..3cd69d7a5f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19,7 +19,7 @@ optionalDependencies: chokidar "^2.0.4" -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.0.0 <7.4.0": +"@babel/code-frame@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8" integrity sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA== @@ -292,14 +292,14 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-syntax-export-default-from@^7.0.0 <7.4.0": +"@babel/plugin-syntax-export-default-from@^7.0.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.2.0.tgz#edd83b7adc2e0d059e2467ca96c650ab6d2f3820" integrity sha512-c7nqUnNST97BWPtoe+Ssi+fJukc9P9/JMZ71IOMNQWza2E+Psrd46N6AEvtw6pqK+gt7ChjXyrw4SPDO79f3Lw== dependencies: "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-syntax-export-namespace-from@^7.0.0 <7.4.0": +"@babel/plugin-syntax-export-namespace-from@^7.0.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.2.0.tgz#8d257838c6b3b779db52c0224443459bd27fb039" integrity sha512-1zGA3UNch6A+A11nIzBVEaE3DDJbjfB+eLIcf0GGOh/BJr/8NxL3546MGhV/r0RhH4xADFIEso39TKCfEMlsGA== @@ -532,7 +532,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-transform-react-jsx@^7.0.0 <7.4.0": +"@babel/plugin-transform-react-jsx@^7.0.0": version "7.3.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.3.0.tgz#f2cab99026631c767e2745a5368b331cfe8f5290" integrity sha512-a/+aRb7R06WcKvQLOu4/TpjKOdvVEKRLWFpKcNuHhiREPgGRB4TQJxq07+EZLS8LFVYpfq1a5lDUnuMdcCpBKg==