@dgui/react-native-web-material-bars 0.4.0-next.1 → 0.6.0-beta.1
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 +22 -23
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@dgui/react-native-web-material-bars",
|
|
3
3
|
"title": "Digested React GUI Shared Native Web Material Bars",
|
|
4
4
|
"license": "LGPL-3.0-or-later",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.6.0-beta.1",
|
|
6
6
|
"private": false,
|
|
7
7
|
"description": "Shared Native Web Material Bars (AppBar & DrawerBar) and supporting components for @dgui",
|
|
8
8
|
"author": "wallzero @wallzeroblog (http://wallzero.com)",
|
|
@@ -39,38 +39,37 @@
|
|
|
39
39
|
"lint:es": "eslint --resolve-plugins-relative-to . 'src/**/*.[jt]s?(x)' --ignore-pattern 'src/**/*.(d.ts|json)'",
|
|
40
40
|
"clean": "run-s clean:dist clean:node_modules",
|
|
41
41
|
"clean:node_modules": "rimraf node_modules yarn.lock package-lock.json",
|
|
42
|
-
"clean:dist": "rimraf dist"
|
|
43
|
-
"set:version": "npm version --allow-same-version --no-commit-hooks --no-git-tag-version --no-workspaces-update $(npm --silent view $(node -p \"require('./package.json').name\") version)"
|
|
42
|
+
"clean:dist": "rimraf dist"
|
|
44
43
|
},
|
|
45
44
|
"devDependencies": {
|
|
46
|
-
"@digest/eslint-config-jest": "^4.2.
|
|
47
|
-
"@digest/eslint-config-react": "^4.2.
|
|
48
|
-
"@digest/eslint-config-typescript": "^4.2.
|
|
49
|
-
"@digest/jest-junit": "^4.2.
|
|
50
|
-
"@digest/jest-react": "^4.2.
|
|
51
|
-
"@digest/jest-typescript": "^4.2.
|
|
52
|
-
"@digest/typescript": "^4.2.
|
|
53
|
-
"@types/jest": "^29.5.
|
|
54
|
-
"@types/react": "^18.2.
|
|
55
|
-
"@types/react-test-renderer": "^18.0.
|
|
45
|
+
"@digest/eslint-config-jest": "^4.2.6",
|
|
46
|
+
"@digest/eslint-config-react": "^4.2.6",
|
|
47
|
+
"@digest/eslint-config-typescript": "^4.2.6",
|
|
48
|
+
"@digest/jest-junit": "^4.2.6",
|
|
49
|
+
"@digest/jest-react": "^4.2.6",
|
|
50
|
+
"@digest/jest-typescript": "^4.2.6",
|
|
51
|
+
"@digest/typescript": "^4.2.6",
|
|
52
|
+
"@types/jest": "^29.5.6",
|
|
53
|
+
"@types/react": "^18.2.33",
|
|
54
|
+
"@types/react-test-renderer": "^18.0.5",
|
|
56
55
|
"cross-env": "^7.0.3",
|
|
57
|
-
"jest-environment-jsdom": "^29.
|
|
56
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
58
57
|
"jest-environment-jsdom-global": "^4.0.0",
|
|
59
58
|
"npm-run-all": "^4.1.5",
|
|
60
59
|
"react": "^18.2.0",
|
|
61
60
|
"react-art": "^18.2.0",
|
|
62
61
|
"react-dom": "^18.2.0",
|
|
63
|
-
"react-native": "^0.72.
|
|
64
|
-
"react-native-paper": "^5.
|
|
65
|
-
"react-native-safe-area-context": "^4.7.
|
|
66
|
-
"react-native-vector-icons": "^10.0.
|
|
67
|
-
"react-native-web": "^0.19.
|
|
62
|
+
"react-native": "^0.72.6",
|
|
63
|
+
"react-native-paper": "^5.11.1",
|
|
64
|
+
"react-native-safe-area-context": "^4.7.4",
|
|
65
|
+
"react-native-vector-icons": "^10.0.1",
|
|
66
|
+
"react-native-web": "^0.19.9",
|
|
68
67
|
"react-test-renderer": "^18.2.0",
|
|
69
|
-
"rimraf": "^5.0.
|
|
68
|
+
"rimraf": "^5.0.5"
|
|
70
69
|
},
|
|
71
70
|
"dependencies": {
|
|
72
|
-
"@dgui/react-native-material-bars-shared": "^0.
|
|
73
|
-
"@dgui/react-native-web": "^0.
|
|
71
|
+
"@dgui/react-native-material-bars-shared": "^0.6.0-beta.1",
|
|
72
|
+
"@dgui/react-native-web": "^0.6.0-beta.1"
|
|
74
73
|
},
|
|
75
74
|
"peerDependencies": {
|
|
76
75
|
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -94,5 +93,5 @@
|
|
|
94
93
|
"material",
|
|
95
94
|
"typescript"
|
|
96
95
|
],
|
|
97
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "6b900aa6a1356ae3e1ff015012d08c46b5396af8"
|
|
98
97
|
}
|