Skip to content

Commit

Permalink
Merge branch 'jest-24'
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Jan 7, 2020
2 parents d55a35a + 3564c26 commit 9c2c009
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 7 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 14 additions & 7 deletions packages/electrode-archetype-opt-jest/package.json
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"
},
Expand All @@ -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",
Expand All @@ -40,5 +42,10 @@
"expectTag": true,
"devOnly": true,
"defaultInstall": true
},
"fyn": {
"devDependencies": {
"opt-archetype-check": "../opt-archetype-check"
}
}
}

0 comments on commit 9c2c009

Please sign in to comment.