Skip to content

Commit

Permalink
Update all npm dependencies (2024-02-05) (#6471)
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Feb 8, 2024
1 parent 7714149 commit 328d282
Show file tree
Hide file tree
Showing 8 changed files with 250 additions and 148 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.0.2",
"dotenv": "^16.4.1",
"p-wait-for": "^5.0.2",
"yargs": "^17.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/environments/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"mocha-remote-cli": "^1.8.0"
},
"dependencies": {
"@electron/remote": "^2.0.9",
"@electron/remote": "^2.1.2",
"@realm/integration-tests": "*",
"fs-extra": "^11.2.0",
"mocha-remote-client": "^1.8.0",
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/environments/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@
"web-streams-polyfill": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@react-native/babel-preset": "0.73.19",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.3",
Expand Down
368 changes: 235 additions & 133 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
Expand All @@ -99,7 +99,7 @@
"rollup-plugin-istanbul": "^5.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"tsx": "^4.7.0",
"typedoc": "^0.25.6",
"typedoc": "^0.25.7",
"typescript": "5.0.4",
"wireit": "^0.14.3"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
},
"license": "apache-2.0",
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/cli": "^7.21.0",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@babel/core": "^7.23.9",
"@babel/cli": "^7.23.9",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/preset-typescript": "^7.16.7",
"@types/babel__core": "^7.1.19",
"@types/jest": "^29.5.11",
Expand Down
6 changes: 3 additions & 3 deletions packages/realm-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.20.2",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.15.4",
"@babel/runtime": "^7.23.9",
"@react-native/babel-preset": "0.73.19",
"@realm/app-importer": "*",
"@testing-library/react-native": "^12.4.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/realm-web-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"jwt-encode": "^1.0.1",
"mocha-remote-cli": "^1.8.0",
"mocha-remote-server": "^1.8.0",
"puppeteer": "^21.9.0",
"puppeteer": "^21.11.0",
"realm-web": "*",
"webpack": "^5.89.0",
"webpack": "^5.90.0",
"webpack-dev-server": "^4.15.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 328d282

Please sign in to comment.