Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Jul 20, 2024
1 parent 7e7d774 commit c6751f8
Show file tree
Hide file tree
Showing 7 changed files with 1,926 additions and 1,824 deletions.
31 changes: 7 additions & 24 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,12 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
"[javascript][javascriptreact][typescript][typescriptreact][json][jsonc]": {
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
},

// If you want to silent stylistic rules
"eslint.rules.customizations": [
{ "rule": "@stylistic/*", "severity": "off" },
{ "rule": "simple-import-sort/*", "severity": "off" },
{ "rule": "antfu/consistent-list-newline", "severity": "off" },
{ "rule": "hyoban/jsx-attribute-spacing", "severity": "off" },
{ "rule": "@stylistic/no-tabs", "severity": "default" },
{ "rule": "@stylistic/max-statements-per-line", "severity": "default" }
],

// You may don't need this in the future
"eslint.experimental.useFlatConfig": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"json"
],

// Disable the default formatter, use eslint instead
"prettier.enable": false,
"editor.formatOnSave": false,
{ "rule": "*", "fixable": true, "severity": "off" }
]
}
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"next": "14.2.3",
"next": "14.2.5",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
Expand Down
23 changes: 10 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "release-it-pnpm",
"type": "module",
"version": "4.6.2",
"packageManager": "pnpm@9.1.1",
"packageManager": "pnpm@9.5.0",
"description": "Run release-it with pnpm",
"author": "Stephen Zhou <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -31,9 +31,6 @@
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"bin": {
"release-it-pnpm": "dist/bin/index.js"
},
"files": [
"dist",
"package.json"
Expand Down Expand Up @@ -70,20 +67,20 @@
},
"dependencies": {
"bumpp": "^9.4.1",
"changelogithub": "^0.13.7",
"changelogithub": "^0.13.9",
"conventional-changelog-conventionalcommits": "^8.0.0",
"conventional-recommended-bump": "^10.0.0",
"kolorist": "^1.8.0",
"semver": "^7.6.2"
"semver": "^7.6.3"
},
"devDependencies": {
"@types/node": "20.12.12",
"@types/node": "20.14.11",
"@types/semver": "^7.5.8",
"bunchee": "^5.1.5",
"eslint": "^9.2.0",
"eslint-config-hyoban": "^2.3.1",
"release-it": "^17.2.1",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
"bunchee": "^5.2.2",
"eslint": "^9.7.0",
"eslint-config-hyoban": "3.0.0-beta.30",
"release-it": "^17.6.0",
"typescript": "^5.5.3",
"vitest": "^2.0.3"
}
}
Loading

0 comments on commit c6751f8

Please sign in to comment.