8000 chore: update packages and migrate to tailwindcss v4 (#1097) · abdelo1/nativescript-vue@ad94c53 · GitHub
[go: up one dir, main page]

Skip to content

Commit ad94c53

Browse files
authored
chore: update packages and migrate to tailwindcss v4 (nativescript-vue#1097)
1 parent e2860aa commit ad94c53

File tree

6 files changed

+16
-46
lines changed

6 files changed

+16
-46
lines changed

packages/stackblitz-template/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
"main": "src/app.ts",
44
"version": "1.0.0",
55
"dependencies": {
6-
"@nativescript/core": "~8.8.6",
6+
"@nativescript/core": "~8.9.1",
77
"nativescript-vue": "3.0.0"
88
},
99
"devDependencies": {
1010
"@nativescript/preview-cli": "1.0.14",
1111
"@nativescript/stackblitz": "0.0.8",
12-
"@nativescript/tailwind": "~2.1.0",
13-
"@nativescript/types": "~8.8.0",
14-
"@nativescript/webpack": "~5.0.0",
15-
"@types/node": "~17.0.21",
16-
"tailwindcss": "^3.4.3",
17-
"typescript": "^5.7.3"
12+
"@nativescript/tailwind": "~4.0.3",
13+
"@nativescript/types": "~8.9.1",
14+
"@nativescript/webpack": "~5.0.24",
15+
"@types/node": "~22.14.0",
16+
"tailwindcss": "^4.1.3",
17+
"typescript": "^5.8.3"
1818
},
1919
"stackblitz": {
2020
"installDependencies": true,

packages/stackblitz-template/src/app.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
1+
@import 'tailwindcss';
42

53
ActionBar {
64
background-color: #65adf1;

packages/stackblitz-template/tailwind.config.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/template-blank/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"main": "src/app.ts",
44
"version": "3.0.0",
55
"dependencies": {
6-
"@nativescript/core": "~8.8.6",
6+
"@nativescript/core": "~8.9.1",
77
"nativescript-vue": "3.0.0"
88
},
99
"devDependencies": {
10-
"@nativescript/tailwind": "~2.1.0",
11-
"@nativescript/types": "~8.8.0",
12-
"@nativescript/webpack": "~5.0.0",
13-
"@types/node": "~17.0.21",
14-
"tailwindcss": "^3.4.3",
15-
"typescript": "^5.7.3"
10+
"@nativescript/tailwind": "~4.0.3",
11+
"@nativescript/types": "~8.9.1",
12+
"@nativescript/webpack": "~5.0.24",
13+
"@types/node": "~22.14.0",
14+
"tailwindcss": "^4.1.3",
15+
"typescript": "^5.8.3"
1616
}
1717
}

packages/template-blank/src/app.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
1+
@import 'tailwindcss';
42

53
ActionBar {
64
background-color: #65adf1;

packages/template-blank/tailwind.config.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0