Skip to content

Commit 3a21af4

Browse files
committed
chore: deps
1 parent 7cb90a7 commit 3a21af4

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build.ios": "bash src-native/ios/build.sh",
2121
"build.native": "npm run build.android && npm run build.ios",
2222
"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",
2424
"demo.ios": "npm i && npm run tsc && cd demo && tns run ios",
2525
"demo.android": "npm i && npm run tsc && cd demo && tns run android",
2626
"clean.demo": "rimraf demo/hooks demo/node_modules demo/platforms",
@@ -47,24 +47,24 @@
4747
"homepage": "https://github.com/nativescript-community/ui-label",
4848
"readmeFilename": "README.md",
4949
"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",
5454
"@nativescript/types-android": "8.4.0",
5555
"@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",
6262
"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",
6868
"typescript": "~4.8.4"
6969
},
7070
"dependencies": {

0 commit comments

Comments
 (0)