Skip to content

Commit 850d26c

Browse files
committed
Update several dependencies and fix a few errors with updates
1 parent ab7b70d commit 850d26c

File tree

4 files changed

+4518
-3752
lines changed

4 files changed

+4518
-3752
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ yarn-error.log*
3131

3232
# turbo
3333
.turbo
34+
35+
#idea
36+
.idea/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@dumbcode/eslint-config-custom": "*",
2020
"husky": "^8.0.1",
2121
"lint-staged": "^13.0.3",
22-
"prettier": "latest",
23-
"turbo": "latest"
22+
"prettier": "^3.8.1",
23+
"turbo": "^2.8.14"
2424
},
2525
"engines": {
2626
"node": ">=14.0.0"

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://turborepo.org/schema.json",
3-
"pipeline": {
3+
"tasks": {
44
"build": {
55
"dependsOn": [
66
"^build"

0 commit comments

Comments
 (0)