Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolateboy committed Aug 31, 2020
1 parent dd72c1b commit c852353
Show file tree
Hide file tree
Showing 3 changed files with 1,139 additions and 1,133 deletions.
27 changes: 20 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.1.3 - TBD

- bump dependencies
- documentation tweaks

## 2.1.2 - 2020-06-09

- bump dependencies
Expand All @@ -8,7 +13,10 @@

## 2.1.0 - 2019-07-11

- update dependencies (closes #7, #13, #14)
- update dependencies (closes
[#7](https://github.com/chocolateboy/babel-plugin-source-map-support/issues/7),
[#13](https://github.com/chocolateboy/babel-plugin-source-map-support/pull/13),
[#14](https://github.com/chocolateboy/babel-plugin-source-map-support/pull/14))
- drop support for unsupported Node.js versions
- clarify the use of external source-maps
- build clean-up
Expand All @@ -21,15 +29,20 @@

## 2.0.0 - 2018-02-20

- **breaking change**:
- add support for Babel >= 7.x
- remove support for Babel 6.x
#### Breaking Changes

- add support for Babel >= 7.x
- drop support for Babel 6.x

## 1.0.0 - 2017-07-27

- **breaking change**:
- add support for Babel >= 6.x (thanks, gajus and mariodu)
- remove support for Babel 5.x
#### Breaking Changes

- add support for Babel >= 6.x (thanks, gajus and mariodu)
- drop support for Babel 5.x

#### Changes

- build: migrate from Grunt to Gulp
- test:
- migrate from Mocha to AVA
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
],
"browserslist": "maintained node versions",
"dependencies": {
"@babel/helper-module-imports": "^7.10.1"
"@babel/helper-module-imports": "^7.10.4"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"ava": "^3.8.2",
"bili": "^4.10.1",
"@babel/core": "^7.11.4",
"ava": "^3.12.1",
"bili": "^5.0.5",
"cross-env": "^7.0.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"prettier": "^2.1.1",
"shx": "^0.3.2",
"source-map-support": "^0.5.19"
},
Expand Down
Loading

0 comments on commit c852353

Please sign in to comment.