From cee9d7dbe0ec90df1163c2e7017a350c757e5d77 Mon Sep 17 00:00:00 2001 From: vilicvane Date: Thu, 5 Oct 2023 23:03:46 +0800 Subject: [PATCH] (magicspace-update) --- .github/workflows/{ci.yml => ci.yaml} | 0 .gitignore | 2 ++ README.md | 2 +- package.json | 14 +++++++------- 4 files changed, 10 insertions(+), 8 deletions(-) rename .github/workflows/{ci.yml => ci.yaml} (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yaml similarity index 100% rename from .github/workflows/ci.yml rename to .github/workflows/ci.yaml diff --git a/.gitignore b/.gitignore index 018c755..41b0f90 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ .DS_Store *.tgz node_modules/ +# Package Manager +yarn-error.log # TypeScript Build Artifacts bld/ *.tsbuildinfo diff --git a/README.md b/README.md index b0baf48..487aa59 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @mufan/code-boilerplates -Just another awesome magic. +Code boilerplates for Mufan ## License diff --git a/package.json b/package.json index 3c4c4c3..9ed280d 100644 --- a/package.json +++ b/package.json @@ -25,16 +25,16 @@ "test": "yarn lint-prettier && yarn build && yarn lint" }, "dependencies": { - "tslib": "^2.6.1" + "tslib": "^2.6.2" }, "devDependencies": { - "@mufan/code": "^0.2.16", - "@mufan/eslint-plugin": "^0.1.81", - "eslint": "^8.47.0", - "prettier": "^3.0.1", - "rimraf": "^5.0.1", + "@mufan/code": "^0.2.17", + "@mufan/eslint-plugin": "^0.1.82", + "eslint": "^8.50.0", + "prettier": "^3.0.3", + "rimraf": "^5.0.5", "run-in-every": "^0.2.0", - "typescript": "^5.1.6", + "typescript": "^5.2.2", "yarn-deduplicate": "^6.0.2" } }