Skip to content
This repository was archived by the owner on Apr 1, 2023. It is now read-only.

Updated the multiple package.json dependencies to use v16.8.0 React.js hooks and v16.6.0 features #134

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions template/default/SKIP_PREFLIGHT_CHECK.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SKIP_PREFLIGHT_CHECK=true
10 changes: 5 additions & 5 deletions template/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"peerDependencies": {
"prop-types": "^15.5.4",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
"react": "^^16.8.0",
"react-dom": "^^16.8.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
Expand Down Expand Up @@ -59,9 +59,9 @@
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^3.1.0",
"gh-pages": "^1.2.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts": "^1.1.4",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-scripts": "^2.1.5",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-commonjs": "^9.1.3",
Expand Down
1 change: 1 addition & 0 deletions template/typescript/example/SKIP_PREFLIGHT_CHECK.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SKIP_PREFLIGHT_CHECK=true
6 changes: 3 additions & 3 deletions template/typescript/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"private": true,
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts": "^1.1.4",
"react": "file:../node_modules/react",
"react-dom": "file:../node_modules/react-dom",
"react-scripts": "file:../node_modules/react-scripts",
"{{name}}": "{{#if yarn}}link:..{{else}}file:..{{/if}}"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions template/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"dependencies": {},
"peerDependencies": {
"prop-types": "^15.5.4",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
"react": "^^16.8.0",
"react-dom": "^^16.8.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
Expand All @@ -36,8 +36,8 @@
"@types/react-dom": "^16.0.5",
"cross-env": "^5.1.4",
"gh-pages": "^1.2.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-scripts-ts": "^2.16.0",
"rollup": "^0.62.0",
"rollup-plugin-babel": "^4.0.1",
Expand Down