Skip to content

Commit

Permalink
chore(deps): lock file maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Nov 18, 2024
1 parent e10bae9 commit c3a0476
Show file tree
Hide file tree
Showing 3 changed files with 673 additions and 744 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "garou",
"version": "0.8.1",
"version": "0.8.2",
"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.8.1",
"@typescript-eslint/parser": "^8.15.0",
"@yarnpkg/lockfile": "^1.1.0",
"eslint-module-utils": "^2.12.0",
"flat-cache": "^3.2.0",
Expand All @@ -63,29 +63,29 @@
"devDependencies": {
"@bring-it/cli": "^0.9.9",
"@bring-it/npm": "^0.5.9",
"@nice-move/all-in-base": "^0.2.4",
"@nice-move/all-in-base": "^0.2.11",
"@nice-move/eslint-plugin-html": "0.0.0-beta.4",
"@nice-move/prettier-config": "0.14.7",
"@nice-move/prettier-config": "0.14.10",
"@stylistic/stylelint-plugin": "^3.1.1",
"@vue/compiler-sfc": "^3.5.12",
"@vue/compiler-sfc": "^3.5.13",
"@yarnpkg/lockfile": "^1.1.0",
"ava": "^6.1.3",
"best-shot": "^0.7.6",
"ava": "^6.2.0",
"best-shot": "^0.7.8",
"cheetor": "^0.13.0",
"eslint": "^8.57.1",
"eslint-plugin-ava": "^14.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-class-members": "^1.20.0",
"eslint-plugin-vue": "^9.29.0",
"eslint-plugin-sort-class-members": "^1.21.0",
"eslint-plugin-vue": "^9.31.0",
"espree": "^9.6.1",
"fs-chain": "^8.2.3",
"fs-chain": "^8.2.4",
"globby": "^14.0.2",
"micromatch": "^4.0.8",
"object-traversal": "^1.0.1",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"postcss-html": "^1.7.0",
"postcss-less": "^6.0.0",
"postcss-markdown": "^1.2.0",
Expand All @@ -97,9 +97,9 @@
"slash": "^5.1.0",
"sort-keys": "^5.1.0",
"stylelint": "^16.10.0",
"stylelint-scss": "^6.7.0",
"stylelint-scss": "^6.9.0",
"typescript": "~5.6.3",
"yaml": "^2.5.1",
"yaml": "^2.6.0",
"yarn-deduplicate": "^6.0.2"
},
"peerDependencies": {
Expand All @@ -111,9 +111,9 @@
"optional": true
}
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"engines": {
"node": ">=20.5.0 || ^18.17.0 || ^22.0.0"
"node": ">=20.15.0 || ^18.20.0 || ^22.11.0"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit c3a0476

Please sign in to comment.