Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
diegohaz committed Sep 8, 2020
1 parent af73288 commit aaa05f4
Show file tree
Hide file tree
Showing 8 changed files with 1,568 additions and 1,934 deletions.
2 changes: 1 addition & 1 deletion examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "parcel build index.html"
},
"dependencies": {
"constate": "3.0.0",
"constate": "3.0.1",
"parcel-bundler": "1.12.4",
"react": "16.13.1",
"react-dom": "16.13.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "parcel build index.html"
},
"dependencies": {
"constate": "3.0.0",
"constate": "3.0.1",
"parcel-bundler": "1.12.4",
"react": "16.13.1",
"react-dom": "16.13.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "parcel build index.html"
},
"dependencies": {
"constate": "3.0.0",
"constate": "3.0.1",
"parcel-bundler": "1.12.4",
"react": "16.13.1",
"react-color": "2.18.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@types/react": "16.9.49",
"@types/react-dom": "16.9.8",
"constate": "3.0.0",
"constate": "3.0.1",
"parcel-bundler": "1.12.4",
"react": "16.13.1",
"react-dom": "16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/wizard-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "parcel build index.html"
},
"dependencies": {
"constate": "3.0.0",
"constate": "3.0.1",
"parcel-bundler": "1.12.4",
"react": "16.13.1",
"react-dom": "16.13.1"
Expand Down
2,752 changes: 1,334 additions & 1,418 deletions examples/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"react-dom": "16.13.1",
"react-test-renderer": "16.13.1",
"rimraf": "3.0.2",
"rollup": "2.26.10",
"rollup": "2.26.11",
"rollup-plugin-ignore": "1.0.9",
"rollup-plugin-terser": "7.0.2",
"standard-version": "9.0.0",
Expand Down
738 changes: 228 additions & 510 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit aaa05f4

Please sign in to comment.