0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 18:02:42 +00:00

t shouldn't have been saved...

This commit is contained in:
David Bolack
2024-11-24 21:57:59 -06:00
parent 008b31e530
commit e763ae1631
2 changed files with 33 additions and 8 deletions

39
package-lock.json generated
View File

@@ -34,7 +34,7 @@
"lodash": "^4.17.21",
"marked": "11.2.0",
"marked-emoji": "^1.4.3",
"marked-extended-tables": "^1.0.10",
"marked-extended-tables": "file:../marked-extended-tables",
"marked-gfm-heading-id": "^3.2.0",
"marked-smartypants-lite": "^1.0.2",
"markedLegacy": "npm:marked@^0.3.19",
@@ -71,6 +71,35 @@
"npm": "^10.8.x"
}
},
"../marked-extended-tables": {
"version": "1.0.10",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.25.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.1.7",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^13.0.0",
"babel-jest": "^29.5.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"jest-cli": "^29.7.0",
"marked": "^14.1.0",
"rollup": "^4.18.0",
"semantic-release": "^24.1.0"
},
"peerDependencies": {
"marked": ">=3 <15"
}
},
"node_modules/@ampproject/remapping": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
@@ -10543,12 +10572,8 @@
}
},
"node_modules/marked-extended-tables": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/marked-extended-tables/-/marked-extended-tables-1.0.10.tgz",
"integrity": "sha512-zvRS0GPTkxq8UWawSDecd1Rxd2KD8crrmq2QALGDdrgkcgRNQzHlbnlujBGuXxdgDJg7f6UTv+JpcfejBpKdSg==",
"peerDependencies": {
"marked": ">=3 <15"
}
"resolved": "../marked-extended-tables",
"link": true
},
"node_modules/marked-gfm-heading-id": {
"version": "3.2.0",

View File

@@ -106,7 +106,7 @@
"lodash": "^4.17.21",
"marked": "11.2.0",
"marked-emoji": "^1.4.3",
"marked-extended-tables": "^1.0.10",
"marked-extended-tables": "file:../marked-extended-tables",
"marked-gfm-heading-id": "^3.2.0",
"marked-smartypants-lite": "^1.0.2",
"markedLegacy": "npm:marked@^0.3.19",