Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioramos committed Mar 30, 2021
1 parent d7fa507 commit 319a579
Show file tree
Hide file tree
Showing 3 changed files with 719 additions and 485 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,5 @@ $RECYCLE.BIN/
.yarn/install-state.gz
.yarn/build-state.yml
.yarn/unplugged
.npmrc
.npmrc
.husky
33 changes: 18 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,45 +25,48 @@
"classnames": "^2.2.6",
"css-selector-parser": "^1.4.1",
"escape-html": "^1.0.3",
"jsdom": "^16.4.0",
"jsdom": "^16.5.2",
"parse-numeric-range": "^1.2.0",
"parse5": "^6.0.1",
"parse5-htmlparser2-tree-adapter": "^6.0.1",
"prismjs": "^1.23.0",
"unist-util-map": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@babel/core": "^7.13.14",
"@babel/preset-react": "^7.13.13",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@mdx-js/mdx": "^1.6.22",
"@rollup/plugin-virtual": "^2.0.3",
"apr-for-each": "^3.0.3",
"apr-parallel": "^3.0.3",
"ava": "^3.15.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-xo-space": "^0.26.0",
"husky": "^4.3.6",
"lint-staged": "^10.5.3",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-xo-space": "^0.27.0",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"mz": "^2.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"puppeteer": "^5.5.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"puppeteer": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rehype-format": "^3.1.0",
"rehype-stringify": "^8.0.0",
"remark-html": "^13.0.1",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.0.0",
"remark-stringify": "^9.0.1",
"rollup": "^2.36.0",
"rollup": "^2.44.0",
"rollup-plugin-babel": "^4.4.0",
"serve": "^11.3.2",
"to-vfile": "^6.1.0",
"unified": "^9.2.0"
"unified": "^9.2.1"
},
"resolutions": {
"fsevents": "1.2.13"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 319a579

Please sign in to comment.