@ionic/react 7.5.3 → 7.5.4-nightly.20231103
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 +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ionic/react",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.4-nightly.20231103",
|
|
4
4
|
"description": "React specific wrapper for @ionic/core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ionic",
|
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
"compile": "npm run tsc && rollup -c",
|
|
26
26
|
"eslint": "eslint src",
|
|
27
27
|
"prettier": "prettier \"./src/**/*.{html,ts,tsx,js,jsx}\"",
|
|
28
|
-
"release": "np --any-branch --yolo --no-release-draft",
|
|
29
28
|
"lint": "npm run eslint && npm run prettier -- --write --cache",
|
|
30
29
|
"lint.fix": "npm run eslint -- --fix && npm run prettier -- --write --cache",
|
|
31
30
|
"tsc": "tsc -p .",
|
|
@@ -41,7 +40,7 @@
|
|
|
41
40
|
"css/"
|
|
42
41
|
],
|
|
43
42
|
"dependencies": {
|
|
44
|
-
"@ionic/core": "7.5.
|
|
43
|
+
"@ionic/core": "7.5.4-nightly.20231103",
|
|
45
44
|
"ionicons": "^7.0.0",
|
|
46
45
|
"tslib": "*"
|
|
47
46
|
},
|