Skip to content
This repository was archived by the owner on Jul 14, 2024. It is now read-only.

Commit 433e7f8

Browse files
build: update dependencies to the latest version (#11)
Co-authored-by: pedrol2b <pedrol2b@users.noreply.github.com> Co-authored-by: Pedro Bueno <pedrolbb.e@gmail.com>
1 parent b1bf791 commit 433e7f8

2 files changed

Lines changed: 602 additions & 503 deletions

File tree

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,42 +29,42 @@
2929
"author": "Pedro Bueno <pedrolbb.e@gmail.com>",
3030
"license": "MIT",
3131
"dependencies": {
32-
"@expo/config-plugins": "^7.8.4",
32+
"@expo/config-plugins": "^7.9.1",
3333
"invariant": "^2.2.4",
3434
"jest": "^29.7.0"
3535
},
3636
"devDependencies": {
37-
"@babel/core": "^7.24.4",
37+
"@babel/core": "^7.24.5",
3838
"@react-native-community/eslint-config": "^3.2.0",
3939
"@react-native/babel-preset": "^0.75.0-main",
4040
"@testing-library/jest-dom": "^6.4.2",
41-
"@testing-library/react": "^14.2.2",
41+
"@testing-library/react": "^15.0.5",
4242
"@tsconfig/node10": "^1.0.11",
4343
"@types/invariant": "^2.2.37",
4444
"@types/jest": "^29.5.12",
45-
"@types/node": "^20.12.4",
46-
"@types/react": "^18.2.74",
47-
"@typescript-eslint/eslint-plugin": "^7.5.0",
48-
"@typescript-eslint/parser": "^7.5.0",
49-
"eslint": "^8.57.0",
50-
"eslint-config-next": "^14.1.4",
45+
"@types/node": "^20.12.7",
46+
"@types/react": "^18.3.1",
47+
"@typescript-eslint/eslint-plugin": "^7.8.0",
48+
"@typescript-eslint/parser": "^7.8.0",
49+
"eslint": "^9.1.1",
50+
"eslint-config-next": "^14.2.3",
5151
"eslint-config-prettier": "^9.1.0",
5252
"eslint-config-standard-with-typescript": "^43.0.1",
5353
"eslint-plugin-import": "^2.29.1",
54-
"eslint-plugin-jest": "^27.9.0",
55-
"eslint-plugin-jest-dom": "^5.2.0",
54+
"eslint-plugin-jest": "^28.3.0",
55+
"eslint-plugin-jest-dom": "^5.4.0",
5656
"eslint-plugin-jest-formatting": "^3.1.0",
57-
"eslint-plugin-n": "^16.6.2",
57+
"eslint-plugin-n": "^17.4.0",
5858
"eslint-plugin-prettier": "^5.1.3",
5959
"eslint-plugin-promise": "^6.1.1",
60-
"eslint-plugin-testing-library": "^6.2.0",
60+
"eslint-plugin-testing-library": "^6.2.2",
6161
"jest-environment-jsdom": "^29.7.0",
6262
"lint-staged": "^15.2.2",
6363
"prettier": "^3.2.5",
64-
"react": "18.2.0",
65-
"react-native": "^0.73.6",
64+
"react": "18.3.1",
65+
"react-native": "^0.74.0",
6666
"ts-node": "^10.9.2",
67-
"typescript": "^5.4.4"
67+
"typescript": "^5.4.5"
6868
},
6969
"private": false,
7070
"repository": "https://github.com/pedrol2b/react-native-voice.git"

0 commit comments

Comments
 (0)