Skip to content

Commit 60a6d44

Browse files
authored
Merge pull request #94 from chrisweb/preview
@react-three/postprocessing rc 2 fix
2 parents 8094dfc + 2f9f315 commit 60a6d44

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@next/mdx": "canary",
4343
"@react-three/drei": "10.0.0-rc.1",
4444
"@react-three/fiber": "9.0.0-rc.5",
45-
"@react-three/postprocessing": "3.0.0-rc.1",
45+
"@react-three/postprocessing": "3.0.0-rc.2",
4646
"@sentry/nextjs": "8.51.0",
4747
"@shikijs/transformers": "2.1.0",
4848
"@vercel/analytics": "1.4.1",

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"@/*": [
2727
"./*"
2828
]
29-
},
30-
"allowImportingTsExtensions": true
29+
}
3130
},
3231
"include": [
3332
"next-env.d.ts",

0 commit comments

Comments
 (0)