Skip to content

Commit

Permalink
chore: dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Nov 9, 2024
1 parent 472b17c commit 8dc348e
Show file tree
Hide file tree
Showing 5 changed files with 256 additions and 315 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@akylas/nativescript-android-runtime": "8.8.5",
"@akylas/nativescript-ios-runtime": "8.8.2",
"@akylas/nativescript-webpack": "5.0.22",
"@nativescript/core": "8.8.2",
"@nativescript/core": "8.8.4",
"merge-properties-files": "^1.1.6",
"mini-css-extract-plugin": "^2.9.1",
"svelte-loader": "3.2.4"
Expand Down
2 changes: 1 addition & 1 deletion tools
2 changes: 1 addition & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tools/tsconfig.eslint.json",
"include": [".*.js", "*.js", "*.mjs", "tools/**/*.mjs", "app/**/*.ts", "app/**/*.svelte", "tools/**/*.ts", "tools/**/*.svelte", "typings/*.d.ts"]
"include": [".*.js", "*.js", "*.mjs", "tools/**/*.mjs", "app/**/*.ts", "app/**/*.svelte", "tools/**/*.ts", "tools/**/*.svelte", "typings/*.d.ts", "plugin-nativeprocessor/*.ts", "plugin-nativeprocessor/typings"]

}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"plugin-nativeprocessor/*": ["plugin-nativeprocessor/*"]
}
},
"include": ["app/**/*", "tools/app/**/*", "typings/*.d.ts", "plugin-nativeprocessor", "plugin-nativeprocessor/typings"],
"include": ["app/**/*", "tools/app/**/*", "typings/*.d.ts", "plugin-nativeprocessor/*.ts", "plugin-nativeprocessor/typings"],
}
Loading

0 comments on commit 8dc348e

Please sign in to comment.