Skip to content

Commit

Permalink
upgrade marked to 4.0.10 (tensorflow#5555)
Browse files Browse the repository at this point in the history
Original request: tensorflow#5506
  • Loading branch information
yatbear authored Feb 4, 2022
1 parent 595dd94 commit b6a8f98
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"d3": "5.7.0",
"dagre": "^0.8.5",
"lodash": "^4.17.19",
"marked": "^2.1.3",
"marked": "^4.0.10",
"monaco-editor-core": "^0.26.0",
"monaco-languages": "^2.6.0",
"ngx-color-picker": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tensorboard/defs/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def tf_ng_web_test_suite(runtime_deps = [], bootstrap = [], deps = [], **kwargs)
"@npm//:node_modules/d3/dist/d3.js",
"@npm//:node_modules/three/build/three.js",
"@npm//:node_modules/dagre/dist/dagre.js",
"@npm//:node_modules/marked/lib/marked.js",
"@npm//:node_modules/marked/marked.min.js",
],
**kwargs
)
Expand Down
2 changes: 1 addition & 1 deletion tensorboard/defs/internal/js.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ tf_dev_js_binary = rule(
"@npm//:node_modules/d3/dist/d3.js": "d3",
"@npm//:node_modules/three/build/three.js": "three",
"@npm//:node_modules/zone.js/dist/zone.js": "zone.js/dist/zone.js",
"@npm//:node_modules/marked/lib/marked.js": "marked",
"@npm//:node_modules/marked/marked.min.js": "marked",
"@npm//:node_modules/@tensorflow/tfjs-core/dist/tf-core.js": "@tensorflow/tfjs-core",
"@npm//:node_modules/@tensorflow/tfjs-backend-cpu/dist/tf-backend-cpu.js": "@tensorflow/tfjs-backend-cpu",
"@npm//:node_modules/@tensorflow/tfjs-backend-webgl/dist/tf-backend-webgl.js": "@tensorflow/tfjs-backend-webgl",
Expand Down
2 changes: 1 addition & 1 deletion tensorboard/webapp/testing/require_js_karma_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ require.config({
d3: '/base/npm/node_modules/d3/dist/d3',
three: '/base/npm/node_modules/three/build/three',
dagre: '/base/npm/node_modules/dagre/dist/dagre',
marked: '/base/npm/node_modules/marked/lib/marked',
marked: '/base/npm/node_modules/marked/marked.min',
},
});
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3914,10 +3914,10 @@ make-fetch-happen@^9.0.1:
socks-proxy-agent "^5.0.0"
ssri "^8.0.0"

marked@^2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/marked/-/marked-2.1.3.tgz#bd017cef6431724fd4b27e0657f5ceb14bff3753"
integrity sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==
marked@^4.0.10:
version "4.0.10"
resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.10.tgz#423e295385cc0c3a70fa495e0df68b007b879423"
integrity sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==

[email protected]:
version "0.3.0"
Expand Down

0 comments on commit b6a8f98

Please sign in to comment.