chore: workspace updates

This commit is contained in:
Nathan Walker
2024-07-10 09:15:48 -07:00
parent 2bfe8b38e3
commit f184d5b814
8 changed files with 411 additions and 305 deletions

View File

@ -38,13 +38,18 @@
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-this-alias": "warn",
"@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"],
"extends": ["plugin:@nx/javascript"],
"rules": {}
"rules": {
"@typescript-eslint/no-extra-semi": "error",
"no-extra-semi": "off"
}
},
{
"files": ["references.d.ts"],

3
.gitignore vendored
View File

@ -56,4 +56,5 @@ Thumbs.db
# types
ios-typings-prj
.nx/cache
.nx/cache
.nx/workspace-data

View File

@ -26,4 +26,5 @@ package.json
*.sh
!packages/webpack/templates/*.js
/.nx/cache
/.nx/cache
/.nx/workspace-data

View File

@ -11,8 +11,8 @@
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
},
"devDependencies": {
"@nativescript/android": "~8.7.0",
"@nativescript/ios": "~8.7.0",
"@nativescript/android": "~8.8.0",
"@nativescript/ios": "~8.8.0",
"@nativescript/visionos": "~8.7.0",
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
"circular-dependency-plugin": "^5.2.2",

View File

@ -8,12 +8,12 @@
},
"dependencies": {
"@nativescript/core": "file:../../packages/core",
"@nativescript/imagepicker": "^3.1.1",
"@nativescript/imagepicker": "^3.2.1",
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
},
"devDependencies": {
"@nativescript/android": "~8.7.0",
"@nativescript/ios": "~8.7.0",
"@nativescript/android": "~8.8.0",
"@nativescript/ios": "~8.8.0",
"@nativescript/visionos": "~8.7.0",
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
"typescript": "~5.4.0"

View File

@ -11,8 +11,8 @@
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
},
"devDependencies": {
"@nativescript/android": "~8.7.0",
"@nativescript/ios": "~8.7.0",
"@nativescript/android": "~8.8.0",
"@nativescript/ios": "~8.8.0",
"@nativescript/visionos": "~8.7.0",
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
"typescript": "~5.4.0"

667
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,16 +22,16 @@
},
"devDependencies": {
"@nativescript/hook": "^2.0.0",
"@nativescript/nx": "^18.0.0",
"@nstudio/focus": "^17.0.1",
"@nativescript/nx": "^19.0.0",
"@nstudio/focus": "^19.0.0",
"@nstudio/nps-i": "~2.0.0",
"@nx/devkit": "18.3.4",
"@nx/eslint-plugin": "18.3.4",
"@nx/jest": "18.3.4",
"@nx/js": "18.3.4",
"@nx/node": "18.3.4",
"@nx/plugin": "18.3.4",
"@nx/workspace": "18.3.4",
"@nx/devkit": "19.4.2",
"@nx/eslint-plugin": "19.4.2",
"@nx/jest": "19.4.2",
"@nx/js": "19.4.2",
"@nx/node": "19.4.2",
"@nx/plugin": "19.4.2",
"@nx/workspace": "19.4.2",
"@prettier/plugin-xml": "^3.4.1",
"@types/jest": "~29.5.0",
"@types/node": "^20.0.0",
@ -55,7 +55,7 @@
"module-alias": "^2.2.2",
"nativescript": "~8.7.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",
"parserlib": "^1.1.1",
"prettier": "^3.2.5",