Skip to content

Commit

Permalink
feat: more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Jun 30, 2024
1 parent dd47cda commit 4496639
Show file tree
Hide file tree
Showing 6 changed files with 425 additions and 426 deletions.
1 change: 1 addition & 0 deletions knip.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"prettier-plugin-packagejson",
"prettier",
"toml-eslint-parser",
"tsc-files",
"vue-eslint-parser",
"yaml-eslint-parser",
],
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,25 +65,25 @@
"@semantic-release/github": "10.0.6",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@stylistic/eslint-plugin": "2.2.2",
"@stylistic/eslint-plugin-migrate": "2.2.2",
"@types/node": "20.14.8",
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.30",
"@typescript-eslint/parser": "8.0.0-alpha.30",
"@typescript-eslint/utils": "8.0.0-alpha.30",
"@stylistic/eslint-plugin": "2.3.0",
"@stylistic/eslint-plugin-migrate": "2.3.0",
"@types/node": "20.14.9",
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.34",
"@typescript-eslint/parser": "8.0.0-alpha.34",
"@typescript-eslint/utils": "8.0.0-alpha.34",
"@unocss/eslint-plugin": "0.61.0",
"commitizen": "4.3.0",
"cspell": "8.9.1",
"cz-conventional-changelog": "3.3.0",
"deassert": "1.0.2",
"eslint": "9.5.0",
"eslint": "9.6.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-format": "0.1.2",
"eslint-plugin-functional": "7.0.0-alpha.9",
"eslint-plugin-import-x": "0.5.2",
"eslint-plugin-jsdoc": "48.3.0",
"eslint-plugin-jsdoc": "48.5.0",
"eslint-plugin-jsonc": "2.16.0",
"eslint-plugin-markdown": "5.0.0",
"eslint-plugin-n": "17.9.0",
Expand All @@ -93,7 +93,7 @@
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-regexp": "2.6.0",
"eslint-plugin-sonarjs": "1.0.3",
"eslint-plugin-toml": "0.11.0",
"eslint-plugin-toml": "0.11.1",
"eslint-plugin-unicorn": "54.0.0",
"eslint-plugin-vitest": "0.5.4",
"eslint-plugin-vue": "9.26.0",
Expand All @@ -103,7 +103,7 @@
"husky": "9.0.11",
"jiti": "1.21.6",
"jsonc-eslint-parser": "2.4.0",
"knip": "5.22.2",
"knip": "5.23.2",
"lint-staged": "15.2.7",
"markdownlint": "0.34.0",
"markdownlint-cli": "0.41.0",
Expand All @@ -113,9 +113,9 @@
"rollup": "4.18.0",
"rollup-plugin-ts": "3.4.5",
"semantic-release": "24.0.0",
"toml-eslint-parser": "0.9.3",
"toml-eslint-parser": "0.10.0",
"tsc-files": "1.1.4",
"tsx": "4.15.7",
"tsx": "4.16.0",
"typescript": "5.4.5",
"vue-eslint-parser": "9.4.3",
"yaml-eslint-parser": "1.2.3"
Expand Down
Loading

0 comments on commit 4496639

Please sign in to comment.