Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Jun 25, 2024
1 parent 2f07151 commit 897c6f0
Show file tree
Hide file tree
Showing 2 changed files with 242 additions and 223 deletions.
32 changes: 14 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "garou",
"version": "0.7.5",
"version": "0.7.6",
"description": "Do thing what heroes didn't do",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -53,60 +53,56 @@
"test": "ava --fail-fast"
},
"dependencies": {
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/parser": "^7.14.1",
"@yarnpkg/lockfile": "^1.1.0",
"eslint-module-utils": "^2.8.1",
"flat-cache": "^3.2.0",
"vue-eslint-parser": "^9.4.2",
"vue-eslint-parser": "^9.4.3",
"write-file-atomic": "^5.0.1"
},
"devDependencies": {
"@bring-it/npm": "^0.5.4",
"@nice-move/cli": "^0.11.12",
"@nice-move/eslint-config-base": "^0.11.8",
"@nice-move/all-in-base": "^0.1.3",
"@nice-move/eslint-plugin-html": "0.0.0-beta.4",
"@nice-move/prettier-config": "^0.12.3",
"@nice-move/stylelint-config": "^0.10.6",
"@nice-move/tsconfig": "^0.2.3",
"@stylistic/stylelint-plugin": "^2.1.2",
"@yarnpkg/lockfile": "^1.1.0",
"ava": "^6.1.3",
"best-shot": "^0.5.7",
"best-shot": "^0.5.8",
"cheetor": "^0.13.0",
"eslint": "^8.57.0",
"eslint-plugin-ava": "^14.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-sort-class-members": "^1.20.0",
"eslint-plugin-vue": "^9.26.0",
"espree": "^9.6.1",
"fs-chain": "^8.2.3",
"globby": "^14.0.1",
"micromatch": "^4.0.5",
"micromatch": "^4.0.7",
"object-traversal": "^1.0.1",
"postcss": "^8.4.38",
"postcss-html": "^1.7.0",
"postcss-less": "^6.0.0",
"postcss-markdown": "^1.2.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"rehype": "^13.0.1",
"rehype-sort-attributes": "^5.0.0",
"settingz": "^0.2.0",
"slash": "^5.1.0",
"sort-keys": "^5.0.0",
"stylelint": "^16.5.0",
"stylelint-scss": "~6.3.0",
"typescript": "^5.4.5",
"yaml": "^2.4.2",
"stylelint": "^16.6.1",
"stylelint-scss": "~6.3.2",
"typescript": "^5.5.2",
"yaml": "^2.4.5",
"yarn-deduplicate": "^6.0.2"
},
"peerDependencies": {
"eslint": "^8.57.0 || ^9.0.0",
"stylelint": "^16.5.0",
"typescript": "^5.4.5"
"stylelint": "^16.6.1",
"typescript": "^5.5.2"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
Loading

0 comments on commit 897c6f0

Please sign in to comment.