0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Revert local error in package.json

This commit is contained in:
David Bolack
2024-11-25 13:59:24 -06:00
parent fa96836b63
commit 74b4cb2afd
2 changed files with 9 additions and 33 deletions

40
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": "file:../marked-extended-tables",
"marked-extended-tables": "^1.0.10",
"marked-gfm-heading-id": "^3.2.0",
"marked-smartypants-lite": "^1.0.2",
"markedLegacy": "npm:marked@^0.3.19",
@@ -71,35 +71,6 @@
"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",
@@ -10572,8 +10543,13 @@
}
},
"node_modules/marked-extended-tables": {
"resolved": "../marked-extended-tables",
"link": true
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/marked-extended-tables/-/marked-extended-tables-1.0.10.tgz",
"integrity": "sha512-zvRS0GPTkxq8UWawSDecd1Rxd2KD8crrmq2QALGDdrgkcgRNQzHlbnlujBGuXxdgDJg7f6UTv+JpcfejBpKdSg==",
"license": "MIT",
"peerDependencies": {
"marked": ">=3 <15"
}
},
"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": "file:../marked-extended-tables",
"marked-extended-tables": "^1.0.10",
"marked-gfm-heading-id": "^3.2.0",
"marked-smartypants-lite": "^1.0.2",
"markedLegacy": "npm:marked@^0.3.19",