Skip to content

Commit

Permalink
chore(deps-dev): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioramos committed Nov 24, 2020
1 parent c4fc721 commit 6349741
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"unist-util-map": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.7",
"@babel/core": "^7.12.8",
"@babel/preset-react": "^7.12.7",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
Expand All @@ -49,7 +49,7 @@
"eslint-config-prettier": "^6.15.0",
"eslint-config-xo-space": "^0.25.0",
"husky": "^4.3.0",
"lint-staged": "^10.5.1",
"lint-staged": "^10.5.2",
"mz": "^2.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:^7.12.7":
version: 7.12.7
resolution: "@babel/core@npm:7.12.7"
"@babel/core@npm:^7.12.8":
version: 7.12.8
resolution: "@babel/core@npm:7.12.8"
dependencies:
"@babel/code-frame": ^7.10.4
"@babel/generator": ^7.12.5
"@babel/helper-module-transforms": ^7.12.1
"@babel/helpers": ^7.12.5
"@babel/parser": ^7.12.7
"@babel/template": ^7.12.7
"@babel/traverse": ^7.12.7
"@babel/traverse": ^7.12.8
"@babel/types": ^7.12.7
convert-source-map: ^1.7.0
debug: ^4.1.0
Expand All @@ -58,7 +58,7 @@ __metadata:
resolve: ^1.3.2
semver: ^5.4.1
source-map: ^0.5.0
checksum: 54bf010e24d6e81667e9d04bf1fdbf99aea1e12d4ee3a27cae39e9fb843043a416f8f411073893866e44b66ab98efbd6df198bfe6a886727c5339309b9cc39be
checksum: cf0b6896aa5dd8576a263e07369902d2090ea02bf835f697a4decc2f016a863bb39f7a4cfd7e64d5a3ab16a210e933338d82b3171134e6bed6747019b98d2c39
languageName: node
linkType: hard

Expand Down Expand Up @@ -445,9 +445,9 @@ __metadata:
languageName: node
linkType: hard

"@babel/traverse@npm:^7.12.7":
version: 7.12.7
resolution: "@babel/traverse@npm:7.12.7"
"@babel/traverse@npm:^7.12.8":
version: 7.12.8
resolution: "@babel/traverse@npm:7.12.8"
dependencies:
"@babel/code-frame": ^7.10.4
"@babel/generator": ^7.12.5
Expand All @@ -458,7 +458,7 @@ __metadata:
debug: ^4.1.0
globals: ^11.1.0
lodash: ^4.17.19
checksum: b87488f31bfd109ed14904da2fcdb81a12bed71828881c25c0a35f7fc76a42934a3f861df3ce38d8c63bf1fef60eb6bb230db248afdfd073c0200a2df0a07842
checksum: 880ac0894fa1b39cdf78f22c163ae55dd5a3e8b57e7bdc14515dd8ff377735f592c9f9b7b22f2198420d406ce8b112ad6c530d5b5d3684b0869285fde7f9c2f8
languageName: node
linkType: hard

Expand Down Expand Up @@ -4468,9 +4468,9 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"lint-staged@npm:^10.5.1":
version: 10.5.1
resolution: "lint-staged@npm:10.5.1"
"lint-staged@npm:^10.5.2":
version: 10.5.2
resolution: "lint-staged@npm:10.5.2"
dependencies:
chalk: ^4.1.0
cli-truncate: ^2.1.0
Expand All @@ -4489,7 +4489,7 @@ fsevents@~2.1.2:
stringify-object: ^3.3.0
bin:
lint-staged: bin/lint-staged.js
checksum: d22748dde5117c1d63e6829a73cf5755b4b99b5c93adaf53d1842941bf8b415d18577fe58291c4e44d40446e05400fe7cafe88727bcd61ef2837840406b89496
checksum: 285a0da521786db1a2a98fe875b8c330e9a607fd2d3ff687b6ce4dfa22b38acfd5ab9aaf556c6a4a34164875062a388647fcca9538a70bd01485a5d804a594f1
languageName: node
linkType: hard

Expand Down Expand Up @@ -6195,7 +6195,7 @@ fsevents@~2.1.2:
version: 0.0.0-use.local
resolution: "remark-prism@workspace:."
dependencies:
"@babel/core": ^7.12.7
"@babel/core": ^7.12.8
"@babel/preset-react": ^7.12.7
"@commitlint/cli": ^11.0.0
"@commitlint/config-conventional": ^11.0.0
Expand All @@ -6213,7 +6213,7 @@ fsevents@~2.1.2:
eslint-config-xo-space: ^0.25.0
husky: ^4.3.0
jsdom: ^16.4.0
lint-staged: ^10.5.1
lint-staged: ^10.5.2
mz: ^2.7.0
npm-run-all: ^4.1.5
parse-numeric-range: ^1.2.0
Expand Down

0 comments on commit 6349741

Please sign in to comment.