mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(deps): update turndown-plugin-gfm to latest deps
This commit is contained in:
parent
2031882c0d
commit
419d5ffd1b
@ -1,4 +1,4 @@
|
|||||||
import config from './rollup.config';
|
import config from './rollup.config.js';
|
||||||
|
|
||||||
export default config({
|
export default config({
|
||||||
output: {
|
output: {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import config from './rollup.config';
|
import config from './rollup.config.js';
|
||||||
|
|
||||||
export default config({
|
export default config({
|
||||||
output: {
|
output: {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import config from './rollup.config';
|
import config from './rollup.config.js';
|
||||||
|
|
||||||
export default config({
|
export default config({
|
||||||
output: {
|
output: {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import config from './rollup.config';
|
import config from './rollup.config.js';
|
||||||
|
|
||||||
export default config({
|
export default config({
|
||||||
output: {
|
output: {
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
import config from './rollup.config';
|
import config from './rollup.config.js';
|
||||||
|
|
||||||
export default config({
|
export default config({
|
||||||
output: {
|
output: {
|
||||||
format: 'iife',
|
format: 'iife',
|
||||||
file: 'dist/turndown-plugin-gfm.js',
|
file: 'dist/turndown-plugin-gfm.js',
|
||||||
|
name: 'turndownPluginGfm'
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
export default function(config) {
|
export default function(config) {
|
||||||
return {
|
return {
|
||||||
name: 'turndownPluginGfm',
|
|
||||||
input: 'src/gfm.js',
|
input: 'src/gfm.js',
|
||||||
output: config.output,
|
output: config.output,
|
||||||
};
|
};
|
||||||
|
7777
packages/turndown-plugin-gfm/package-lock.json
generated
7777
packages/turndown-plugin-gfm/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -8,9 +8,9 @@
|
|||||||
"author": "Dom Christie",
|
"author": "Dom Christie",
|
||||||
"main": "lib/turndown-plugin-gfm.cjs.js",
|
"main": "lib/turndown-plugin-gfm.cjs.js",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserify": "14.5.0",
|
"browserify": "^17.0.1",
|
||||||
"rollup": "0.50.1",
|
"rollup": "^4.36.0",
|
||||||
"standard": "17.1.0",
|
"standard": "^17.1.2",
|
||||||
"turndown": "7.2.0",
|
"turndown": "7.2.0",
|
||||||
"turndown-attendant": "0.0.3"
|
"turndown-attendant": "0.0.3"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user