-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
44 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1122,6 +1122,36 @@ Minor fixes: | |
|
||
- Updated document for reverse proxy ([#1329](https://github.com/electrode-io/electrode/pull/1329)) [commit](http://github.com/electrode-io/electrode/commit/7ce42b7627ec0a082fde09bda67f62ad866362e3) | ||
|
||
# 8/22/2019 | ||
|
||
## Packages | ||
|
||
- `[email protected]` `(24.0.0 => 24.0.1)` | ||
|
||
## Commits | ||
|
||
- `packages/electrode-archetype-opt-jest` | ||
|
||
- update auto gen files [commit](http://github.com/electrode-io/electrode/commit/e9af7120b731dadbf08066f5b63eb14dcb519315) | ||
|
||
- `packages/opt-archetype-check` | ||
|
||
- check user's dep even if no archetype config found ([#1335](https://github.com/electrode-io/electrode/pull/1335)) [commit](http://github.com/electrode-io/electrode/commit/d619658eb5617e4e18e8f901d327f17f3d78739a) | ||
|
||
# 8/22/2019 | ||
|
||
## Packages | ||
|
||
- `[email protected]` `(1.0.0 => 24.0.0)` | ||
|
||
## Commits | ||
|
||
- `packages/electrode-archetype-opt-jest` | ||
|
||
- update to [email protected] [commit](http://github.com/electrode-io/electrode/commit/1eac2150aa0c34711bab0ec9af8805935ec8736c) | ||
- dep: @types/jest, eslint-plugin-jest ([#1332](https://github.com/electrode-io/electrode/pull/1332)) [commit](http://github.com/electrode-io/electrode/commit/7b235a5db660b766fb8378c932358c1631958698) | ||
- add publishConfig [commit](http://github.com/electrode-io/electrode/commit/b0d534e503397c82d8b7194e7bbf303774646882) | ||
|
||
# 8/21/2019 | ||
|
||
## Packages | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
{ | ||
"name": "electrode-archetype-opt-jest", | ||
"version": "1.0.4", | ||
"version": "24.0.1", | ||
"description": "Electrode NodeJS/React Optional Archetype JEST", | ||
"main": "optional-check.js", | ||
"homepage": "http://www.electrode.io", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/electrode-io/electrode.git" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org", | ||
"tag": "jest24" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/electrode-io/electrode/issues" | ||
}, | ||
|
@@ -24,12 +28,10 @@ | |
"Joel Chen <[email protected]>" | ||
], | ||
"dependencies": { | ||
"@types/jest": "^23.3.14", | ||
"babel-jest": "^23.6.0", | ||
"enzyme": "^3.0.0", | ||
"enzyme-adapter-react-16": "^1.1.0", | ||
"eslint-plugin-jest": "^21.27.2", | ||
"jest": "^23.6.0" | ||
"@types/jest": "^24.0.18", | ||
"babel-jest": "^24.9.0", | ||
"eslint-plugin-jest": "^22.15.2", | ||
"jest": "^24.9.0" | ||
}, | ||
"devDependencies": { | ||
"opt-archetype-check": "../opt-archetype-check", | ||
|
@@ -40,5 +42,10 @@ | |
"expectTag": true, | ||
"devOnly": true, | ||
"defaultInstall": true | ||
}, | ||
"fyn": { | ||
"devDependencies": { | ||
"opt-archetype-check": "../opt-archetype-check" | ||
} | ||
} | ||
} |