Skip to content

Commit 3eb524d

Browse files
authored
Merge pull request #793 from nodepen/dependabot/npm_and_yarn/build-d4982b02c9
Bump the build group across 1 directory with 3 updates
2 parents ebd6ad7 + eaacd89 commit 3eb524d

File tree

4 files changed

+43
-66
lines changed

4 files changed

+43
-66
lines changed

package-lock.json

Lines changed: 37 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/nodepen/nodes.git"
1010
},
11+
"packageManager": "npm@10.9.0",
1112
"license": "MIT",
1213
"scripts": {
1314
"build": "npx turbo run build --no-daemon",
@@ -35,8 +36,8 @@
3536
"prettier": "^3.2.5",
3637
"ts-jest": "^29.1.4",
3738
"tsc-alias": "^1.8.10",
38-
"tsc-watch": "^6.2.0",
39-
"turbo": "^1.13.3",
39+
"tsc-watch": "^6.2.1",
40+
"turbo": "^2.3.0",
4041
"typescript": "^5.4.5"
4142
},
4243
"workspaces": [

packages/nodes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/react": "^18.3.3",
3737
"@types/react-dom": "^18.2.25",
3838
"autoprefixer": "^10.4.20",
39-
"concurrently": "^8.2.2",
39+
"concurrently": "^9.1.0",
4040
"postcss": "^8.4.47",
4141
"tailwindcss": "^3.4.14"
4242
}

turbo.json

Lines changed: 2 additions & 2 deletions
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": ["^build"],
66
"outputs": [".next/**", "dist/**", "build/**"]
@@ -11,4 +11,4 @@
1111
"lint": {},
1212
"test": {}
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)