Skip to content

Commit 75f6180

Browse files
committed
chore: project update
1 parent 0b7e88f commit 75f6180

File tree

8 files changed

+28
-31
lines changed

8 files changed

+28
-31
lines changed

demo-ng

Submodule demo-ng updated 1 file

demo-react

demo-snippets/package.json

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@nativescript-community/template-snippet",
33
"version": "0.0.1",
4+
"private": true,
45
"nativescript": {
56
"platforms": {
67
"android": "*"
@@ -19,26 +20,26 @@
1920
},
2021
"dependencies": {
2122
"@mdi/font": "6.5.95",
22-
"@nativescript-community/ui-material-activityindicator": "link:../packages/activityindicator",
23-
"@nativescript-community/ui-material-bottom-navigation": "link:../packages/bottom-navigation",
24-
"@nativescript-community/ui-material-bottomnavigationbar": "link:../packages/bottomnavigationbar",
25-
"@nativescript-community/ui-material-bottomsheet": "link:../packages/bottomsheet",
26-
"@nativescript-community/ui-material-button": "link:../packages/button",
27-
"@nativescript-community/ui-material-cardview": "link:../packages/cardview",
28-
"@nativescript-community/ui-material-core": "link:../packages/core",
29-
"@nativescript-community/ui-material-core-tabs": "link:../packages/core-tabs",
30-
"@nativescript-community/ui-material-dialogs": "link:../packages/dialogs",
31-
"@nativescript-community/ui-material-floatingactionbutton": "link:../packages/floatingactionbutton",
32-
"@nativescript-community/ui-material-progress": "link:../packages/progress",
33-
"@nativescript-community/ui-material-ripple": "link:../packages/ripple",
34-
"@nativescript-community/ui-material-slider": "link:../packages/slider",
35-
"@nativescript-community/ui-material-snackbar": "link:../packages/snackbar",
36-
"@nativescript-community/ui-material-speeddial": "link:../packages/speeddial",
37-
"@nativescript-community/ui-material-tabs": "link:../packages/tabs",
38-
"@nativescript-community/ui-material-textfield": "link:../packages/textfield",
39-
"@nativescript-community/ui-material-textview": "link:../packages/textview",
23+
"@nativescript-community/ui-material-activityindicator": "7.0.33",
24+
"@nativescript-community/ui-material-bottom-navigation": "7.0.33",
25+
"@nativescript-community/ui-material-bottomnavigationbar": "7.0.33",
26+
"@nativescript-community/ui-material-bottomsheet": "7.0.33",
27+
"@nativescript-community/ui-material-button": "7.0.33",
28+
"@nativescript-community/ui-material-cardview": "7.0.33",
29+
"@nativescript-community/ui-material-core": "7.0.33",
30+
"@nativescript-community/ui-material-core-tabs": "7.0.33",
31+
"@nativescript-community/ui-material-dialogs": "7.0.33",
32+
"@nativescript-community/ui-material-floatingactionbutton": "7.0.33",
33+
"@nativescript-community/ui-material-progress": "7.0.33",
34+
"@nativescript-community/ui-material-ripple": "7.0.33",
35+
"@nativescript-community/ui-material-slider": "7.0.33",
36+
"@nativescript-community/ui-material-snackbar": "7.0.33",
37+
"@nativescript-community/ui-material-speeddial": "7.0.33",
38+
"@nativescript-community/ui-material-tabs": "7.0.33",
39+
"@nativescript-community/ui-material-textfield": "7.0.33",
40+
"@nativescript-community/ui-material-textview": "7.0.33",
4041
"@nativescript/hook": "~2.0.0",
41-
"copy-webpack-plugin": "^10.2.4",
42+
"copy-webpack-plugin": "^11.0.0",
4243
"nativescript-vue-template-compiler": "~2.9.3",
4344
"scss-symbols-parser": "^2.0.1",
4445
"string-replace-loader": "^3.1.0"

demo-svelte

demo-vue

Submodule demo-vue updated 1 file

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"useWorkspaces": false,
6+
"useWorkspaces": true,
77
"command": {
88
"publish": {
99
"conventionalCommits": true,

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"demo.vue.clean": "cd ./demo-vue && ns clean",
3535
"demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr --env.watchNodeModules",
3636
"postinstall": "npm run setup",
37-
"publish": "npm run clean && npm run build.all && npm run readme && lerna publish --create-release=github --force-publish",
37+
"publish": "npm run clean && npm run build.all && npm run readme && lerna publish --no-private --create-release=github --force-publish",
3838
"readme": "node ./tools/readme.js",
3939
"setup": "npm run submodules && ts-patch install",
4040
"start": "./node_modules/.bin/ntl -A -s 15 -o",
@@ -84,11 +84,7 @@
8484
},
8585
"workspaces": [
8686
"packages/*",
87-
"demo-vue",
88-
"demo-ng",
89-
"demo-svelte",
90-
"demo-react",
91-
"demo-snippets"
87+
"demo-*"
9288
],
9389
"engines": {
9490
"npm": "please use yarn or pnpm",

tools

0 commit comments

Comments
 (0)