1
1
mirror of https://github.com/primer/css.git synced 2024-09-22 14:17:25 +03:00

upgrade to @primer/next@0.0.10

This commit is contained in:
Shawn Allen 2018-11-29 16:06:52 -08:00
parent 8559f69671
commit 4a8e818d85

29
docs/package-lock.json generated
View File

@ -1051,13 +1051,15 @@
}
},
"@primer/next": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/@primer/next/-/next-0.0.8.tgz",
"integrity": "sha512-Au7YLSgHY94QqwXit3zNo52ggag1POVyq8dpRR++Umf93v9idFmVyV+Tgv7sTtpeLqKb73NmJ8OUCFrORzWMiQ==",
"version": "0.0.10",
"resolved": "https://registry.npmjs.org/@primer/next/-/next-0.0.10.tgz",
"integrity": "sha512-hFUrhXkQL4I3FUUK3BeFZER7D/jB3u3tLNJeSt8un4ACxkmgGVNms/gQsVlHUCRcxtOWoAs8a8zAqMeAJyqsDQ==",
"requires": {
"@svgr/webpack": "^4.1.0",
"@zeit/next-mdx": "^1.2.0",
"next-compose-plugins": "^2.1.1"
"next-compose-plugins": "^2.1.1",
"next-page-map": "^1.0.1",
"tree-model": "^1.0.7"
}
},
"@svgr/babel-plugin-add-jsx-attribute": {
@ -3201,6 +3203,11 @@
"pkg-dir": "^2.0.0"
}
},
"find-insert-index": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/find-insert-index/-/find-insert-index-0.0.1.tgz",
"integrity": "sha1-Fs00ZkwqwjOQWrKzl0W87HITYt4="
},
"find-root": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz",
@ -4657,6 +4664,11 @@
}
}
},
"mergesort": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/mergesort/-/mergesort-0.0.1.tgz",
"integrity": "sha1-Nk7MMbKX3H9E5RHTZRdvHDnQj8I="
},
"micromatch": {
"version": "3.1.10",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
@ -6717,6 +6729,15 @@
"nopt": "~1.0.10"
}
},
"tree-model": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/tree-model/-/tree-model-1.0.7.tgz",
"integrity": "sha512-oP4LUbCVtD2gcjcRaeI4L5hY60tHzB+AK/bthIJ2Pq1EUUOio5/xFzPWnGoBZlhtqpqbOkhFDzKIwKLOn0kccQ==",
"requires": {
"find-insert-index": "0.0.1",
"mergesort": "0.0.1"
}
},
"trim": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz",