mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Publish
- babel-preset-react-app@9.0.0 - create-react-app@3.0.1 - eslint-config-react-app@4.0.1 - react-app-polyfill@1.0.1 - react-dev-utils@9.0.1 - react-error-overlay@5.1.6 - react-scripts@3.0.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-react-app",
|
||||
"version": "8.0.0",
|
||||
"version": "9.0.0",
|
||||
"description": "Babel preset used by Create React App",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-react-app",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"keywords": [
|
||||
"react"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-config-react-app",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"description": "ESLint configuration used by Create React App",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-app-polyfill",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Polyfills for various browsers including commonly used language features",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-dev-utils",
|
||||
"version": "9.0.0",
|
||||
"version": "9.0.1",
|
||||
"description": "Webpack utilities used by Create React App",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -69,7 +69,7 @@
|
||||
"loader-utils": "1.2.3",
|
||||
"opn": "5.4.0",
|
||||
"pkg-up": "2.0.0",
|
||||
"react-error-overlay": "^5.1.5",
|
||||
"react-error-overlay": "^5.1.6",
|
||||
"recursive-readdir": "2.2.2",
|
||||
"shell-quote": "1.6.1",
|
||||
"sockjs-client": "1.3.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-error-overlay",
|
||||
"version": "5.1.5",
|
||||
"version": "5.1.6",
|
||||
"description": "An overlay for displaying stack frames.",
|
||||
"main": "lib/index.js",
|
||||
"sideEffects": false,
|
||||
@@ -40,12 +40,12 @@
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-jest": "^24.8.0",
|
||||
"babel-loader": "8.0.5",
|
||||
"babel-preset-react-app": "^8.0.0",
|
||||
"babel-preset-react-app": "^9.0.0",
|
||||
"chalk": "^2.4.2",
|
||||
"chokidar": "^2.1.2",
|
||||
"cross-env": "5.2.0",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-react-app": "^4.0.0",
|
||||
"eslint-config-react-app": "^4.0.1",
|
||||
"eslint-plugin-flowtype": "2.50.1",
|
||||
"eslint-plugin-import": "2.16.0",
|
||||
"eslint-plugin-jsx-a11y": "6.2.1",
|
||||
@@ -58,7 +58,7 @@
|
||||
"promise": "8.0.2",
|
||||
"raw-loader": "^1.0.0",
|
||||
"react": "^16.8.4",
|
||||
"react-app-polyfill": "^1.0.0",
|
||||
"react-app-polyfill": "^1.0.1",
|
||||
"react-dom": "^16.8.4",
|
||||
"rimraf": "^2.6.3",
|
||||
"settle-promise": "1.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-scripts",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"description": "Configuration and scripts for Create React App.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -36,14 +36,14 @@
|
||||
"babel-jest": "^24.8.0",
|
||||
"babel-loader": "8.0.5",
|
||||
"babel-plugin-named-asset-import": "^0.3.2",
|
||||
"babel-preset-react-app": "^8.0.0",
|
||||
"babel-preset-react-app": "^9.0.0",
|
||||
"camelcase": "^5.2.0",
|
||||
"case-sensitive-paths-webpack-plugin": "2.2.0",
|
||||
"css-loader": "2.1.1",
|
||||
"dotenv": "6.2.0",
|
||||
"dotenv-expand": "4.2.0",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-react-app": "^4.0.0",
|
||||
"eslint-config-react-app": "^4.0.1",
|
||||
"eslint-loader": "2.1.2",
|
||||
"eslint-plugin-flowtype": "2.50.1",
|
||||
"eslint-plugin-import": "2.16.0",
|
||||
@@ -67,8 +67,8 @@
|
||||
"postcss-normalize": "7.0.1",
|
||||
"postcss-preset-env": "6.6.0",
|
||||
"postcss-safe-parser": "4.0.1",
|
||||
"react-app-polyfill": "^1.0.0",
|
||||
"react-dev-utils": "^9.0.0",
|
||||
"react-app-polyfill": "^1.0.1",
|
||||
"react-dev-utils": "^9.0.1",
|
||||
"resolve": "1.10.0",
|
||||
"sass-loader": "7.1.0",
|
||||
"semver": "6.0.0",
|
||||
|
||||
Reference in New Issue
Block a user