Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Jan 9, 2023
1 parent 5ad4037 commit b1c1738
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 174 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"devDependencies": {
"@antfu/ni": "^0.18.8",
"@ocavue/eslint-config": "workspace:*",
"@types/node": "^18.11.9",
"eslint": "^8.28.0",
"prettier": "^2.8.0",
"typescript": "~4.8.0"
"@types/node": "^18.11.18",
"eslint": "^8.31.0",
"prettier": "^2.8.2",
"typescript": "~4.9.4"
}
}
14 changes: 7 additions & 7 deletions packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
"version": "0.6.3",
"main": "index.js",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint-define-config": "^1.12.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint-define-config": "^1.13.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsonc": "^2.5.0",
"eslint-plugin-jsonc": "^2.6.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-unicorn": "^45.0.0",
"eslint-plugin-unicorn": "^45.0.2",
"yaml-eslint-parser": "^1.1.0"
},
"peerDependencies": {
"eslint": ">=8.0.0",
"typescript": ">=4.0.0"
},
"devDependencies": {
"eslint": "^8.28.0",
"typescript": "~4.8.0"
"eslint": "^8.31.0",
"typescript": "~4.9.4"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.4.1",
"main": "index.js",
"dependencies": {
"eslint-config-prettier": "^8.5.0",
"eslint-define-config": "^1.12.0",
"eslint-config-prettier": "^8.6.0",
"eslint-define-config": "^1.13.0",
"eslint-plugin-prettier": "^4.2.1"
},
"peerDependencies": {
Expand All @@ -20,8 +20,8 @@
}
},
"devDependencies": {
"eslint": "^8.28.0",
"prettier": "^2.8.0"
"eslint": "^8.31.0",
"prettier": "^2.8.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"dependencies": {
"@ocavue/eslint-config-basic": "^0.6.3",
"@ocavue/eslint-config-prettier": "^0.4.1",
"eslint-define-config": "^1.12.0",
"eslint-define-config": "^1.13.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0"
},
"devDependencies": {
"eslint": "^8.28.0",
"typescript": "~4.8.0"
"eslint": "^8.31.0",
"typescript": "~4.9.4"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"dependencies": {
"@ocavue/eslint-config-basic": "^0.6.3",
"@ocavue/eslint-config-prettier": "^0.4.1",
"eslint-define-config": "^1.12.0"
"eslint-define-config": "^1.13.0"
},
"peerDependencies": {
"eslint": ">=8.0.0"
},
"devDependencies": {
"eslint": "^8.28.0",
"prettier": "^2.8.0",
"typescript": "~4.8.0"
"eslint": "^8.31.0",
"prettier": "^2.8.2",
"typescript": "~4.9.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit b1c1738

Please sign in to comment.