Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
v1.4.0 Update package dependencies (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariya Radchuk authored and DamianMullins committed Jun 6, 2019
1 parent 42d1b21 commit 43509c1
Show file tree
Hide file tree
Showing 5 changed files with 5,765 additions and 3,723 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["env"]
"presets": ["@babel/preset-env"]
}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- "6"
- "10"
- "8"

cache: yarn
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


v1.4.0
------------------------------
*June 5, 2019*

### Changed
- Upgraded to babel 7.
- Updated module dependencies.
- Travis uses node v8 & v10 to run builds.


v1.3.0
------------------------------
*March 21, 2019*
Expand Down
24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-validate",
"description": "Fozzie vanilla JS Validation Component",
"version": "1.3.0",
"version": "1.4.0",
"main": "dist/index.js",
"files": [
"dist"
Expand All @@ -19,20 +19,22 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=4.0.0"
"node": ">=8.0.0"
},
"dependencies": {
"@justeat/f-dom": "^0.4.0"
"@justeat/f-dom": "1.1.0"
},
"devDependencies": {
"@justeat/gulp-build-fozzie": "^7.19.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"concurrently": "^3.5.1",
"coveralls": "^3.0.1",
"danger": "^3.7.18",
"gulp": "^3.9.1",
"js-test-buddy": "^0.1.0"
"@justeat/gulp-build-fozzie": "8.4.0",
"concurrently": "4.1.0",
"coveralls": "3.0.3",
"danger": "7.1.4",
"gulp": "3.9.1",
"js-test-buddy": "0.2.0"
},
"resolutions": {
"babel-core": "7.0.0-bridge.0",
"espree": "3.5.4"
},
"keywords": [
"fozzie"
Expand Down
Loading

0 comments on commit 43509c1

Please sign in to comment.