Skip to content

Commit 8ac184c

Browse files
committed
build: updated deps
1 parent 4a1e0aa commit 8ac184c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@tsparticles/eslint-config": "^2.1.4",
3333
"@tsparticles/prettier-config": "^2.1.0",
34-
"@tsparticles/tsconfig": "^2.1.6",
34+
"@tsparticles/tsconfig": "^2.1.7",
3535
"@tsparticles/webpack-plugin": "^2.1.6",
3636
"@typescript-eslint/eslint-plugin": "^7.1.0",
3737
"@typescript-eslint/parser": "^7.1.0",

pnpm-lock.yaml

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

src/build/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ buildCommand.action(async (argPath: string) => {
8585
}
8686

8787
if (canContinue && prettier) {
88-
const { prettifyReadme, prettifyPackageJson, prettifyPackageDistJson } = await import("./build-prettier");
88+
const { prettifyReadme, prettifyPackageJson, prettifyPackageDistJson } = await import("./build-prettier.js");
8989

9090
canContinue = await prettifyReadme(basePath, ci);
9191
canContinue = await prettifyPackageJson(basePath, ci);

src/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
2828

2929
/* Modules */
30-
"module": "commonjs",
30+
"module": "Node16",
3131
/* Specify what module code is generated. */
3232
"rootDir": ".",
3333
/* Specify the root folder within your source files. */
34-
"moduleResolution": "node",
34+
"moduleResolution": "Node16",
3535
/* Specify how TypeScript looks up a file from a given module specifier. */
3636
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
3737
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */

0 commit comments

Comments
 (0)