Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Dec 6, 2024
1 parent e726e4c commit c3bedd1
Show file tree
Hide file tree
Showing 3 changed files with 1,180 additions and 481 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "garou",
"version": "0.8.2",
"version": "0.8.3",
"description": "Do thing what heroes didn't do",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"test": "ava --fail-fast"
},
"dependencies": {
"@typescript-eslint/parser": "^8.15.0",
"@typescript-eslint/parser": "^8.17.0",
"@yarnpkg/lockfile": "^1.1.0",
"eslint-module-utils": "^2.12.0",
"flat-cache": "^3.2.0",
Expand All @@ -63,14 +63,14 @@
"devDependencies": {
"@bring-it/cli": "^0.9.9",
"@bring-it/npm": "^0.5.9",
"@nice-move/all-in-base": "^0.2.11",
"@nice-move/all-in-base": "^0.2.14",
"@nice-move/eslint-plugin-html": "0.0.0-beta.4",
"@nice-move/prettier-config": "0.14.10",
"@nice-move/prettier-config": "^0.14.11",
"@stylistic/stylelint-plugin": "^3.1.1",
"@vue/compiler-sfc": "^3.5.13",
"@yarnpkg/lockfile": "^1.1.0",
"ava": "^6.2.0",
"best-shot": "^0.7.8",
"best-shot": "^0.7.10",
"cheetor": "^0.13.0",
"eslint": "^8.57.1",
"eslint-plugin-ava": "^14.0.0",
Expand All @@ -79,7 +79,7 @@
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-class-members": "^1.21.0",
"eslint-plugin-vue": "^9.31.0",
"eslint-plugin-vue": "^9.32.0",
"espree": "^9.6.1",
"fs-chain": "^8.2.4",
"globby": "^14.0.2",
Expand All @@ -90,30 +90,30 @@
"postcss-less": "^6.0.0",
"postcss-markdown": "^1.2.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"rehype": "^13.0.2",
"rehype-sort-attributes": "^5.0.1",
"settingz": "^0.2.0",
"slash": "^5.1.0",
"sort-keys": "^5.1.0",
"stylelint": "^16.10.0",
"stylelint-scss": "^6.9.0",
"typescript": "~5.6.3",
"yaml": "^2.6.0",
"stylelint": "^16.11.0",
"stylelint-scss": "^6.10.0",
"typescript": "~5.7.2",
"yaml": "^2.6.1",
"yarn-deduplicate": "^6.0.2"
},
"peerDependencies": {
"eslint": "^8.57.0 || ^9.5.0",
"typescript": "^5.5.4"
"eslint": "^8.57.1 || ^9.16.0",
"typescript": "^5.7.2"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"packageManager": "pnpm@9.13.0",
"packageManager": "pnpm@9.14.4",
"engines": {
"node": ">=20.15.0 || ^18.20.0 || ^22.11.0"
"node": "^18.20.0 || ^20.15.0 || ^22.11.0"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit c3bedd1

Please sign in to comment.