Skip to content

Commit

Permalink
Merge pull request #793 from nodepen/dependabot/npm_and_yarn/build-d4…
Browse files Browse the repository at this point in the history
…982b02c9

Bump the build group across 1 directory with 3 updates
  • Loading branch information
cdriesler authored Nov 16, 2024
2 parents ebd6ad7 + eaacd89 commit 3eb524d
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 66 deletions.
98 changes: 37 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"type": "git",
"url": "https://github.com/nodepen/nodes.git"
},
"packageManager": "[email protected]",
"license": "MIT",
"scripts": {
"build": "npx turbo run build --no-daemon",
Expand Down Expand Up @@ -35,8 +36,8 @@
"prettier": "^3.2.5",
"ts-jest": "^29.1.4",
"tsc-alias": "^1.8.10",
"tsc-watch": "^6.2.0",
"turbo": "^1.13.3",
"tsc-watch": "^6.2.1",
"turbo": "^2.3.0",
"typescript": "^5.4.5"
},
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.25",
"autoprefixer": "^10.4.20",
"concurrently": "^8.2.2",
"concurrently": "^9.1.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14"
}
Expand Down
4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "dist/**", "build/**"]
Expand All @@ -11,4 +11,4 @@
"lint": {},
"test": {}
}
}
}

0 comments on commit 3eb524d

Please sign in to comment.