@nativescript/template-blank-react-vision 8.6.2 → 8.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript/template-blank-react-vision",
3
- "version": "8.6.2",
3
+ "version": "8.7.0",
4
4
  "description": "Nativescript visionOS Starter with React",
5
5
  "author": "Jamie Birch <14055146+shirakaba@users.noreply.github.com>",
6
6
  "main": "src/app.ts",
@@ -41,18 +41,18 @@
41
41
  "Vision Pro"
42
42
  ],
43
43
  "dependencies": {
44
- "@nativescript/core": "vision",
44
+ "@nativescript/core": "~8.7.0",
45
45
  "react": "^18.2.0",
46
46
  "react-nativescript": "^5.0.0",
47
47
  "react-nativescript-navigation": "^5.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@nativescript/tailwind": "^2.0.1",
51
- "@nativescript/types": "~8.5.0",
52
- "@nativescript/webpack": "vision",
50
+ "@nativescript/tailwind": "^2.1.0",
51
+ "@nativescript/types": "~8.7.0",
52
+ "@nativescript/webpack": "~5.0.0",
53
53
  "@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
54
- "tailwindcss": "~3.2.0",
55
- "typescript": "~5.2.0"
54
+ "tailwindcss": "~3.4.0",
55
+ "typescript": "~5.4.0"
56
56
  },
57
57
  "gitHead": "1350d382fb4b0ed4c6e9685df909518b2688e004",
58
58
  "readme": "NativeScript Application"
package/.editorconfig DELETED
@@ -1,19 +0,0 @@
1
- root = true
2
-
3
- [*]
4
- end_of_line = lf
5
- insert_final_newline = true
6
- trim_trailing_whitespace = true
7
- charset = utf-8
8
-
9
- [*.json]
10
- indent_style = space
11
- indent_size = 2
12
-
13
- [*.js]
14
- indent_style = space
15
- indent_size = 2
16
-
17
- [*.ts]
18
- indent_style = space
19
- indent_size = 2
package/.npmrc DELETED
@@ -1,2 +0,0 @@
1
- # use legacy peer deps to avoid peer dependency resolution failures
2
- legacy-peer-deps=true
@@ -1,15 +0,0 @@
1
- /** @type {import('tailwindcss').Config} */
2
- module.exports = {
3
- content: ['./src/**/*.{css,xml,html,vue,svelte,ts,tsx}'],
4
- // use the .ns-dark class to control dark mode (applied by NativeScript) - since 'media' (default) is not supported.
5
- darkMode: ['class', '.ns-dark'],
6
- theme: {
7
- extend: {},
8
- },
9
- plugins: [],
10
- corePlugins: {
11
- preflight: false, // disables browser-specific resets
12
- },
13
- };
14
-
15
-