Skip to content

Commit

Permalink
fix: turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Dec 16, 2023
1 parent 6a2ea7a commit 39cbe6f
Show file tree
Hide file tree
Showing 2 changed files with 559 additions and 360 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@casperiv/eslint-config": "8.0.0",
"@casperiv/eslint-config-next": "8.0.0",
"@casperiv/eslint-config-react": "8.0.0",
"eslint": "8.54.0",
"eslint": "8.56.0",
"eslint-plugin-deprecation": "^2.0.0",
"lerna": "^7.4.2",
"lint-staged": "^15.1.0"
"lerna": "^8.0.1",
"lint-staged": "^15.2.0"
},
"lint-staged": {
"*.{js,jsx,json,ts,tsx,md,mdx,css,html,yml,yaml,scss,sass}\"": "prettier --write --ignore-path .prettierignore"
Expand All @@ -39,7 +39,7 @@
"copy": "^0.3.2",
"dotenv": "^16.3.1",
"husky": "^8.0.3",
"prettier": "3.1.0",
"prettier": "3.1.1",
"turbo": "1.10.16"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 39cbe6f

Please sign in to comment.