Skip to content

Commit

Permalink
build: v0.5.2, codesandbox -> codesandbox-import-utils, to avoid secu…
Browse files Browse the repository at this point in the history
…rity issues (#30)
  • Loading branch information
BuptStEve authored Jul 22, 2020
1 parent 15a3612 commit cc04517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-plugin-demo-code",
"version": "0.5.1",
"version": "0.5.2",
"description": "📝 Demo and code plugin for vuepress",
"main": "src/index.js",
"files": [
Expand Down Expand Up @@ -31,7 +31,7 @@
]
},
"dependencies": {
"codesandbox": "2.1.16",
"codesandbox-import-utils": "^2.1.16",
"markdown-it-container": "^3.0.0",
"prismjs": "^1.20.0",
"vuepress-plugin-code-copy": "^1.0.6"
Expand Down
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { getParameters } = require('codesandbox/lib/api/define')
const { getParameters } = require('codesandbox-import-utils/lib/api/define')
const {
CODE_SANDBOX_JS,
CODE_SANDBOX_HTML,
Expand Down

0 comments on commit cc04517

Please sign in to comment.