Skip to content

Commit

Permalink
Merge pull request #796 from nodepen/dependabot/npm_and_yarn/types/th…
Browse files Browse the repository at this point in the history
…ree-0.170.0

Bump @types/three from 0.136.1 to 0.170.0
  • Loading branch information
cdriesler authored Nov 16, 2024
2 parents 3eb524d + 0d215d5 commit 24d3d68
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ updates:
patterns:
- "immer"
- "zustand"
ignore:
- dependency-name: "@types/three"
reviewers:
- "cdriesler"
versioning-strategy: "increase"
Expand Down
2 changes: 1 addition & 1 deletion apps/nodepen-client/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
5 changes: 3 additions & 2 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^22.7.6",
"@types/three": "^0.136.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"copyfiles": "^2.4.1",
Expand Down
1 change: 1 addition & 0 deletions packages/nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.25",
"@types/three": "^0.136.0",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.0",
"postcss": "^8.4.47",
Expand Down

0 comments on commit 24d3d68

Please sign in to comment.