Skip to content

Commit 98ec553

Browse files
committed
Bump build tool deps
1 parent a0385d5 commit 98ec553

File tree

2 files changed

+1643
-565
lines changed

2 files changed

+1643
-565
lines changed

package.json

+29-29
Original file line numberDiff line numberDiff line change
@@ -34,48 +34,48 @@
3434
"test": "jest --runInBand --detectOpenHandles"
3535
},
3636
"devDependencies": {
37-
"@babel/core": "7.11.1",
37+
"@babel/core": "7.11.6",
3838
"@babel/plugin-syntax-jsx": "7.10.4",
39-
"@babel/preset-env": "7.11.0",
39+
"@babel/preset-env": "7.11.5",
4040
"@babel/preset-react": "7.10.4",
4141
"@mapbox/rehype-prism": "0.5.0",
42-
"@mdx-js/mdx": "^1.6.7",
43-
"@mdx-js/react": "^1.6.7",
44-
"@mdx-js/test-util": "^1.6.7",
45-
"@mdx-js/vue": "^1.6.7",
46-
"@pkgr/rollup": "0.10.5",
42+
"@mdx-js/mdx": "^1.6.17",
43+
"@mdx-js/react": "^1.6.17",
44+
"@mdx-js/test-util": "^1.6.17",
45+
"@mdx-js/vue": "^1.6.17",
46+
"@pkgr/rollup": "0.10.6",
4747
"@vue/babel-preset-jsx": "1.1.2",
48-
"@vue/test-utils": "1.0.3",
48+
"@vue/test-utils": "1.1.0",
4949
"babel-helper-vue-jsx-merge-props": "2.0.3",
5050
"babel-loader": "8.1.0",
5151
"babel-plugin-macros": "2.8.0",
52-
"babel-plugin-remove-export-keywords": "^1.6.7",
52+
"babel-plugin-remove-export-keywords": "^1.6.17",
5353
"babel-plugin-transform-vue-jsx": "4.0.1",
54-
"eslint": "7.6.0",
54+
"eslint": "7.9.0",
5555
"eslint-config-prettier": "6.11.0",
5656
"eslint-config-xo": "0.32.1",
5757
"eslint-formatter-friendly": "7.0.0",
5858
"eslint-plugin-import": "2.22.0",
59-
"eslint-plugin-mdx": "1.8.1",
59+
"eslint-plugin-mdx": "1.8.2",
6060
"eslint-plugin-prettier": "3.1.4",
61-
"eslint-plugin-react": "7.20.5",
62-
"gatsby": "2.24.14",
61+
"eslint-plugin-react": "7.20.6",
62+
"gatsby": "2.24.62",
6363
"hast-util-select": "4.0.0",
64-
"husky": "4.2.5",
65-
"jest": "26.3.0",
64+
"husky": "4.3.0",
65+
"jest": "26.4.2",
6666
"lerna": "3.22.1",
67-
"lint-staged": "10.2.11",
67+
"lint-staged": "10.4.0",
6868
"memory-fs": "0.5.0",
69-
"prettier": "2.0.5",
69+
"prettier": "2.1.2",
7070
"prettier-plugin-pkg": "0.8.0",
7171
"react": "16.13.1",
7272
"react-dom": "16.13.1",
7373
"rehype-add-classes": "1.0.0",
74-
"rehype-katex": "3.0.0",
74+
"rehype-katex": "4.0.0",
7575
"remark-autolink-headings": "6.0.1",
7676
"remark-frontmatter": "2.0.0",
77-
"remark-math": "2.0.1",
78-
"remark-mdx": "^1.6.7",
77+
"remark-math": "3.0.1",
78+
"remark-mdx": "^1.6.17",
7979
"remark-parse": "8.0.3",
8080
"remark-preset-prettier": "0.4.0",
8181
"remark-preset-wooorm": "7.0.0",
@@ -85,17 +85,17 @@
8585
"retext-preset-wooorm": "2.0.0",
8686
"retext-sentence-spacing": "4.0.0",
8787
"rimraf": "3.0.2",
88-
"typescript": "3.9.7",
89-
"unified": "9.1.0",
90-
"vfile": "4.1.1",
91-
"vue": "2.6.11",
92-
"vue-template-compiler": "2.6.11",
93-
"webpack": "4.44.0",
94-
"yarn-deduplicate": "2.1.1"
88+
"typescript": "4.0.2",
89+
"unified": "9.2.0",
90+
"vfile": "4.2.0",
91+
"vue": "2.6.12",
92+
"vue-template-compiler": "2.6.12",
93+
"webpack": "4.44.1",
94+
"yarn-deduplicate": "3.0.0"
9595
},
9696
"resolutions": {
97-
"@babel/core": "7.11.1",
98-
"@babel/preset-env": "7.11.0",
97+
"@babel/core": "7.11.6",
98+
"@babel/preset-env": "7.11.5",
9999
"@babel/preset-react": "7.10.4",
100100
"@babel/preset-typescript": "^7.9.0",
101101
"react": "16.13.1",

0 commit comments

Comments
 (0)