|
20 | 20 | "build.ios": "bash src-native/ios/build.sh",
|
21 | 21 | "build.native": "npm run build.android && npm run build.ios",
|
22 | 22 | "build": "npm run build.plugin",
|
23 |
| - "publish": "npm run setup && npm run build && lerna publish --create-release=github --force-publish", |
| 23 | + "publish": "npm run setup; npm run build ; lerna publish --create-release=github --force-publish", |
24 | 24 | "demo.ios": "npm i && npm run tsc && cd demo && tns run ios",
|
25 | 25 | "demo.android": "npm i && npm run tsc && cd demo && tns run android",
|
26 | 26 | "clean.demo": "rimraf demo/hooks demo/node_modules demo/platforms",
|
|
47 | 47 | "homepage": "https://github.com/nativescript-community/ui-label",
|
48 | 48 | "readmeFilename": "README.md",
|
49 | 49 | "devDependencies": {
|
50 |
| - "@commitlint/cli": "^17.3.0", |
51 |
| - "@commitlint/config-conventional": "^17.3.0", |
52 |
| - "@nativescript-community/text": "1.5.9", |
53 |
| - "@nativescript/core": "8.4.1", |
| 50 | + "@commitlint/cli": "^17.4.4", |
| 51 | + "@commitlint/config-conventional": "^17.4.4", |
| 52 | + "@nativescript-community/text": "1.5.11", |
| 53 | + "@nativescript/core": "8.4.7", |
54 | 54 | "@nativescript/types-android": "8.4.0",
|
55 | 55 | "@nativescript/types-ios": "8.4.0",
|
56 |
| - "@nativescript/webpack": "5.0.12", |
57 |
| - "@types/node": "^18.11.10", |
58 |
| - "@typescript-eslint/eslint-plugin": "5.45.0", |
59 |
| - "@typescript-eslint/parser": "5.45.0", |
60 |
| - "eslint": "8.28.0", |
61 |
| - "eslint-config-prettier": "^8.5.0", |
| 56 | + "@nativescript/webpack": "5.0.13", |
| 57 | + "@types/node": "^18.14.0", |
| 58 | + "@typescript-eslint/eslint-plugin": "5.52.0", |
| 59 | + "@typescript-eslint/parser": "5.52.0", |
| 60 | + "eslint": "8.34.0", |
| 61 | + "eslint-config-prettier": "^8.6.0", |
62 | 62 | "eslint-plugin-prettier": "^4.2.1",
|
63 |
| - "husky": "^8.0.2", |
64 |
| - "lerna": "^6.1.0", |
65 |
| - "prettier": "^2.8.0", |
66 |
| - "rimraf": "^3.0.2", |
67 |
| - "ts-patch": "^2.0.2", |
| 63 | + "husky": "^8.0.3", |
| 64 | + "lerna": "^6.5.1", |
| 65 | + "prettier": "^2.8.4", |
| 66 | + "rimraf": "^4.1.2", |
| 67 | + "ts-patch": "^2.1.0", |
68 | 68 | "typescript": "~4.8.4"
|
69 | 69 | },
|
70 | 70 | "dependencies": {
|
|
0 commit comments