Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - babel-plugin-named-asset-import@0.3.7
 - babel-preset-react-app@10.0.0
 - confusing-browser-globals@1.0.10
 - cra-template-typescript@1.1.0
 - cra-template@1.1.0
 - create-react-app@4.0.0
 - eslint-config-react-app@6.0.0
 - react-app-polyfill@2.0.0
 - react-dev-utils@11.0.0
 - react-error-overlay@6.0.8
 - react-scripts@4.0.0
  • Loading branch information
iansu committed Oct 23, 2020
1 parent 88ca4f6 commit ed95893
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/babel-plugin-named-asset-import/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-named-asset-import",
"version": "0.3.6",
"version": "0.3.7",
"description": "Babel plugin for named asset imports in Create React App",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-react-app/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-react-app",
"version": "9.1.2",
"version": "10.0.0",
"description": "Babel preset used by Create React App",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/confusing-browser-globals/package.json
@@ -1,6 +1,6 @@
{
"name": "confusing-browser-globals",
"version": "1.0.9",
"version": "1.0.10",
"description": "A list of browser globals that are often used by mistake instead of local variables",
"license": "MIT",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template-typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "cra-template-typescript",
"version": "1.0.3",
"version": "1.1.0",
"keywords": [
"react",
"create-react-app",
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template/package.json
@@ -1,6 +1,6 @@
{
"name": "cra-template",
"version": "1.0.3",
"version": "1.1.0",
"keywords": [
"react",
"create-react-app",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-react-app/package.json
@@ -1,6 +1,6 @@
{
"name": "create-react-app",
"version": "3.4.1",
"version": "4.0.0",
"keywords": [
"react"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react-app/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-react-app",
"version": "5.2.1",
"version": "6.0.0",
"description": "ESLint configuration used by Create React App",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,7 +38,7 @@
}
},
"dependencies": {
"confusing-browser-globals": "^1.0.9"
"confusing-browser-globals": "^1.0.10"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-app-polyfill/package.json
@@ -1,6 +1,6 @@
{
"name": "react-app-polyfill",
"version": "1.0.6",
"version": "2.0.0",
"description": "Polyfills for various browsers including commonly used language features",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dev-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dev-utils",
"version": "10.2.1",
"version": "11.0.0",
"description": "webpack utilities used by Create React App",
"repository": {
"type": "git",
Expand Down Expand Up @@ -72,7 +72,7 @@
"loader-utils": "2.0.0",
"open": "^7.0.2",
"pkg-up": "3.1.0",
"react-error-overlay": "^6.0.7",
"react-error-overlay": "^6.0.8",
"recursive-readdir": "2.2.2",
"shell-quote": "1.7.2",
"strip-ansi": "6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-error-overlay/package.json
@@ -1,6 +1,6 @@
{
"name": "react-error-overlay",
"version": "6.0.7",
"version": "6.0.8",
"description": "An overlay for displaying stack frames.",
"main": "lib/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -40,12 +40,12 @@
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.0",
"babel-loader": "8.1.0",
"babel-preset-react-app": "^9.1.2",
"babel-preset-react-app": "^10.0.0",
"chalk": "2.4.2",
"chokidar": "^3.4.3",
"cross-env": "7.0.2",
"eslint": "^7.11.0",
"eslint-config-react-app": "^5.2.1",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
Expand All @@ -61,7 +61,7 @@
"promise": "8.1.0",
"raw-loader": "^4.0.2",
"react": "^17.0.1",
"react-app-polyfill": "^1.0.6",
"react-app-polyfill": "^2.0.0",
"react-dom": "^17.0.1",
"rimraf": "^3.0.2",
"settle-promise": "1.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/react-scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "react-scripts",
"version": "3.4.1",
"version": "4.0.0",
"description": "Configuration and scripts for Create React App.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,16 +36,16 @@
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.0",
"babel-loader": "8.1.0",
"babel-plugin-named-asset-import": "^0.3.6",
"babel-preset-react-app": "^9.1.2",
"babel-plugin-named-asset-import": "^0.3.7",
"babel-preset-react-app": "^10.0.0",
"bfj": "^7.0.2",
"camelcase": "^6.1.0",
"case-sensitive-paths-webpack-plugin": "2.3.0",
"css-loader": "4.3.0",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "^7.11.0",
"eslint-config-react-app": "^5.2.1",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
Expand All @@ -70,8 +70,8 @@
"postcss-normalize": "8.0.1",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "5.0.2",
"react-app-polyfill": "^1.0.6",
"react-dev-utils": "^10.2.1",
"react-app-polyfill": "^2.0.0",
"react-dev-utils": "^11.0.0",
"react-refresh": "^0.8.3",
"resolve": "1.18.1",
"resolve-url-loader": "^3.1.2",
Expand Down

0 comments on commit ed95893

Please sign in to comment.