Skip to content

Commit

Permalink
Update stdlib dependency to bundle marked
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Mar 21, 2019
1 parent 9b462bb commit 2392c16
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@observablehq/runtime",
"version": "3.0.7",
"version": "4.0.0",
"license": "ISC",
"main": "dist/runtime.umd.js",
"module": "src/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"dependencies": {
"@observablehq/inspector": "^3.0.0",
"@observablehq/stdlib": "^2.0.0",
"@observablehq/stdlib": "^3.0.0",
"esm": "^3.0.84"
},
"devDependencies": {
Expand Down
11 changes: 8 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@
dependencies:
esm "^3.0.84"

"@observablehq/stdlib@^2.0.0":
version "2.0.8"
resolved "https://registry.yarnpkg.com/@observablehq/stdlib/-/stdlib-2.0.8.tgz#1d0babb8b2dc754c5601326eb6ad737b6d729b74"
"@observablehq/stdlib@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@observablehq/stdlib/-/stdlib-3.0.0.tgz#46c85f972bc9c31a4cde4aeada8814f5cada5546"
dependencies:
d3-require "^1.2.0"
esm "^3.0.84"
marked "https://github.com/observablehq/marked.git#e9c96e704cc6d8e2bdcbd23484db1ff8b72f03a1"

"@types/estree@0.0.39":
version "0.0.39"
Expand Down Expand Up @@ -898,6 +899,10 @@ lodash@^4.17.11:
version "4.17.11"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"

"marked@git+https://github.com/observablehq/marked.git#e9c96e704cc6d8e2bdcbd23484db1ff8b72f03a1":
version "0.6.1"
resolved "git+https://github.com/observablehq/marked.git#e9c96e704cc6d8e2bdcbd23484db1ff8b72f03a1"

merge-stream@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-1.0.1.tgz#4041202d508a342ba00174008df0c251b8c135e1"
Expand Down

0 comments on commit 2392c16

Please sign in to comment.