mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Publish
- babel-plugin-named-asset-import@0.3.4 - babel-preset-react-app@9.0.2 - confusing-browser-globals@1.0.9 - create-react-app@3.1.2 - eslint-config-react-app@5.0.2 - react-app-polyfill@1.0.3 - react-dev-utils@9.0.4 - react-error-overlay@6.0.2 - react-scripts@3.1.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-named-asset-import",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "Babel plugin for named asset imports in Create React App",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-react-app",
|
||||
"version": "9.0.1",
|
||||
"version": "9.0.2",
|
||||
"description": "Babel preset used by Create React App",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "confusing-browser-globals",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"description": "A list of browser globals that are often used by mistake instead of local variables",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-react-app",
|
||||
"version": "3.1.1",
|
||||
"version": "3.1.2",
|
||||
"keywords": [
|
||||
"react"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-config-react-app",
|
||||
"version": "5.0.1",
|
||||
"version": "5.0.2",
|
||||
"description": "ESLint configuration used by Create React App",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -26,6 +26,6 @@
|
||||
"eslint-plugin-react-hooks": "1.x"
|
||||
},
|
||||
"dependencies": {
|
||||
"confusing-browser-globals": "^1.0.8"
|
||||
"confusing-browser-globals": "^1.0.9"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-app-polyfill",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Polyfills for various browsers including commonly used language features",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-dev-utils",
|
||||
"version": "9.0.3",
|
||||
"version": "9.0.4",
|
||||
"description": "Webpack utilities used by Create React App",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -69,7 +69,7 @@
|
||||
"loader-utils": "1.2.3",
|
||||
"open": "^6.3.0",
|
||||
"pkg-up": "2.0.0",
|
||||
"react-error-overlay": "^6.0.1",
|
||||
"react-error-overlay": "^6.0.2",
|
||||
"recursive-readdir": "2.2.2",
|
||||
"shell-quote": "1.7.2",
|
||||
"sockjs-client": "1.4.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-error-overlay",
|
||||
"version": "6.0.1",
|
||||
"version": "6.0.2",
|
||||
"description": "An overlay for displaying stack frames.",
|
||||
"main": "lib/index.js",
|
||||
"sideEffects": false,
|
||||
@@ -40,12 +40,12 @@
|
||||
"babel-eslint": "10.0.3",
|
||||
"babel-jest": "^24.9.0",
|
||||
"babel-loader": "8.0.6",
|
||||
"babel-preset-react-app": "^9.0.1",
|
||||
"babel-preset-react-app": "^9.0.2",
|
||||
"chalk": "^2.4.2",
|
||||
"chokidar": "^2.1.2",
|
||||
"cross-env": "5.2.1",
|
||||
"eslint": "^6.1.0",
|
||||
"eslint-config-react-app": "^5.0.1",
|
||||
"eslint-config-react-app": "^5.0.2",
|
||||
"eslint-plugin-flowtype": "3.13.0",
|
||||
"eslint-plugin-import": "2.18.2",
|
||||
"eslint-plugin-jsx-a11y": "6.2.3",
|
||||
@@ -58,7 +58,7 @@
|
||||
"promise": "8.0.3",
|
||||
"raw-loader": "^1.0.0",
|
||||
"react": "^16.8.4",
|
||||
"react-app-polyfill": "^1.0.2",
|
||||
"react-app-polyfill": "^1.0.3",
|
||||
"react-dom": "^16.8.4",
|
||||
"rimraf": "^2.6.3",
|
||||
"settle-promise": "1.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-scripts",
|
||||
"version": "3.1.1",
|
||||
"version": "3.1.2",
|
||||
"description": "Configuration and scripts for Create React App.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -35,15 +35,15 @@
|
||||
"babel-eslint": "10.0.3",
|
||||
"babel-jest": "^24.9.0",
|
||||
"babel-loader": "8.0.6",
|
||||
"babel-plugin-named-asset-import": "^0.3.3",
|
||||
"babel-preset-react-app": "^9.0.1",
|
||||
"babel-plugin-named-asset-import": "^0.3.4",
|
||||
"babel-preset-react-app": "^9.0.2",
|
||||
"camelcase": "^5.2.0",
|
||||
"case-sensitive-paths-webpack-plugin": "2.2.0",
|
||||
"css-loader": "2.1.1",
|
||||
"dotenv": "6.2.0",
|
||||
"dotenv-expand": "5.1.0",
|
||||
"eslint": "^6.1.0",
|
||||
"eslint-config-react-app": "^5.0.1",
|
||||
"eslint-config-react-app": "^5.0.2",
|
||||
"eslint-loader": "3.0.0",
|
||||
"eslint-plugin-flowtype": "3.13.0",
|
||||
"eslint-plugin-import": "2.18.2",
|
||||
@@ -67,8 +67,8 @@
|
||||
"postcss-normalize": "7.0.1",
|
||||
"postcss-preset-env": "6.7.0",
|
||||
"postcss-safe-parser": "4.0.1",
|
||||
"react-app-polyfill": "^1.0.2",
|
||||
"react-dev-utils": "^9.0.3",
|
||||
"react-app-polyfill": "^1.0.3",
|
||||
"react-dev-utils": "^9.0.4",
|
||||
"resolve": "1.12.0",
|
||||
"resolve-url-loader": "3.1.0",
|
||||
"sass-loader": "7.2.0",
|
||||
|
||||
Reference in New Issue
Block a user