Skip to content

Commit e3675cc

Browse files
committed
build(deps): bump javascript dependencies
1 parent 57ed042 commit e3675cc

File tree

4 files changed

+830
-578
lines changed

4 files changed

+830
-578
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,36 +50,36 @@
5050
"format:markdown": "prettier --write \"docs/**/*.md\""
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.23.5",
53+
"@babel/core": "^7.23.6",
5454
"@babel/plugin-proposal-class-properties": "^7.18.6",
5555
"@babel/plugin-proposal-private-methods": "^7.18.6",
5656
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
5757
"@babel/plugin-transform-class-properties": "^7.23.3",
58-
"@babel/preset-env": "^7.23.5",
58+
"@babel/preset-env": "^7.23.6",
5959
"@firebase/rules-unit-testing": "^3.0.1",
6060
"@octokit/core": "^5.0.2",
61-
"@tsconfig/node-lts": "^18.12.5",
62-
"@types/react": "^18.2.42",
63-
"@types/react-native": "^0.72.8",
64-
"@typescript-eslint/eslint-plugin": "^6.13.2",
65-
"@typescript-eslint/parser": "^6.13.2",
61+
"@tsconfig/node-lts": "^20.1.0",
62+
"@types/react": "^18.2.45",
63+
"@types/react-native": "^0.73.0",
64+
"@typescript-eslint/eslint-plugin": "^6.15.0",
65+
"@typescript-eslint/parser": "^6.15.0",
6666
"babel-jest": "^29.7.0",
6767
"clang-format": "^1.8.0",
6868
"conventional-changelog-cli": "^4.1.0",
6969
"cross-env": "^7.0.3",
70-
"eslint": "^8.55.0",
70+
"eslint": "^8.56.0",
7171
"eslint-config-prettier": "^9.1.0",
7272
"eslint-plugin-mocha": "^10.2.0",
73-
"eslint-plugin-prettier": "^5.0.1",
73+
"eslint-plugin-prettier": "^5.1.1",
7474
"eslint-plugin-react": "^7.33.2",
7575
"firebase": "^10.7.1",
76-
"firebase-tools": "^13.0.0",
76+
"firebase-tools": "^13.0.2",
7777
"genversion": "^3.1.1",
78-
"google-java-format": "^1.2.0",
78+
"google-java-format": "^1.3.1",
7979
"inquirer": "^8.2.6",
8080
"jest": "^29.7.0",
81-
"lerna": "^8.0.0",
82-
"prettier": "^3.1.0",
81+
"lerna": "^8.0.1",
82+
"prettier": "^3.1.1",
8383
"regenerator-transform": "^0.15.2",
8484
"rimraf": "^5.0.5",
8585
"shelljs": "^0.8.5",
@@ -88,7 +88,7 @@
8888
"typescript": "^5.3.3"
8989
},
9090
"resolutions": {
91-
"@types/react": "^18.2.42"
91+
"@types/react": "^18.2.45"
9292
},
9393
"workspaces": {
9494
"packages": [

0 commit comments

Comments
 (0)