Skip to content

Commit

Permalink
Update all npm dependencies (2024-04-01)
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Apr 1, 2024
1 parent 40e4801 commit 2df65ae
Show file tree
Hide file tree
Showing 14 changed files with 2,587 additions and 1,854 deletions.
2 changes: 1 addition & 1 deletion integration-tests/baas-test-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"chalk": "^5.3.0",
"dotenv": "^16.4.1",
"dotenv": "^16.4.5",
"p-wait-for": "^5.0.2",
"yargs": "^17.7.2"
}
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/environments/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@
"devDependencies": {
"@realm/mocha-reporter": "*",
"command-line-args": "^5.2.1",
"electron": "^28.1.4",
"electron-builder": "^24.9.1",
"electron": "^28.2.9",
"electron-builder": "^24.13.3",
"mocha-github-actions-reporter": "^0.3.0",
"mocha-junit-reporter": "^2.2.0",
"mocha-remote-cli": "^1.8.0"
"mocha-remote-cli": "^1.11.1"
},
"dependencies": {
"@electron/remote": "^2.1.2",
"@realm/integration-tests": "*",
"fs-extra": "^11.2.0",
"mocha-remote-client": "^1.8.0",
"mocha-remote-client": "^1.11.1",
"@realm/app-importer": "*"
},
"build": {
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/environments/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"dependencies": {
"@realm/integration-tests": "*",
"mocha-github-actions-reporter": "^0.3.1",
"mocha-remote-cli": "^1.8.0",
"mocha-remote-client": "^1.8.0",
"mocha-remote-cli": "^1.11.1",
"mocha-remote-client": "^1.11.1",
"realm": "*"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions integration-tests/environments/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,33 +194,33 @@
"@realm/app-importer": "*",
"@realm/integration-tests": "*",
"mocha-junit-reporter": "^2.0.0",
"mocha-remote-client": "^1.8.0",
"mocha-remote-client": "^1.11.1",
"path-browserify": "^1.0.1",
"react": "18.2.0",
"react-native": "0.73.2",
"react-native-fetch-api": "^3.0.0",
"react-native-fs": "^2.20.0",
"react-native-get-random-values": "^1.10.0",
"react-native-get-random-values": "^1.11.0",
"react-native-polyfill-globals": "^3.1.0",
"react-native-progress": "^5.0.1",
"react-native-svg": "^14.1.0",
"realm": "*",
"text-encoding": "^0.7.0",
"web-streams-polyfill": "^3.3.2"
"web-streams-polyfill": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/runtime": "^7.24.1",
"@react-native/babel-preset": "0.73.19",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.3",
"@react-native/typescript-config": "0.73.1",
"@types/react": "^18.2.6",
"@types/react": "^18.2.65",
"@types/react-test-renderer": "^18.0.0",
"concurrently": "^8.2.2",
"mocha-github-actions-reporter": "^0.3.1",
"mocha-remote-cli": "^1.8.0",
"mocha-remote-cli": "^1.11.1",
"pod-install": "^0.2.0",
"react-test-renderer": "18.2.0"
},
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
"@realm/app-importer": "*",
"@realm/mocha-reporter": "*",
"@thi.ng/bench": "^3.1.16",
"@types/chai": "^4.3.3",
"@types/chai": "^4.3.14",
"@types/chai-as-promised": "^7.1.5",
"@types/jsrsasign": "^10.5.4",
"@types/jsrsasign": "^10.5.13",
"@types/mocha": "^10.0.0",
"mocha": "^10.1.0",
"mocha": "^10.3.0",
"nyc": "^15.1.0",
"platform": "^1.3.6",
"realm": "*"
Expand All @@ -81,7 +81,7 @@
"@thi.ng/bench": "^3.4.24",
"chai": "4.3.6",
"chai-as-promised": "^7.1.1",
"jsrsasign": "^11.0.0",
"jsrsasign": "^11.1.0",
"node-fetch": "^3.3.2"
},
"files": [
Expand Down
Loading

0 comments on commit 2df65ae

Please sign in to comment.