Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
demiazz committed Oct 29, 2024
1 parent d8b235b commit 8ff5401
Show file tree
Hide file tree
Showing 2 changed files with 736 additions and 296 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,26 @@
"build": "forge",
"build:watch": "forge --watch"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"engines": {
"node": ">20",
"pnpm": "^9"
},
"dependencies": {
"@eslint/compat": "^1.2.0",
"@eslint/js": "^9.12.0",
"@eslint/compat": "^1.2.2",
"@eslint/js": "^9.13.0",
"@vitest/eslint-plugin": "^1.1.7",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-testing-library": "^6.3.0",
"eslint-plugin-testing-library": "^6.4.0",
"eslint-plugin-unicorn": "^56.0.0",
"globals": "^15.11.0",
"kebab-case": "^2.0.1",
"typescript-eslint": "^8.9.0"
"typescript-eslint": "^8.12.1"
},
"peerDependencies": {
"eslint": "^9.12.0",
Expand All @@ -66,14 +66,14 @@
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@tabula/forge": "^4.0.1",
"@tabula/forge": "^4.0.2",
"@tabula/prettier-config": "^0.1.7",
"@tabula/typescript-config": "^0.3.3",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.12.0",
"lefthook": "^1.7.18",
"eslint": "^9.13.0",
"lefthook": "^1.8.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
Expand Down
Loading

0 comments on commit 8ff5401

Please sign in to comment.