Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 29, 2023
1 parent ae848fc commit 6c7ad1b
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 107 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"eslint": "8.36.0",
"eslint": "8.37.0",
"prettier": "^2.8.5",
"typescript": "4.9.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prettier": ">=2.8.0"
},
"devDependencies": {
"eslint": "8.36.0",
"eslint": "8.37.0",
"prettier": "2.8.7"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react": ">=17.0.0"
},
"devDependencies": {
"eslint": "8.36.0",
"eslint": "8.37.0",
"prettier": "2.8.7"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typescript": ">=4.8.0"
},
"devDependencies": {
"eslint": "8.36.0",
"eslint": "8.37.0",
"prettier": "2.8.7",
"typescript": "5.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"prettier": ">=2.8.0"
},
"devDependencies": {
"eslint": "8.36.0",
"prettier": "2.8.5"
"eslint": "8.37.0",
"prettier": "2.8.7"
},
"dependencies": {
"@frontify/eslint-config-typescript": "workspace:*",
Expand Down
Loading

0 comments on commit 6c7ad1b

Please sign in to comment.