Skip to content

Commit

Permalink
Merge pull request #234 from skyclouds2001/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
skyclouds2001 authored Dec 18, 2023
2 parents 37c4f7b + af8cc91 commit c02e06b
Show file tree
Hide file tree
Showing 4 changed files with 888 additions and 871 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"simple-git": "^3.21.0"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
Expand All @@ -85,34 +85,34 @@
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-typescript": "^11.1.5",
"@types/minimist": "^1.2.5",
"@types/node": "^20.10.1",
"@types/node": "^20.10.4",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.0.4",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vitest": "^0.3.10",
"eslint-plugin-vitest": "^0.3.17",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.0",
"markdownlint": "^0.32.1",
"markdownlint-cli": "^0.37.0",
"markdownlint-cli": "^0.38.0",
"only-allow": "^1.2.1",
"pnpm": "8.10.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"rollup": "^4.6.1",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
"rollup": "^4.9.0",
"typescript": "^5.3.3",
"vitest": "^1.0.4"
}
}
Loading

0 comments on commit c02e06b

Please sign in to comment.