Skip to content

Commit

Permalink
up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Oct 2, 2023
1 parent ae38e88 commit 3b2c95d
Show file tree
Hide file tree
Showing 5 changed files with 494 additions and 494 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@turbo/codemod": "^1.10.14",
"@types/node": "^20.7.0",
"@types/node": "^20.8.0",
"linters": "workspace:*",
"tsconfig": "workspace:*",
"turbo": "^1.10.14",
Expand Down
6 changes: 3 additions & 3 deletions packages/linters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"eslint-config-next": "13.5.3",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.14",
"eslint-plugin-astro": "^0.29.0",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-toml": "^0.5.0",
"eslint-plugin-turbo": "^1.10.14",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-yml": "^1.9.0",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-sh": "^0.13.1",
"toml-eslint-parser": "^0.6.0",
"eslint-plugin-turbo": "^1.10.14"
"toml-eslint-parser": "^0.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
],
"dependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "^20.7.0"
"@types/node": "^20.8.0"
}
}
Loading

0 comments on commit 3b2c95d

Please sign in to comment.