mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-15 19:12:38 +00:00
First pass testing
If completes, remove most tests.
This commit is contained in:
41
package-lock.json
generated
41
package-lock.json
generated
@@ -38,7 +38,7 @@
|
|||||||
"marked-emoji": "^1.4.3",
|
"marked-emoji": "^1.4.3",
|
||||||
"marked-extended-tables": "^1.1.0",
|
"marked-extended-tables": "^1.1.0",
|
||||||
"marked-gfm-heading-id": "^4.0.1",
|
"marked-gfm-heading-id": "^4.0.1",
|
||||||
"marked-nonbreaking-spaces": "file:../marked-nonbreaking-spaces",
|
"marked-nonbreaking-spaces": "^1.0.0",
|
||||||
"marked-smartypants-lite": "^1.0.3",
|
"marked-smartypants-lite": "^1.0.3",
|
||||||
"markedLegacy": "npm:marked@^0.3.19",
|
"markedLegacy": "npm:marked@^0.3.19",
|
||||||
"moment": "^2.30.1",
|
"moment": "^2.30.1",
|
||||||
@@ -74,36 +74,6 @@
|
|||||||
"npm": "^10.2.x"
|
"npm": "^10.2.x"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"../marked-nonbreaking-spaces": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"license": "MIT",
|
|
||||||
"devDependencies": {
|
|
||||||
"@babel/core": "^7.26.0",
|
|
||||||
"@babel/preset-env": "^7.26.0",
|
|
||||||
"@markedjs/testutils": "^15.0.0-0",
|
|
||||||
"@rollup/plugin-commonjs": "^28.0.2",
|
|
||||||
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
||||||
"@semantic-release/changelog": "^6.0.3",
|
|
||||||
"@semantic-release/commit-analyzer": "^13.0.0",
|
|
||||||
"@semantic-release/git": "^10.0.1",
|
|
||||||
"@semantic-release/github": "^11.0.1",
|
|
||||||
"@semantic-release/npm": "^12.0.1",
|
|
||||||
"@semantic-release/release-notes-generator": "^14.0.2",
|
|
||||||
"babel-jest": "^29.5.0",
|
|
||||||
"eslint": "^8.57.1",
|
|
||||||
"eslint-config-standard": "^17.1.0",
|
|
||||||
"eslint-plugin-import": "^2.31.0",
|
|
||||||
"eslint-plugin-node": "^11.1.0",
|
|
||||||
"eslint-plugin-promise": "^6.6.0",
|
|
||||||
"jest-cli": "^29.7.0",
|
|
||||||
"marked": "^15.0.4",
|
|
||||||
"rollup": "^4.29.2",
|
|
||||||
"semantic-release": "^24.2.0"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"marked": ">=3 <16"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@ampproject/remapping": {
|
"node_modules/@ampproject/remapping": {
|
||||||
"version": "2.3.0",
|
"version": "2.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
|
||||||
@@ -9906,8 +9876,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/marked-nonbreaking-spaces": {
|
"node_modules/marked-nonbreaking-spaces": {
|
||||||
"resolved": "../marked-nonbreaking-spaces",
|
"version": "1.0.0",
|
||||||
"link": true
|
"resolved": "https://registry.npmjs.org/marked-nonbreaking-spaces/-/marked-nonbreaking-spaces-1.0.0.tgz",
|
||||||
|
"integrity": "sha512-/HXGblHehErt6LNi+wKGp+iupl8vU0FSsyzSDA6N9WAioCkuJiN6RwogXPQCe/8jyFaW+e+14lVu0ANZ9TmVLw==",
|
||||||
|
"license": "MIT",
|
||||||
|
"peerDependencies": {
|
||||||
|
"marked": ">=3 <16"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"node_modules/marked-smartypants-lite": {
|
"node_modules/marked-smartypants-lite": {
|
||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
|
|||||||
@@ -112,7 +112,7 @@
|
|||||||
"marked-emoji": "^1.4.3",
|
"marked-emoji": "^1.4.3",
|
||||||
"marked-extended-tables": "^1.1.0",
|
"marked-extended-tables": "^1.1.0",
|
||||||
"marked-gfm-heading-id": "^4.0.1",
|
"marked-gfm-heading-id": "^4.0.1",
|
||||||
"marked-nonbreaking-spaces": "file:../marked-nonbreaking-spaces",
|
"marked-nonbreaking-spaces": "^1.0.0",
|
||||||
"marked-smartypants-lite": "^1.0.3",
|
"marked-smartypants-lite": "^1.0.3",
|
||||||
"markedLegacy": "npm:marked@^0.3.19",
|
"markedLegacy": "npm:marked@^0.3.19",
|
||||||
"moment": "^2.30.1",
|
"moment": "^2.30.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user