Navigation Menu

Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - babel-plugin-named-asset-import@0.3.8
 - babel-preset-react-app@10.0.1
 - confusing-browser-globals@1.0.11
 - cra-template-typescript@1.1.3
 - cra-template@1.1.3
 - create-react-app@5.0.0
 - eslint-config-react-app@7.0.0
 - react-app-polyfill@3.0.0
 - react-dev-utils@12.0.0
 - react-error-overlay@6.0.10
 - react-scripts@5.0.0
  • Loading branch information
iansu committed Dec 14, 2021
1 parent 6a3315b commit 221e511
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 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.7",
"version": "0.3.8",
"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": "10.0.0",
"version": "10.0.1",
"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.10",
"version": "1.0.11",
"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.1.2",
"version": "1.1.3",
"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.1.2",
"version": "1.1.3",
"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": "4.0.3",
"version": "5.0.0",
"keywords": [
"react"
],
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-react-app/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-react-app",
"version": "6.0.0",
"version": "7.0.0",
"description": "ESLint configuration used by Create React App",
"repository": {
"type": "git",
Expand All @@ -25,8 +25,8 @@
"@rushstack/eslint-patch": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"babel-preset-react-app": "^10.0.0",
"confusing-browser-globals": "^1.0.10",
"babel-preset-react-app": "^10.0.1",
"confusing-browser-globals": "^1.0.11",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-app-polyfill/package.json
@@ -1,6 +1,6 @@
{
"name": "react-app-polyfill",
"version": "2.0.0",
"version": "3.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": "11.0.4",
"version": "12.0.0",
"description": "webpack utilities used by Create React App",
"repository": {
"type": "git",
Expand Down Expand Up @@ -71,7 +71,7 @@
"open": "^8.4.0",
"pkg-up": "^3.1.0",
"prompts": "^2.4.2",
"react-error-overlay": "^6.0.9",
"react-error-overlay": "^6.0.10",
"recursive-readdir": "^2.2.2",
"shell-quote": "^1.7.3",
"strip-ansi": "^6.0.1",
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.9",
"version": "6.0.10",
"description": "An overlay for displaying stack frames.",
"main": "lib/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -40,12 +40,12 @@
"anser": "^2.1.0",
"babel-jest": "^27.4.2",
"babel-loader": "^8.2.3",
"babel-preset-react-app": "^10.0.0",
"babel-preset-react-app": "^10.0.1",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
"cross-env": "^7.0.3",
"eslint": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-config-react-app": "^7.0.0",
"flow-bin": "^0.116.0",
"html-entities": "^2.3.2",
"jest": "^27.4.3",
Expand All @@ -54,7 +54,7 @@
"promise": "^8.1.0",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-app-polyfill": "^2.0.0",
"react-app-polyfill": "^3.0.0",
"react-dom": "^17.0.2",
"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": "4.0.3",
"version": "5.0.0",
"description": "Configuration and scripts for Create React App.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,8 +33,8 @@
"@svgr/webpack": "^5.5.0",
"babel-jest": "^27.4.2",
"babel-loader": "^8.2.3",
"babel-plugin-named-asset-import": "^0.3.7",
"babel-preset-react-app": "^10.0.0",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
"bfj": "^7.0.2",
"browserslist": "^4.18.1",
"camelcase": "^6.2.1",
Expand All @@ -44,7 +44,7 @@
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"eslint": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-config-react-app": "^7.0.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.0",
Expand All @@ -60,8 +60,8 @@
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.0.1",
"prompts": "^2.4.2",
"react-app-polyfill": "^2.0.0",
"react-dev-utils": "^11.0.4",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.0",
"react-refresh": "^0.11.0",
"resolve": "^1.20.0",
"resolve-url-loader": "^4.0.0",
Expand Down

0 comments on commit 221e511

Please sign in to comment.