File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ module.exports = {
33 browser : true ,
44 node : true ,
55 } ,
6- overrides : [ ] ,
6+ overrides : [
7+ {
8+ files : [ 'vite.config.ts' ] ,
9+ parserOptions : {
10+ project : [ 'tsconfig.test.json' ] ,
11+ } ,
12+ } ,
13+ ] ,
714 extends : [ '../../.eslintrc.js' ] ,
815} ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentry/react-router" ,
3- "version" : " 9.0.0-alpha.1 " ,
3+ "version" : " 9.0.0-alpha.2 " ,
44 "description" : " Official Sentry SDK for React Router v7 (Framework)" ,
55 "repository" : " git://github.com/getsentry/sentry-javascript.git" ,
66 "homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/react-router" ,
3030 "access" : " public"
3131 },
3232 "dependencies" : {
33- "@sentry/core" : " 9.0.0-alpha.1 " ,
34- "@sentry/browser" : " 9.0.0-alpha.1 " ,
35- "@sentry/node" : " 9.0.0-alpha.1 "
33+ "@sentry/core" : " 9.0.0-alpha.2 " ,
34+ "@sentry/browser" : " 9.0.0-alpha.2 " ,
35+ "@sentry/node" : " 9.0.0-alpha.2 "
3636 },
3737 "devDependencies" : {
3838 "@react-router/node" : " ^7.1.5" ,
Original file line number Diff line number Diff line change 11{
22 "extends" : " ./tsconfig.json" ,
33
4- "include" : [" test/**/*" , " vitest .config.ts" ],
4+ "include" : [" test/**/*" , " vite .config.ts" ],
55
66 "compilerOptions" : {
77 "lib" : [" DOM" , " ES2018" ],
You can’t perform that action at this time.
0 commit comments