@plusscommunities/pluss-webview-app 6.0.0 → 7.0.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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-webview-app",
3
- "version": "6.0.0",
3
+ "version": "7.0.0",
4
4
  "description": "Extension package to enable webview on Pluss Communities Platform",
5
5
  "main": "dist/module/index.js",
6
6
  "module": "dist/module/index.js",
@@ -10,7 +10,7 @@
10
10
  "src/"
11
11
  ],
12
12
  "scripts": {
13
- "build": "npm i --legacy-peer-deps && bob build",
13
+ "build": "npm i && bob build",
14
14
  "betapatch": "npm version prepatch --preid=beta",
15
15
  "patch": "npm version patch",
16
16
  "betaupload": "npm run build && npm publish --access public --tag beta",
@@ -18,15 +18,15 @@
18
18
  "upload": "npm run build && npm publish --access public",
19
19
  "upload:p": "npm run patch && npm run upload"
20
20
  },
21
- "author": "Phillip Suh",
21
+ "author": "Thorbjorn Kappel Davis",
22
22
  "license": "ISC",
23
23
  "dependencies": {},
24
24
  "peerDependencies": {
25
- "@plusscommunities/pluss-core-app": "^6.0.0",
25
+ "@plusscommunities/pluss-core-app": "7.0.0-beta.0",
26
26
  "lodash": "^4.17.4",
27
- "react": "18.2.0",
28
- "react-native": "0.73.6",
29
- "react-native-webview": "13.6.4"
27
+ "react": "18.3.1",
28
+ "react-native": "0.76.9",
29
+ "react-native-webview": "13.12.5"
30
30
  },
31
31
  "devDependencies": {
32
32
  "react-native-builder-bob": "^0.18.2"