Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslanjaka committed Jul 19, 2023
1 parent 33ca632 commit c2e6974
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lib
Submodule lib updated 3 files
+0 −5 dist/index.js
+1 −1 package.json
+0 −6 src/index.ts
29 changes: 17 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "nrs \"build:**\"",
"pack": "yarn workspace hexo-shortcodes run pack",
"patch": "yarn workspace hexo-shortcodes version patch",
"update:ncu": "npx npm-check-updates -u",
"update:ncu": "npx npm-check-updates -u -x async,progress,cheerio,jsdom,deepmerge-ts --enginesNode",
"update": "yarn workspaces foreach --no-private exec \"npm run update --if-present\"",
"prestart": "yarn build",
"start": "yarn workspace hexo-shortcodes-test run serve",
Expand Down Expand Up @@ -51,25 +51,30 @@
"@types/fs-extra": "^11.0.1",
"@types/gulp": "^4",
"@types/minimist": "^1",
"@types/node": "^20.2.0",
"@types/node": "^20.4.2",
"@types/prettier": "^2",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"binary-collections": "^1.0.3",
"eslint": "^8.40.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"execa": "^7.1.1",
"git-command-helper": "^1.2.3",
"git-command-helper": "^2.0.1",
"gulp": "^4.0.2",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"minimist": "^1.2.8",
"nodemon": "^2.0.22",
"npm-check-updates": "^16.10.12",
"prettier": "^2.8.8",
"nodemon": "^3.0.1",
"npm-check-updates": "^16.10.16",
"prettier": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"typescript": "^5.1.6"
},
"engines": {
"node": "^14.0.0",
"npm": "^8.0.0",
"hexo": ">= 3.0.0"
},
"packageManager": "yarn@3.6.1",
"dependencies": {
Expand Down

0 comments on commit c2e6974

Please sign in to comment.