Skip to content

Commit

Permalink
Pin devDependencies (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Sep 7, 2024
1 parent 015c640 commit cddc420
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,33 +69,33 @@
"pug-lexer": "^5.0.1"
},
"devDependencies": {
"@eslint-types/jsdoc": "~48.2.2",
"@eslint-types/prettier": "~5.1.3",
"@eslint-types/typescript-eslint": "~7.5.0",
"@eslint-types/unicorn": "~52.0.0",
"@types/node": "~20.16.5",
"@typescript-eslint/eslint-plugin": "~7.18.0",
"@typescript-eslint/parser": "~7.18.0",
"@vitest/coverage-v8": "~2.0.5",
"benchmark": "~2.1.4",
"eslint": "~8.57.0",
"eslint-config-prettier": "~9.1.0",
"eslint-define-config": "~2.1.0",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-inclusive-language": "~2.2.1",
"eslint-plugin-jsdoc": "~50.2.2",
"eslint-plugin-prettier": "~5.2.1",
"eslint-plugin-spellcheck": "~0.0.20",
"eslint-plugin-unicorn": "~55.0.0",
"npm-run-all2": "~6.2.2",
"@eslint-types/jsdoc": "48.2.2",
"@eslint-types/prettier": "5.1.3",
"@eslint-types/typescript-eslint": "7.5.0",
"@eslint-types/unicorn": "52.0.0",
"@types/node": "20.16.5",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitest/coverage-v8": "2.0.5",
"benchmark": "2.1.4",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-define-config": "2.1.0",
"eslint-gitignore": "0.1.0",
"eslint-plugin-inclusive-language": "2.2.1",
"eslint-plugin-jsdoc": "50.2.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-spellcheck": "0.0.20",
"eslint-plugin-unicorn": "55.0.0",
"npm-run-all2": "6.2.2",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "~4.0.0",
"rimraf": "~6.0.1",
"tsup": "~8.2.4",
"typescript": "~5.5.4",
"vite": "~5.4.3",
"vitepress": "~1.3.4",
"vitest": "~2.0.5"
"prettier-plugin-organize-imports": "4.0.0",
"rimraf": "6.0.1",
"tsup": "8.2.4",
"typescript": "5.5.4",
"vite": "5.4.3",
"vitepress": "1.3.4",
"vitest": "2.0.5"
},
"peerDependencies": {
"prettier": "^3.0.0"
Expand Down
52 changes: 26 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cddc420

Please sign in to comment.