Skip to content

Commit

Permalink
dependencies now match latest compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHermkens committed Oct 30, 2019
1 parent 5ed20d6 commit e613604
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.3] - 2019-10-30
### Changed
- Dependencies now match latest compatible version instead of latest version

## [1.0.2] - 2019-10-21
### Added
- React Native instructions to [README.md]
Expand Down Expand Up @@ -37,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[Fooxly]: https://www.fooxly.com/
[pnpm]: https://github.com/pnpm/pnpm

[1.0.3]: https://github.com/Fooxly/babel-preset/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/Fooxly/babel-preset/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/Fooxly/babel-preset/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/Fooxly/babel-preset/releases/tag/v1.0.0
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fooxly/babel-preset",
"version": "1.0.2",
"version": "1.0.3",
"description": "The default Babel preset for Fooxly projects.",
"keywords": [
"fooxly",
Expand Down Expand Up @@ -33,9 +33,9 @@
"test": "cd test && node ."
},
"dependencies": {
"@babel/plugin-proposal-optional-chaining": ">=7.6.0",
"@babel/preset-env": ">=7.6.3",
"babel-plugin-module-resolver": ">=3.2.0"
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/preset-env": "^7.6.3",
"babel-plugin-module-resolver": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7.6.4"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-syntax-optional-catch-binding" "^7.2.0"

"@babel/plugin-proposal-optional-chaining@>=7.6.0":
"@babel/plugin-proposal-optional-chaining@^7.6.0":
version "7.6.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.6.0.tgz#e9bf1f9b9ba10c77c033082da75f068389041af8"
integrity sha512-kj4gkZ6qUggkprRq3Uh5KP8XnE1MdIO0J7MhdDX8+rAbB6dJ2UrensGIS+0NPZAaaJ1Vr0PN6oLUgXMU1uMcSg==
Expand Down Expand Up @@ -563,7 +563,7 @@
"@babel/helper-regex" "^7.4.4"
regexpu-core "^4.6.0"

"@babel/preset-env@>=7.6.3":
"@babel/preset-env@^7.6.3":
version "7.6.3"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.3.tgz#9e1bf05a2e2d687036d24c40e4639dc46cef2271"
integrity sha512-CWQkn7EVnwzlOdR5NOm2+pfgSNEZmvGjOhlCHBDq0J8/EStr+G+FvPEiz9B56dR6MoiUFjXhfE4hjLoAKKJtIQ==
Expand Down Expand Up @@ -666,7 +666,7 @@ babel-plugin-dynamic-import-node@^2.3.0:
dependencies:
object.assign "^4.1.0"

babel-plugin-module-resolver@>=3.2.0:
babel-plugin-module-resolver@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/babel-plugin-module-resolver/-/babel-plugin-module-resolver-3.2.0.tgz#ddfa5e301e3b9aa12d852a9979f18b37881ff5a7"
integrity sha512-tjR0GvSndzPew/Iayf4uICWZqjBwnlMWjSx6brryfQ81F9rxBVqwDJtFCV8oOs0+vJeefK9TmdZtkIFdFe1UnA==
Expand Down

0 comments on commit e613604

Please sign in to comment.