Skip to content

Commit 75cbd88

Browse files
Bump rollup-plugin-typescript2 from 0.35.0 to 0.36.0 (auth0#597)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: frederikprijck <[email protected]>
1 parent c6cb50f commit 75cbd88

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

examples/cra-react-router/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"strict": true,
1010
"forceConsistentCasingInFileNames": true,
1111
"module": "esnext",
12-
"moduleResolution": "node",
12+
"moduleResolution": "NodeNext",
1313
"resolveJsonModule": true,
1414
"isolatedModules": true,
1515
"noEmit": true,
1616
"jsx": "react",
17-
"noFallthroughCasesInSwitch": true
17+
"noFallthroughCasesInSwitch": true,
1818
},
1919
"include": ["src"]
2020
}

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"rollup-plugin-livereload": "^2.0.5",
8585
"rollup-plugin-peer-deps-external": "^2.2.4",
8686
"rollup-plugin-serve": "^2.0.2",
87-
"rollup-plugin-typescript2": "^0.35.0",
87+
"rollup-plugin-typescript2": "^0.36.0",
8888
"start-server-and-test": "^2.0",
8989
"ts-jest": "^29.0.3",
9090
"tslib": "^2.4.1",

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"noFallthroughCasesInSwitch": true,
1515
"esModuleInterop": true,
1616
"resolveJsonModule": true,
17-
"forceConsistentCasingInFileNames": true
17+
"forceConsistentCasingInFileNames": true,
18+
"moduleResolution": "NodeNext"
1819
},
1920
"include": ["src"]
2021
}

0 commit comments

Comments
 (0)