mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 11:17:04 +08:00
chore: workspace updates
This commit is contained in:
@ -38,13 +38,18 @@
|
|||||||
"@typescript-eslint/no-explicit-any": "off",
|
"@typescript-eslint/no-explicit-any": "off",
|
||||||
"@typescript-eslint/no-this-alias": "warn",
|
"@typescript-eslint/no-this-alias": "warn",
|
||||||
"@typescript-eslint/no-namespace": "off",
|
"@typescript-eslint/no-namespace": "off",
|
||||||
"@typescript-eslint/no-inferrable-types": "off"
|
"@typescript-eslint/no-inferrable-types": "off",
|
||||||
|
"@typescript-eslint/no-extra-semi": "error",
|
||||||
|
"no-extra-semi": "off"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"files": ["*.js", "*.jsx"],
|
"files": ["*.js", "*.jsx"],
|
||||||
"extends": ["plugin:@nx/javascript"],
|
"extends": ["plugin:@nx/javascript"],
|
||||||
"rules": {}
|
"rules": {
|
||||||
|
"@typescript-eslint/no-extra-semi": "error",
|
||||||
|
"no-extra-semi": "off"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"files": ["references.d.ts"],
|
"files": ["references.d.ts"],
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -56,4 +56,5 @@ Thumbs.db
|
|||||||
# types
|
# types
|
||||||
ios-typings-prj
|
ios-typings-prj
|
||||||
|
|
||||||
.nx/cache
|
.nx/cache
|
||||||
|
.nx/workspace-data
|
@ -26,4 +26,5 @@ package.json
|
|||||||
*.sh
|
*.sh
|
||||||
!packages/webpack/templates/*.js
|
!packages/webpack/templates/*.js
|
||||||
|
|
||||||
/.nx/cache
|
/.nx/cache
|
||||||
|
/.nx/workspace-data
|
@ -11,8 +11,8 @@
|
|||||||
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
|
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nativescript/android": "~8.7.0",
|
"@nativescript/android": "~8.8.0",
|
||||||
"@nativescript/ios": "~8.7.0",
|
"@nativescript/ios": "~8.8.0",
|
||||||
"@nativescript/visionos": "~8.7.0",
|
"@nativescript/visionos": "~8.7.0",
|
||||||
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
|
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
|
||||||
"circular-dependency-plugin": "^5.2.2",
|
"circular-dependency-plugin": "^5.2.2",
|
||||||
|
@ -8,12 +8,12 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nativescript/core": "file:../../packages/core",
|
"@nativescript/core": "file:../../packages/core",
|
||||||
"@nativescript/imagepicker": "^3.1.1",
|
"@nativescript/imagepicker": "^3.2.1",
|
||||||
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
|
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nativescript/android": "~8.7.0",
|
"@nativescript/android": "~8.8.0",
|
||||||
"@nativescript/ios": "~8.7.0",
|
"@nativescript/ios": "~8.8.0",
|
||||||
"@nativescript/visionos": "~8.7.0",
|
"@nativescript/visionos": "~8.7.0",
|
||||||
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
|
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
|
||||||
"typescript": "~5.4.0"
|
"typescript": "~5.4.0"
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
|
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nativescript/android": "~8.7.0",
|
"@nativescript/android": "~8.8.0",
|
||||||
"@nativescript/ios": "~8.7.0",
|
"@nativescript/ios": "~8.8.0",
|
||||||
"@nativescript/visionos": "~8.7.0",
|
"@nativescript/visionos": "~8.7.0",
|
||||||
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
|
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
|
||||||
"typescript": "~5.4.0"
|
"typescript": "~5.4.0"
|
||||||
|
667
package-lock.json
generated
667
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@ -22,16 +22,16 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nativescript/hook": "^2.0.0",
|
"@nativescript/hook": "^2.0.0",
|
||||||
"@nativescript/nx": "^18.0.0",
|
"@nativescript/nx": "^19.0.0",
|
||||||
"@nstudio/focus": "^17.0.1",
|
"@nstudio/focus": "^19.0.0",
|
||||||
"@nstudio/nps-i": "~2.0.0",
|
"@nstudio/nps-i": "~2.0.0",
|
||||||
"@nx/devkit": "18.3.4",
|
"@nx/devkit": "19.4.2",
|
||||||
"@nx/eslint-plugin": "18.3.4",
|
"@nx/eslint-plugin": "19.4.2",
|
||||||
"@nx/jest": "18.3.4",
|
"@nx/jest": "19.4.2",
|
||||||
"@nx/js": "18.3.4",
|
"@nx/js": "19.4.2",
|
||||||
"@nx/node": "18.3.4",
|
"@nx/node": "19.4.2",
|
||||||
"@nx/plugin": "18.3.4",
|
"@nx/plugin": "19.4.2",
|
||||||
"@nx/workspace": "18.3.4",
|
"@nx/workspace": "19.4.2",
|
||||||
"@prettier/plugin-xml": "^3.4.1",
|
"@prettier/plugin-xml": "^3.4.1",
|
||||||
"@types/jest": "~29.5.0",
|
"@types/jest": "~29.5.0",
|
||||||
"@types/node": "^20.0.0",
|
"@types/node": "^20.0.0",
|
||||||
@ -55,7 +55,7 @@
|
|||||||
"module-alias": "^2.2.2",
|
"module-alias": "^2.2.2",
|
||||||
"nativescript": "~8.7.0",
|
"nativescript": "~8.7.0",
|
||||||
"nativescript-typedoc-theme": "1.1.0",
|
"nativescript-typedoc-theme": "1.1.0",
|
||||||
"nx": "18.3.4",
|
"nx": "19.4.2",
|
||||||
"parse-css": "git+https://github.com/tabatkins/parse-css.git",
|
"parse-css": "git+https://github.com/tabatkins/parse-css.git",
|
||||||
"parserlib": "^1.1.1",
|
"parserlib": "^1.1.1",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.2.5",
|
||||||
|
Reference in New Issue
Block a user