chore: update deps
This commit is contained in:
parent
9c2a12d6b4
commit
149d3b18fe
|
@ -9,25 +9,25 @@
|
|||
"devDependencies": {
|
||||
"@sveltejs/adapter-node": "next",
|
||||
"@sveltejs/kit": "next",
|
||||
"svelte": "^3.29.0",
|
||||
"vite": "^2.1.0",
|
||||
"typescript": "^4.0.0",
|
||||
"tslib": "^2.0.0",
|
||||
"svelte-preprocess": "^4.0.0",
|
||||
"sass": "^1.0.0"
|
||||
"sass": "^1.32.8",
|
||||
"svelte": "^3.37.0",
|
||||
"svelte-preprocess": "^4.7.0",
|
||||
"tslib": "^2.1.0",
|
||||
"typescript": "^4.2.3",
|
||||
"vite": "^2.1.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bytemd/plugin-breaks": "^1.7.0",
|
||||
"@bytemd/plugin-footnotes": "^1.7.0",
|
||||
"@bytemd/plugin-frontmatter": "^1.7.0",
|
||||
"@bytemd/plugin-gemoji": "^1.7.0",
|
||||
"@bytemd/plugin-gfm": "^1.7.0",
|
||||
"@bytemd/plugin-highlight": "^1.7.0",
|
||||
"@bytemd/plugin-math": "^1.7.0",
|
||||
"@bytemd/plugin-mdx": "^1.7.0",
|
||||
"@bytemd/plugin-medium-zoom": "^1.7.0",
|
||||
"@bytemd/plugin-mermaid": "^1.7.0",
|
||||
"bytemd": "^1.7.0"
|
||||
"@bytemd/plugin-breaks": "^1.9.0",
|
||||
"@bytemd/plugin-footnotes": "^1.9.0",
|
||||
"@bytemd/plugin-frontmatter": "^1.9.0",
|
||||
"@bytemd/plugin-gemoji": "^1.9.0",
|
||||
"@bytemd/plugin-gfm": "^1.9.0",
|
||||
"@bytemd/plugin-highlight": "^1.9.0",
|
||||
"@bytemd/plugin-math": "^1.9.0",
|
||||
"@bytemd/plugin-mdx": "^1.9.0",
|
||||
"@bytemd/plugin-medium-zoom": "^1.9.0",
|
||||
"@bytemd/plugin-mermaid": "^1.9.0",
|
||||
"bytemd": "^1.9.0"
|
||||
},
|
||||
"type": "module",
|
||||
"engines": {
|
||||
|
|
|
@ -10,13 +10,13 @@
|
|||
"@rollup/plugin-commonjs": "^16.0.0",
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
"@rollup/plugin-node-resolve": "^10.0.0",
|
||||
"@rollup/plugin-replace": "^2.4.1",
|
||||
"rollup": "^2.41.0",
|
||||
"@rollup/plugin-replace": "^2.4.2",
|
||||
"rollup": "^2.44.0",
|
||||
"rollup-plugin-livereload": "^2.0.0",
|
||||
"rollup-plugin-postcss": "^3.1.8",
|
||||
"rollup-plugin-svelte": "^7.1.0",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"svelte": "^3.35.0"
|
||||
"svelte": "^3.37.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"sirv-cli": "^1.0.11"
|
||||
|
|
|
@ -14,23 +14,23 @@
|
|||
"sirv": "^0.4.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@bytemd/plugin-breaks": "^1.7.0",
|
||||
"@bytemd/plugin-footnotes": "^1.7.0",
|
||||
"@bytemd/plugin-frontmatter": "^1.7.0",
|
||||
"@bytemd/plugin-gemoji": "^1.7.0",
|
||||
"@bytemd/plugin-gfm": "^1.7.0",
|
||||
"@bytemd/plugin-highlight": "^1.7.0",
|
||||
"@bytemd/plugin-math": "^1.7.0",
|
||||
"@bytemd/plugin-mdx": "^1.7.0",
|
||||
"@bytemd/plugin-medium-zoom": "^1.7.0",
|
||||
"@bytemd/plugin-mermaid": "^1.7.0",
|
||||
"bytemd": "^1.7.0",
|
||||
"@bytemd/plugin-breaks": "^1.9.0",
|
||||
"@bytemd/plugin-footnotes": "^1.9.0",
|
||||
"@bytemd/plugin-frontmatter": "^1.9.0",
|
||||
"@bytemd/plugin-gemoji": "^1.9.0",
|
||||
"@bytemd/plugin-gfm": "^1.9.0",
|
||||
"@bytemd/plugin-highlight": "^1.9.0",
|
||||
"@bytemd/plugin-math": "^1.9.0",
|
||||
"@bytemd/plugin-mdx": "^1.9.0",
|
||||
"@bytemd/plugin-medium-zoom": "^1.9.0",
|
||||
"@bytemd/plugin-mermaid": "^1.9.0",
|
||||
"bytemd": "^1.9.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"file-loader": "^6.2.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"sapper": "^0.27.16",
|
||||
"style-loader": "^1.3.0",
|
||||
"svelte": "^3.35.0",
|
||||
"svelte": "^3.37.0",
|
||||
"svelte-loader": "^2.13.6",
|
||||
"webpack": "^4.46.0"
|
||||
}
|
||||
|
|
|
@ -3,28 +3,28 @@
|
|||
"private": true,
|
||||
"version": "0.0.1",
|
||||
"devDependencies": {
|
||||
"@bytemd/plugin-breaks": "^1.7.0",
|
||||
"@bytemd/plugin-footnotes": "^1.7.0",
|
||||
"@bytemd/plugin-frontmatter": "^1.7.0",
|
||||
"@bytemd/plugin-gemoji": "^1.7.0",
|
||||
"@bytemd/plugin-gfm": "^1.7.0",
|
||||
"@bytemd/plugin-highlight": "^1.7.0",
|
||||
"@bytemd/plugin-math": "^1.7.0",
|
||||
"@bytemd/plugin-mdx": "^1.7.0",
|
||||
"@bytemd/plugin-medium-zoom": "^1.7.0",
|
||||
"@bytemd/plugin-mermaid": "^1.7.0",
|
||||
"bytemd": "^1.7.0",
|
||||
"@bytemd/plugin-breaks": "^1.9.0",
|
||||
"@bytemd/plugin-footnotes": "^1.9.0",
|
||||
"@bytemd/plugin-frontmatter": "^1.9.0",
|
||||
"@bytemd/plugin-gemoji": "^1.9.0",
|
||||
"@bytemd/plugin-gfm": "^1.9.0",
|
||||
"@bytemd/plugin-highlight": "^1.9.0",
|
||||
"@bytemd/plugin-math": "^1.9.0",
|
||||
"@bytemd/plugin-mdx": "^1.9.0",
|
||||
"@bytemd/plugin-medium-zoom": "^1.9.0",
|
||||
"@bytemd/plugin-mermaid": "^1.9.0",
|
||||
"bytemd": "^1.9.0",
|
||||
"cross-env": "^5.2.1",
|
||||
"css-loader": "^2.1.1",
|
||||
"file-loader": "^6.2.0",
|
||||
"github-markdown-css": "^4.0.0",
|
||||
"highlight.js": "^10.6.0",
|
||||
"highlight.js": "^10.7.1",
|
||||
"juejin-markdown-themes": "^1.18.0",
|
||||
"katex": "^0.12.0",
|
||||
"normalize.css": "^8.0.1",
|
||||
"remark-preset-lint-consistent": "^4.0.0",
|
||||
"style-loader": "^0.23.1",
|
||||
"svelte": "^3.35.0",
|
||||
"svelte": "^3.37.0",
|
||||
"svelte-loader": "2.13.6",
|
||||
"webpack": "^4.46.0",
|
||||
"webpack-cli": "^3.3.12",
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"generate": "nuxt generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"nuxt": "^2.15.2"
|
||||
"nuxt": "^2.15.4"
|
||||
}
|
||||
}
|
||||
|
|
30
package.json
30
package.json
|
@ -15,19 +15,19 @@
|
|||
"pub": "npm run clean && npm run build:ci && lerna publish --yes"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.13.10",
|
||||
"@babel/core": "^7.13.14",
|
||||
"@babel/plugin-transform-runtime": "^7.13.10",
|
||||
"@babel/preset-env": "^7.13.10",
|
||||
"@icon-park/svg": "^1.3.1",
|
||||
"@babel/preset-env": "^7.13.12",
|
||||
"@icon-park/svg": "^1.3.3",
|
||||
"@primer/css": "^15.2.0",
|
||||
"@rollup/plugin-babel": "^5.3.0",
|
||||
"@rollup/plugin-commonjs": "^17.1.0",
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
"@rollup/plugin-node-resolve": "^11.2.0",
|
||||
"@rollup/plugin-replace": "^2.4.1",
|
||||
"@testing-library/jest-dom": "^5.11.9",
|
||||
"@rollup/plugin-node-resolve": "^11.2.1",
|
||||
"@rollup/plugin-replace": "^2.4.2",
|
||||
"@testing-library/jest-dom": "^5.11.10",
|
||||
"@testing-library/svelte": "^3.0.3",
|
||||
"@types/jest": "^26.0.20",
|
||||
"@types/jest": "^26.0.22",
|
||||
"chokidar": "^3.5.1",
|
||||
"esm": "^3.2.25",
|
||||
"fs-extra": "^9.1.0",
|
||||
|
@ -35,21 +35,21 @@
|
|||
"jest": "^26.6.3",
|
||||
"lerna": "^3.22.1",
|
||||
"lodash": "^4.17.21",
|
||||
"mustache": "^4.1.0",
|
||||
"mustache": "^4.2.0",
|
||||
"node-sass": "^5.0.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"rollup": "^2.41.0",
|
||||
"rollup": "^2.44.0",
|
||||
"rollup-plugin-livereload": "^2.0.0",
|
||||
"rollup-plugin-postcss": "^3.1.8",
|
||||
"rollup-plugin-svelte": "^7.1.0",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"rollup-plugin-visualizer": "^4.2.0",
|
||||
"rollup-plugin-visualizer": "^4.2.2",
|
||||
"rollup-plugin-vue": "^5.1.9",
|
||||
"svelte": "^3.35.0",
|
||||
"svelte-jester": "^1.3.0",
|
||||
"svelte-preprocess": "^4.6.9",
|
||||
"svgo": "^2.2.1",
|
||||
"ts-jest": "^26.5.3",
|
||||
"svelte": "^3.37.0",
|
||||
"svelte-jester": "^1.3.2",
|
||||
"svelte-preprocess": "^4.7.0",
|
||||
"svgo": "^2.3.0",
|
||||
"ts-jest": "^26.5.4",
|
||||
"typescript": "^4.2.3",
|
||||
"vue-template-compiler": "^2.6.12"
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"@popperjs/core": "^2.9.1",
|
||||
"@popperjs/core": "^2.9.2",
|
||||
"@types/codemirror": "^0.0.108",
|
||||
"@types/lodash.debounce": "^4.0.6",
|
||||
"@types/lodash.throttle": "^4.1.6",
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"remark-breaks": "^2.0.1"
|
||||
"remark-breaks": "^2.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bytemd": "^1.9.0"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"highlight.js": "^10.6.0"
|
||||
"highlight.js": "^10.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bytemd": "^1.9.0"
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"@types/mermaid": "^8.2.2",
|
||||
"mermaid": "^8.9.1"
|
||||
"@types/mermaid": "^8.2.4",
|
||||
"mermaid": "^8.9.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bytemd": "^1.9.0"
|
||||
|
|
|
@ -26,6 +26,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^17.0.3",
|
||||
"react": "^17.0.1"
|
||||
"react": "^17.0.2"
|
||||
}
|
||||
}
|
||||
|
|
2051
pnpm-lock.yaml
2051
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue