Skip to content

Commit

Permalink
(magicspace-update)
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Oct 5, 2023
1 parent 7d6d224 commit cee9d7d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
.DS_Store
*.tgz
node_modules/
# Package Manager
yarn-error.log
# TypeScript Build Artifacts
bld/
*.tsbuildinfo
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @mufan/code-boilerplates

Just another awesome magic.
Code boilerplates for Mufan

## License

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit cee9d7d

Please sign in to comment.