Skip to content

Commit a61e847

Browse files
committed
Bump lib and example deps
1 parent 98ec553 commit a61e847

File tree

24 files changed

+803
-963
lines changed

24 files changed

+803
-963
lines changed

examples/create-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"mdx.macro": "^0.2.9",
1313
"react": "^16.13.1",
1414
"react-dom": "^16.13.1",
15-
"react-scripts": "3.4.1"
15+
"react-scripts": "3.4.3"
1616
},
1717
"browserslist": [
1818
">0.2%",

examples/gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"dependencies": {
1010
"@mdx-js/mdx": "1.6.17",
1111
"@mdx-js/react": "1.6.17",
12-
"gatsby": "^2.24.3",
13-
"gatsby-plugin-mdx": "^1.2.26",
12+
"gatsby": "^2.24.62",
13+
"gatsby-plugin-mdx": "^1.2.40",
1414
"react": "^16.13.1",
1515
"react-dom": "^16.13.1",
1616
"unified-ui": "^0.0.3"

examples/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"dependencies": {
1111
"@mdx-js/loader": "1.6.17",
1212
"@mdx-js/mdx": "1.6.17",
13-
"@next/mdx": "^9.4.4",
14-
"next": "^9.4.4",
13+
"@next/mdx": "^9.5.3",
14+
"next": "^9.5.3",
1515
"react": "^16.13.1",
1616
"react-dom": "^16.13.1",
1717
"remark-emoji": "^2.1.0",

examples/parcel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^16.13.1"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.10.5",
16-
"@babel/preset-env": "^7.10.4",
15+
"@babel/core": "^7.11.6",
16+
"@babel/preset-env": "^7.11.5",
1717
"@babel/preset-react": "^7.10.4",
1818
"@mdx-js/parcel-plugin-mdx": "1.6.17",
1919
"parcel-bundler": "^1.12.4"

examples/razzle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@mdx-js/tag": "^0.20.3",
1313
"express": "^4.17.1",
14-
"razzle": "^3.1.5",
15-
"razzle-plugin-mdx": "^3.1.5",
14+
"razzle": "^3.1.7",
15+
"razzle-plugin-mdx": "^3.1.7",
1616
"react": "^16.13.1",
1717
"react-dom": "^16.13.1"
1818
}

examples/react-static/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@mdx-js/loader": "1.6.17",
1515
"@reach/router": "^1.3.4",
16-
"axios": "^0.19.2",
16+
"axios": "^0.20.0",
1717
"react": "^16.13.1",
1818
"react-dom": "^16.13.1",
1919
"react-hot-loader": "^4.12.21",

examples/react-web-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"dependencies": {
1010
"@mdx-js/mdx": "1.6.17",
1111
"@mdx-js/react": "1.6.17",
12-
"gatsby": "^2.24.3",
13-
"gatsby-plugin-mdx": "^1.2.26",
12+
"gatsby": "^2.24.62",
13+
"gatsby-plugin-mdx": "^1.2.40",
1414
"react": "^16.13.1",
1515
"react-dom": "^16.13.1"
1616
}

examples/shortcodes/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
},
99
"dependencies": {
1010
"@blocks/kit": "^0.0.28",
11-
"@emotion/core": "^10.0.28",
11+
"@emotion/core": "^10.0.35",
1212
"@mdx-js/mdx": "1.6.17",
1313
"@mdx-js/react": "1.6.17",
14-
"gatsby": "^2.24.3",
15-
"gatsby-plugin-mdx": "^1.2.26",
14+
"gatsby": "^2.24.62",
15+
"gatsby-plugin-mdx": "^1.2.40",
1616
"react": "^16.13.1",
1717
"react-dom": "^16.13.1",
1818
"unified-ui": "^0.0.3"

examples/syntax-highlighting/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"dependencies": {
1010
"@mdx-js/mdx": "1.6.17",
1111
"@mdx-js/react": "1.6.17",
12-
"gatsby": "^2.24.3",
13-
"gatsby-plugin-mdx": "^1.2.26",
12+
"gatsby": "^2.24.62",
13+
"gatsby-plugin-mdx": "^1.2.40",
1414
"prism-react-renderer": "^1.1.1",
1515
"react-live": "^2.2.2",
1616
"unified-ui": "^0.0.3"

examples/terminal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@mdx-js/react": "1.6.17",
1313
"@mdx-js/runtime": "1.6.17",
1414
"import-jsx": "^4.0.0",
15-
"ink": "^2.7.1",
15+
"ink": "^3.0.5",
1616
"react": "^16.13.1"
1717
}
1818
}

examples/vue-loader/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
},
99
"dependencies": {
1010
"core-js": "^3.6.5",
11-
"vue": "^2.6.11"
11+
"vue": "^2.6.12"
1212
},
1313
"devDependencies": {
14-
"@vue/cli-plugin-babel": "~4.4.6",
15-
"@vue/cli-service": "~4.4.6",
16-
"vue-template-compiler": "^2.6.11"
14+
"@vue/cli-plugin-babel": "~4.5.6",
15+
"@vue/cli-service": "~4.5.6",
16+
"vue-template-compiler": "^2.6.12"
1717
}
1818
}

examples/vue/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"start": "yarn serve"
99
},
1010
"dependencies": {
11-
"vue": "^2.6.11"
11+
"vue": "^2.6.12"
1212
},
1313
"devDependencies": {
1414
"@mdx-js/vue-loader": "1.6.17",
15-
"@vue/cli-plugin-babel": "^4.4.6",
16-
"@vue/cli-service": "^4.4.6",
17-
"vue-template-compiler": "^2.6.11"
15+
"@vue/cli-plugin-babel": "^4.5.6",
16+
"@vue/cli-service": "^4.5.6",
17+
"vue-template-compiler": "^2.6.12"
1818
},
1919
"browserslist": [
2020
"> 1%",

examples/webpack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"start": "webpack-dev-server"
1212
},
1313
"devDependencies": {
14-
"@babel/core": "^7.10.5",
15-
"@babel/preset-env": "^7.10.4",
14+
"@babel/core": "^7.11.6",
15+
"@babel/preset-env": "^7.11.5",
1616
"@babel/preset-react": "^7.10.4",
1717
"@mdx-js/loader": "1.6.17",
1818
"@mdx-js/mdx": "1.6.17",
1919
"babel-loader": "^8.1.0",
2020
"react": "^16.13.1",
2121
"react-dom": "^16.13.1",
22-
"webpack": "^4.43.0",
22+
"webpack": "^4.44.1",
2323
"webpack-cli": "^3.3.12",
2424
"webpack-dev-server": "^3.11.0"
2525
}

examples/x0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"dependencies": {
1010
"@compositor/x0": "^6.0.7",
1111
"@rebass/markdown": "^1.0.0",
12-
"styled-components": "^5.1.1"
12+
"styled-components": "^5.2.0"
1313
}
1414
}

packages/babel-plugin-apply-mdx-type-props/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"babel"
2727
],
2828
"peerDependencies": {
29-
"@babel/core": "^7.10.5"
29+
"@babel/core": "^7.11.6"
3030
},
3131
"dependencies": {
3232
"@babel/helper-plugin-utils": "7.10.4",

packages/babel-plugin-html-attributes-to-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"babel"
3030
],
3131
"dependencies": {
32-
"@babel/types": "7.11.0",
32+
"@babel/types": "7.11.5",
3333
"@mdx-js/util": "1.6.17",
3434
"camelcase-css": "2.0.1",
3535
"style-to-object": "0.3.0"

packages/gatsby-theme-mdx/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,27 @@
2121
},
2222
"dependencies": {
2323
"@blocks/kit": "0.0.28",
24-
"@emotion/core": "10.0.28",
24+
"@emotion/core": "10.0.35",
2525
"@emotion/styled": "10.0.27",
2626
"@mdx-js/mdx": "1.6.17",
2727
"@mdx-js/react": "1.6.17",
2828
"@mdx-js/runtime": "1.6.17",
2929
"@reach/router": "1.3.4",
30-
"@reach/skip-nav": "0.10.5",
30+
"@reach/skip-nav": "0.11.2",
3131
"@rebass/emotion": "3.2.0",
3232
"@theme-ui/components": "0.3.1",
3333
"@theme-ui/preset-system": "0.3.0",
34-
"gatsby": "2.24.14",
35-
"gatsby-plugin-catch-links": "2.3.11",
34+
"gatsby": "2.24.62",
35+
"gatsby-plugin-catch-links": "2.3.12",
3636
"gatsby-plugin-compile-es6-packages": "2.1.0",
37-
"gatsby-plugin-emotion": "4.3.10",
37+
"gatsby-plugin-emotion": "4.3.11",
3838
"gatsby-plugin-fathom": "1.3.0",
3939
"gatsby-plugin-google-fonts": "1.0.1",
40-
"gatsby-plugin-mdx": "1.2.30",
41-
"gatsby-plugin-page-creator": "2.3.19",
42-
"gatsby-plugin-react-helmet": "3.3.10",
40+
"gatsby-plugin-mdx": "1.2.40",
41+
"gatsby-plugin-page-creator": "2.3.28",
42+
"gatsby-plugin-react-helmet": "3.3.11",
4343
"gatsby-plugin-theme-ui": "0.3.0",
44-
"gatsby-source-filesystem": "2.3.23",
44+
"gatsby-source-filesystem": "2.3.30",
4545
"is-absolute-url": "3.0.3",
4646
"lodash.flatten": "4.4.0",
4747
"prism-react-renderer": "1.1.1",

packages/mdx/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@
3434
"mdxast"
3535
],
3636
"dependencies": {
37-
"@babel/core": "7.11.1",
37+
"@babel/core": "7.11.6",
3838
"@babel/plugin-syntax-jsx": "7.10.4",
3939
"@babel/plugin-syntax-object-rest-spread": "7.8.3",
4040
"@mdx-js/util": "1.6.17",
4141
"babel-plugin-apply-mdx-type-prop": "1.6.17",
4242
"babel-plugin-extract-import-names": "1.6.17",
4343
"camelcase-css": "2.0.1",
4444
"detab": "2.0.3",
45-
"hast-util-raw": "6.0.0",
45+
"hast-util-raw": "6.0.1",
4646
"lodash.uniq": "4.5.0",
47-
"mdast-util-to-hast": "9.1.0",
48-
"remark-footnotes": "1.0.0",
47+
"mdast-util-to-hast": "9.1.1",
48+
"remark-footnotes": "2.0.0",
4949
"remark-mdx": "1.6.17",
5050
"remark-parse": "8.0.3",
5151
"remark-squeeze-paragraphs": "4.0.0",
5252
"style-to-object": "0.3.0",
53-
"unified": "9.1.0",
53+
"unified": "9.2.0",
5454
"unist-builder": "2.0.3",
5555
"unist-util-visit": "2.0.3"
5656
}

packages/parcel-plugin-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"parcel"
3333
],
3434
"peerDependencies": {
35-
"@mdx-js/react": "^1.6.7",
35+
"@mdx-js/react": "^1.6.17",
3636
"react": "^16.13.1"
3737
},
3838
"dependencies": {

packages/preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"mdxast"
3737
],
3838
"peerDependencies": {
39-
"preact": "^10.4.6"
39+
"preact": "^10.4.8"
4040
},
4141
"devDependencies": {
4242
"preact": "10.4.1",

packages/remark-mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"mdxast"
3434
],
3535
"dependencies": {
36-
"@babel/core": "7.11.1",
36+
"@babel/core": "7.11.6",
3737
"@babel/helper-plugin-utils": "7.10.4",
3838
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
3939
"@babel/plugin-syntax-jsx": "7.10.4",
4040
"@mdx-js/util": "1.6.17",
4141
"is-alphabetical": "1.0.4",
4242
"remark-parse": "8.0.3",
43-
"unified": "9.1.0"
43+
"unified": "9.2.0"
4444
}
4545
}

packages/test-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"mdxast"
2727
],
2828
"dependencies": {
29-
"@babel/core": "7.11.1",
29+
"@babel/core": "7.11.6",
3030
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
3131
"@babel/plugin-transform-react-jsx": "7.10.4",
3232
"@mdx-js/mdx": "1.6.17",

packages/vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"test": "jest"
2424
},
2525
"devDependencies": {
26-
"@babel/cli": "7.10.5",
27-
"@babel/core": "7.11.1",
28-
"@babel/preset-env": "7.11.0",
26+
"@babel/cli": "7.11.6",
27+
"@babel/core": "7.11.6",
28+
"@babel/preset-env": "7.11.5",
2929
"cross-env": "7.0.2",
3030
"watch": "1.0.2"
3131
},

0 commit comments

Comments
 (0)