Commit 02a2e68
Update dependencies (#39)
* [fix] #38 dehumanize-date, +packages, +npm@5
🚧️ #38 dehumanize-date
This broke the buuild (seemingly) due to the package.json needing to be
updated to the latest.
At least, that is what had all the tests pass and the build pass.
🐻️ npm@5
+ package-lock.json
+ change `prepublish` to `prepare`
-- 📓️ Note: `prepublishOnly` = `upload-only` if that is desired
behaviour
📦️ package.json
+ Removed `peerDependencies` and put `react` into `dependencies`
-- 📓️ Note: It was messing up the pretest + test
📦️ Packages Updated
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
-- 📓️ Note: peerDependencies for testing the latest version as well.
-- Or does this need to stay @15.4.1
* [refactor] Updated package.json per @ForbesLindesay
📦️ package.json
+ Added back `^` for semver to packages
- package-lock.json removed
+ package-lock.json added to .gitignore
+ moved `react-dom` and `react-test-renderer` to `devDependencies`
* [chore] #40 📦️ Package Updated: [email protected]
This continues to fix the build issue being identified.1 parent c914a07 commit 02a2e68
2 files changed
+16
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | | - | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
48 | | - | |
| 50 | + | |
0 commit comments