Skip to content

Commit

Permalink
Bump version: 0.4.0 -> 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Apr 10, 2020
1 parent 9cfbfb6 commit d696552
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 81 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-suspender",
"version": "0.4.0",
"version": "0.4.1",
"description": "Execute asynchronous actions with React.Suspense",
"keywords": [
"react-suspense",
Expand All @@ -23,21 +23,21 @@
"types": "use-suspender.d.ts",
"devDependencies": {
"@octetstream/eslint-config": "4.0.0",
"@size-limit/preset-small-lib": "4.4.2",
"@size-limit/preset-small-lib": "4.4.5",
"@testing-library/react-hooks": "3.2.1",
"ava": "3.5.2",
"ava": "3.6.0",
"codecov": "3.6.5",
"eslint": "6.8.0",
"eslint-plugin-ava": "10.2.0",
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-react": "7.19.0",
"husky": "4.2.3",
"lint-staged": "10.1.1",
"nyc": "15.0.0",
"husky": "4.2.5",
"lint-staged": "10.1.3",
"nyc": "15.0.1",
"react": "16.13.1",
"react-test-renderer": "16.13.1",
"sinon": "9.0.1",
"size-limit": "4.4.2"
"sinon": "9.0.2",
"size-limit": "4.4.5"
},
"dependencies": {
"fast-deep-equal": "3.1.1"
Expand Down
Loading

0 comments on commit d696552

Please sign in to comment.