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.6 - babel-preset-react-app@9.1.1 - cra-template-typescript@1.0.1 - cra-template@1.0.1 - create-react-app@3.3.1 - eslint-config-react-app@5.2.0 - react-app-polyfill@1.0.6 - react-dev-utils@10.1.0 - react-error-overlay@6.0.5 - react-scripts@3.3.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-named-asset-import",
|
||||
"version": "0.3.5",
|
||||
"version": "0.3.6",
|
||||
"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.1.0",
|
||||
"version": "9.1.1",
|
||||
"description": "Babel preset used by Create React App",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cra-template-typescript",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"keywords": [
|
||||
"react",
|
||||
"create-react-app",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cra-template",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"keywords": [
|
||||
"react",
|
||||
"create-react-app",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-react-app",
|
||||
"version": "3.3.0",
|
||||
"version": "3.3.1",
|
||||
"keywords": [
|
||||
"react"
|
||||
],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-config-react-app",
|
||||
"version": "5.1.0",
|
||||
"version": "5.2.0",
|
||||
"description": "ESLint configuration used by Create React App",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-app-polyfill",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"description": "Polyfills for various browsers including commonly used language features",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-dev-utils",
|
||||
"version": "10.0.0",
|
||||
"version": "10.1.0",
|
||||
"description": "Webpack utilities used by Create React App",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -69,7 +69,7 @@
|
||||
"loader-utils": "1.2.3",
|
||||
"open": "^6.4.0",
|
||||
"pkg-up": "3.1.0",
|
||||
"react-error-overlay": "^6.0.4",
|
||||
"react-error-overlay": "^6.0.5",
|
||||
"recursive-readdir": "2.2.2",
|
||||
"shell-quote": "1.7.2",
|
||||
"strip-ansi": "6.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-error-overlay",
|
||||
"version": "6.0.4",
|
||||
"version": "6.0.5",
|
||||
"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.1.0",
|
||||
"babel-preset-react-app": "^9.1.1",
|
||||
"chalk": "3.0.0",
|
||||
"chokidar": "^3.3.0",
|
||||
"cross-env": "6.0.3",
|
||||
"eslint": "^6.1.0",
|
||||
"eslint-config-react-app": "^5.1.0",
|
||||
"eslint-config-react-app": "^5.2.0",
|
||||
"eslint-plugin-flowtype": "4.5.2",
|
||||
"eslint-plugin-import": "2.20.0",
|
||||
"eslint-plugin-jsx-a11y": "6.2.3",
|
||||
@@ -58,7 +58,7 @@
|
||||
"promise": "8.0.3",
|
||||
"raw-loader": "^3.1.0",
|
||||
"react": "^16.12.0",
|
||||
"react-app-polyfill": "^1.0.5",
|
||||
"react-app-polyfill": "^1.0.6",
|
||||
"react-dom": "^16.12.0",
|
||||
"rimraf": "^3.0.0",
|
||||
"settle-promise": "1.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-scripts",
|
||||
"version": "3.3.0",
|
||||
"version": "3.3.1",
|
||||
"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.5",
|
||||
"babel-preset-react-app": "^9.1.0",
|
||||
"babel-plugin-named-asset-import": "^0.3.6",
|
||||
"babel-preset-react-app": "^9.1.1",
|
||||
"camelcase": "^5.3.1",
|
||||
"case-sensitive-paths-webpack-plugin": "2.3.0",
|
||||
"css-loader": "3.4.2",
|
||||
"dotenv": "8.2.0",
|
||||
"dotenv-expand": "5.1.0",
|
||||
"eslint": "^6.6.0",
|
||||
"eslint-config-react-app": "^5.1.0",
|
||||
"eslint-config-react-app": "^5.2.0",
|
||||
"eslint-loader": "3.0.3",
|
||||
"eslint-plugin-flowtype": "4.6.0",
|
||||
"eslint-plugin-import": "2.20.0",
|
||||
@@ -66,8 +66,8 @@
|
||||
"postcss-normalize": "8.0.1",
|
||||
"postcss-preset-env": "6.7.0",
|
||||
"postcss-safe-parser": "4.0.1",
|
||||
"react-app-polyfill": "^1.0.5",
|
||||
"react-dev-utils": "^10.0.0",
|
||||
"react-app-polyfill": "^1.0.6",
|
||||
"react-dev-utils": "^10.1.0",
|
||||
"resolve": "1.15.0",
|
||||
"resolve-url-loader": "3.1.1",
|
||||
"sass-loader": "8.0.2",
|
||||
|
||||
Reference in New Issue
Block a user