Skip to content

Commit 759e5bb

Browse files
committed
0.4.0
* Adding async state support * Exposing LAZY_LOAD reducer for extra control
1 parent 2eeb260 commit 759e5bb

14 files changed

Lines changed: 706 additions & 278 deletions

File tree

package-lock.json

Lines changed: 118 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,24 +84,26 @@
8484
"@pika/plugin-copy-assets": "^0.6.0",
8585
"@pika/plugin-ts-standard-pkg": "^0.6.0",
8686
"@testing-library/jest-dom": "^4.1.0",
87-
"@testing-library/react": "^9.1.3",
88-
"@testing-library/react-hooks": "^2.0.1",
87+
"@testing-library/react": "^9.3.0",
88+
"@testing-library/react-hooks": "^2.0.3",
89+
"@types/bluebird": "^3.5.27",
8990
"@types/jest": "^24.0.18",
9091
"@types/react": "=16.9.1",
91-
"@types/react-dom": "^16.9.0",
92-
"@typescript-eslint/parser": "^2.0.0",
92+
"@types/react-dom": "^16.9.1",
93+
"@typescript-eslint/parser": "^2.3.2",
94+
"bluebird": "^3.7.0",
9395
"coveralls": "^3.0.6",
94-
"eslint": "^6.4.0",
96+
"eslint": "^6.5.1",
9597
"flowgen": "^1.10.0",
9698
"jest": "^24.9.0",
9799
"pika-plugin-legacy-browser": "^1.1.1",
98100
"pika-plugin-typedefs-to-flow": "0.0.2",
99101
"prettier": "^1.18.2",
100-
"react": "^16.9.0",
101-
"react-dom": "^16.9.0",
102-
"react-test-renderer": "^16.9.0",
102+
"react": "^16.10.2",
103+
"react-dom": "^16.10.2",
104+
"react-test-renderer": "^16.10.2",
103105
"rimraf": "^3.0.0",
104-
"sass": "^1.22.12",
106+
"sass": "^1.23.0",
105107
"ts-jest": "^24.1.0",
106108
"typescript": "^3.6.3"
107109
}

0 commit comments

Comments
 (0)