Skip to content

Commit

Permalink
docs: update rcre version
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed Apr 28, 2019
1 parent 6ce7b87 commit e1b9454
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -7,5 +7,5 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

[examples/**.{js,ts}]
[examples/**.{json,js,jsx,ts,tsx}]
indent_size = 2
52 changes: 26 additions & 26 deletions examples/call-an-api/package.json
@@ -1,28 +1,28 @@
{
"name": "action-type",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"rcre": "0.20.5",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-scripts": "2.1.8"
},
"devDependencies": {
"typescript": "3.3.3"
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
"name": "action-type",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"rcre": "latest",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-scripts": "2.1.8"
},
"devDependencies": {
"typescript": "3.3.3"
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
52 changes: 26 additions & 26 deletions examples/counter/package.json
@@ -1,28 +1,28 @@
{
"name": "counter",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"rcre": "0.20.5",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-scripts": "2.1.8"
},
"devDependencies": {
"typescript": "3.3.3"
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
"name": "counter",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"rcre": "latest",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-scripts": "2.1.8"
},
"devDependencies": {
"typescript": "3.3.3"
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
52 changes: 26 additions & 26 deletions examples/immutable/package.json
@@ -1,28 +1,28 @@
{
"name": "immutable",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"rcre": "0.20.5",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-scripts": "2.1.8"
},
"devDependencies": {
"typescript": "3.3.3"
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
"name": "immutable",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"rcre": "latest",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-scripts": "2.1.8"
},
"devDependencies": {
"typescript": "3.3.3"
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
2 changes: 1 addition & 1 deletion examples/todos/package.json
Expand Up @@ -5,7 +5,7 @@
"keywords": [],
"main": "src/index.js",
"dependencies": {
"rcre": "0.20.5",
"rcre": "latest",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-scripts": "2.1.8"
Expand Down

0 comments on commit e1b9454

Please sign in to comment.