chore: nx migrate plus keep lock files (#10536)

This commit is contained in:
Nathan Walker
2024-05-06 10:20:01 -07:00
committed by GitHub
parent 4a7e40d129
commit 415ff34660
7 changed files with 36976 additions and 34 deletions

2
.gitignore vendored
View File

@ -7,7 +7,6 @@
# dependencies
**/node_modules
**/package-lock.json
**/yarn.lock
**/pnpm-lock.yaml
.npmrc
@ -41,6 +40,7 @@ apps/**/*/*.js
apps/**/*/*.map
apps/**/*/platforms
apps/**/*/webpack.*.js
apps/**/package-lock.json
*.tgz
.npmrc
**/**/*.log

View File

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

View File

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

View File

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

22212
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -22,25 +22,22 @@
},
"devDependencies": {
"@nativescript/hook": "^2.0.0",
"@nativescript/nx": "^17.1.0",
"@nativescript/nx": "^18.0.0",
"@nstudio/focus": "^17.0.1",
"@nstudio/nps-i": "~2.0.0",
"@nx/devkit": "18.2.2",
"@nx/eslint-plugin": "18.2.2",
"@nx/jest": "18.2.2",
"@nx/js": "18.2.2",
"@nx/node": "18.2.2",
"@nx/plugin": "18.2.2",
"@nx/workspace": "18.2.2",
"@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",
"@prettier/plugin-xml": "^3.4.1",
"@swc-node/register": "1.9.0",
"@swc/cli": "~0.3.0",
"@swc/core": "~1.4.0",
"@swc/helpers": "0.5.8",
"@types/jest": "~29.5.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"acorn": "^8.7.0",
"conventional-changelog-cli": "^4.1.0",
"copyfiles": "^2.4.0",
"css": "^3.0.0",
@ -55,9 +52,9 @@
"jest-environment-jsdom": "~29.7.0",
"lint-staged": "^15.2.0",
"module-alias": "^2.2.2",
"nativescript": "rc",
"nativescript": "~8.7.0",
"nativescript-typedoc-theme": "1.1.0",
"nx": "18.2.2",
"nx": "18.3.4",
"parse-css": "git+https://github.com/tabatkins/parse-css.git",
"parserlib": "^1.1.1",
"prettier": "^3.2.5",
@ -73,16 +70,6 @@
"typescript": "~5.4.0",
"zx": "^7.2.0"
},
"overrides": {
"@nx/devkit": "18.2.2",
"@nx/eslint-plugin": "18.2.2",
"@nx/jest": "18.2.2",
"@nx/js": "18.2.2",
"@nx/node": "18.2.2",
"@nx/plugin": "18.2.2",
"@nx/workspace": "18.2.2",
"nx": "18.2.2"
},
"lint-staged": {
"**/*.{js,ts,css,scss,json,html}": [
"npx prettier --write"

14743
packages/webpack5/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff