10000 bump TS to work with new nextjs · alexlande/sentry-javascript@1e546b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e546b1

Browse files
committed
bump TS to work with new nextjs
1 parent cafd011 commit 1e546b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"@types/webpack": "^5.28.0",
3131
"eslint": "7.20.0",
3232
"eslint-plugin-jsonc": "^1.2.1",
33-
"next": "^10.1.3",
33+
"next": "^10.x",
3434
"npm-run-all": "^4.1.5",
3535
"prettier": "1.19.0",
3636
"rimraf": "3.0.2",
3737
"ts-node": "^9.1.1",
38-
"typescript": "3.7.5"
38+
"typescript": "3.8"
3939
},
4040
"scripts": {
4141
"build": "run-p build:esm build:es5",

0 commit comments

Comments
 (0)
0