1
0
mirror of synced 2025-11-06 05:10:37 +08:00

Update package version to 1.4.0 and update error-ex dependency to version 1.4.0

This commit is contained in:
Anduin
2024-06-17 14:03:33 +00:00
parent 348de16ce5
commit 818157f285
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "how-to-cook",
"version": "1.3.1",
"version": "1.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "how-to-cook",
"version": "1.3.1",
"version": "1.4.0",
"license": "Unlicense",
"dependencies": {
"markdownlint-cli": "0.41.0",
@@ -1956,7 +1956,7 @@
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
"integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
"dependencies": {
"error-ex": "^1.3.1",
"error-ex": "^1.4.0",
"json-parse-better-errors": "^1.0.1"
},
"engines": {
@@ -4308,7 +4308,7 @@
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
"integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
"requires": {
"error-ex": "^1.3.1",
"error-ex": "^1.4.0",
"json-parse-better-errors": "^1.0.1"
}
},

View File

@@ -1,7 +1,7 @@
{
"name": "how-to-cook",
"description": "程序员在家做饭方法指南。Programmer's guide about how to cook at home (Chinese).",
"version": "1.3.1",
"version": "1.4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Anduin2017/HowToCook.git"