Skip to content

Commit

Permalink
chore: upgrade development dependencies
Browse files Browse the repository at this point in the history
- @commitlint
- babel
- prettier
- eslint
- husky
- standard-version
  • Loading branch information
ctavan committed Jan 16, 2020
1 parent 1a64449 commit c0e16d0
Show file tree
Hide file tree
Showing 3 changed files with 446 additions and 512 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ All notable changes to this project will be documented in this file. See [standa

## [3.4.0](https://github.com/uuidjs/uuid/compare/v3.3.3...v3.4.0) (2020-01-16)


### Features

* rename repository to github:uuidjs/uuid ([#351](https://github.com/uuidjs/uuid/issues/351)) ([e2d7314](https://github.com/uuidjs/uuid/commit/e2d7314)), closes [#338](https://github.com/uuidjs/uuid/issues/338)
- rename repository to github:uuidjs/uuid ([#351](https://github.com/uuidjs/uuid/issues/351)) ([e2d7314](https://github.com/uuidjs/uuid/commit/e2d7314)), closes [#338](https://github.com/uuidjs/uuid/issues/338)

## [3.3.3](https://github.com/uuidjs/uuid/compare/v3.3.2...v3.3.3) (2019-08-19)

Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@
"main": "index.js",
"module": "esm-browser/index.js",
"devDependencies": {
"@babel/cli": "~7.6.4",
"@babel/core": "~7.6.4",
"@babel/preset-env": "~7.6.3",
"@commitlint/cli": "~8.2.0",
"@commitlint/config-conventional": "~8.2.0",
"@babel/cli": "~7.8.3",
"@babel/core": "~7.8.3",
"@babel/preset-env": "~7.8.3",
"@commitlint/cli": "~8.3.5",
"@commitlint/config-conventional": "~8.3.4",
"babel-eslint": "~10.0.3",
"babel-plugin-add-module-exports": "~1.0.2",
"browserstack-local": "~1.4.2",
"eslint": "~6.4.0",
"eslint-config-prettier": "~6.4.0",
"eslint": "~6.8.0",
"eslint-config-prettier": "~6.9.0",
"eslint-plugin-prettier": "~3.1.1",
"esm": "~3.2.25",
"http-server": "~0.12.0",
"husky": "~3.0.9",
"husky": "~3.1.0",
"jest": "~24.9.0",
"lint-staged": "~9.4.3",
"lint-staged": "~9.5.0",
"npm-run-all": "~4.1.5",
"prettier": "~1.18.2",
"prettier": "~1.19.1",
"runmd": "1.2.1",
"selenium-webdriver": "~3.6.0",
"standard-version": "7.0.0"
"standard-version": "~7.0.1"
},
"scripts": {
"examples:browser-webpack:build": "cd examples/browser-webpack && yarn install && yarn run build",
Expand Down

0 comments on commit c0e16d0

Please sign in to comment.