Skip to content

Commit

Permalink
chore: fix wrong types path at package.json (#167)
Browse files Browse the repository at this point in the history
* chore: fix wrong types path at package.json
* chore: fix react package build issue
  • Loading branch information
embbnux committed Jan 27, 2022
1 parent d4f96e5 commit f9b328c
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,6 +35,6 @@
"husky": "1.1.3",
"lerna": "3.4.3",
"lint-staged": "8.0.4",
"typescript": "3.2.4"
"typescript": "3.5.1"
}
}
12 changes: 6 additions & 6 deletions react-demo/package.json
Expand Up @@ -9,16 +9,16 @@
"dependencies": {
"@ringcentral/react": "*",
"@ringcentral/sdk": "*",
"react": "16.6.0",
"react-dom": "16.6.1",
"react-router-dom": "4.3.1"
"react": "16.14.0",
"react-dom": "16.14.0",
"react-router-dom": "5.3.0"
},
"devDependencies": {
"@ringcentral/sdk-utils": "*",
"@types/node": "10.12.0",
"@types/react": "16.7.20",
"@types/react-dom": "16.0.11",
"@types/react-router-dom": "4.3.1",
"@types/react": "16.14.21",
"@types/react-dom": "16.9.8",
"@types/react-router-dom": "5.3.3",
"@types/webpack-env": "1.13.6",
"react-scripts": "2.1.3",
"rimraf": "2.6.2"
Expand Down
14 changes: 7 additions & 7 deletions react/package.json
Expand Up @@ -14,16 +14,16 @@
"@ringcentral/sdk": "*",
"@ringcentral/sdk-utils": "*",
"@types/node": "10.12.0",
"@types/react": "16.7.20",
"@types/react-dom": "16.0.11",
"@types/react-router-dom": "4.3.1",
"@types/react": "16.14.21",
"@types/react-dom": "16.9.8",
"@types/react-router-dom": "5.3.3",
"npm-run-all": "4.1.3",
"react": "16.6.0",
"react-dom": "16.6.1",
"react-router-dom": "4.3.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-router-dom": "5.3.0",
"rimraf": "2.6.2",
"tslib": "1.9.3",
"typescript": "3.2.4"
"typescript": "3.5.1"
},
"peerDependencies": {
"@ringcentral/sdk": ">=4",
Expand Down
12 changes: 6 additions & 6 deletions redux-demo/package.json
Expand Up @@ -9,21 +9,21 @@
"dependencies": {
"@ringcentral/redux": "*",
"@ringcentral/sdk": "*",
"react": "16.6.0",
"react-dom": "16.6.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-redux": "5.1.1",
"react-router-dom": "4.3.1",
"react-router-dom": "5.3.0",
"redux": "4.0.1",
"redux-auth-wrapper": "2.0.3",
"redux-logger": "3.0.6"
},
"devDependencies": {
"@ringcentral/sdk-utils": "*",
"@types/node": "10.12.0",
"@types/react": "16.7.20",
"@types/react-dom": "16.0.11",
"@types/react": "16.14.21",
"@types/react-dom": "16.9.8",
"@types/react-redux": "6.0.9",
"@types/react-router-dom": "4.3.1",
"@types/react-router-dom": "5.3.3",
"@types/redux": "3.6.0",
"@types/webpack-env": "1.13.6",
"react-scripts": "2.1.3",
Expand Down
4 changes: 2 additions & 2 deletions redux/package.json
Expand Up @@ -14,11 +14,11 @@
"@ringcentral/sdk": "*",
"@ringcentral/sdk-utils": "*",
"@types/node": "10.12.0",
"@types/react": "16.7.20",
"@types/react": "16.14.21",
"@types/react-redux": "6.0.9",
"@types/redux": "3.6.0",
"npm-run-all": "4.1.3",
"react": "16.6.0",
"react": "16.14.0",
"react-redux": "5.1.2",
"redux": "4.0.1",
"rimraf": "2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion subscriptions/package.json
Expand Up @@ -40,7 +40,7 @@
"main": "./lib/Subscriptions.js",
"module": "./es6/Subscriptions.js",
"browser": "./lib/Subscriptions.js",
"types": "./src/Subscriptions.ts",
"types": "./lib/Subscriptions.d.ts",
"author": {
"name": "RingCentral, Inc.",
"url": "https://developers.ringcentral.com"
Expand Down

0 comments on commit f9b328c

Please sign in to comment.