Skip to content

Commit 9c54876

Browse files
committed
upgrade React Native in lint-examples, other deps bump
1 parent d7b3ae3 commit 9c54876

5 files changed

Lines changed: 353 additions & 447 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@
2626
},
2727
"devDependencies": {
2828
"@eslint/css": "^0.14.1",
29-
"@eslint/js": "^9.39.1",
29+
"@eslint/js": "^9.39.2",
3030
"@manypkg/cli": "^0.25.1",
3131
"@typescript-eslint/parser": "^8.48.1",
3232
"alex": "^11.0.1",
3333
"case-police": "^2.1.1",
34-
"eslint": "^9.39.1",
34+
"eslint": "^9.39.2",
3535
"eslint-config-prettier": "^10.1.8",
3636
"eslint-plugin-alex": "^1.0.0",
3737
"eslint-plugin-case-police": "2.1.1",
3838
"eslint-plugin-mdx": "^3.6.2",
3939
"eslint-plugin-prettier": "^5.5.4",
40-
"eslint-plugin-yml": "^1.19.0",
41-
"globals": "^16.5.0",
40+
"eslint-plugin-yml": "^1.19.1",
41+
"globals": "^17.0.0",
4242
"husky": "^9.1.7",
4343
"prettier": "^3.7.4",
4444
"pretty-quick": "^4.2.2",
4545
"typescript": "^5.9.3",
46-
"typescript-eslint": "^8.48.1"
46+
"typescript-eslint": "^8.51.0"
4747
},
4848
"packageManager": "yarn@4.12.0"
4949
}

packages/lint-examples/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import tsParser from '@typescript-eslint/parser';
1919
import jestPlugin from 'eslint-plugin-jest';
2020

2121
export default defineConfig([
22-
globalIgnores(['**/node_modules']),
22+
globalIgnores(['node_modules']),
2323

2424
eslintPluginPrettier,
2525

packages/lint-examples/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
"@babel/runtime": "^7.28.4",
1818
"@eslint/compat": "^2.0.0",
1919
"@react-native-community/slider": "^5.1.1",
20-
"@react-native/babel-preset": "^0.82.1",
21-
"@react-native/eslint-config": "^0.82.1",
22-
"@react-native/eslint-plugin": "^0.82.1",
23-
"@react-native/typescript-config": "^0.82.1",
20+
"@react-native/babel-preset": "^0.83.1",
21+
"@react-native/eslint-config": "^0.83.1",
22+
"@react-native/eslint-plugin": "^0.83.1",
23+
"@react-native/typescript-config": "^0.83.1",
2424
"@types/react": "^19.1.17",
25-
"eslint": "^9.39.1",
25+
"eslint": "^9.39.2",
2626
"eslint-plugin-eslint-comments": "^3.2.0",
2727
"eslint-plugin-jest": "^29.2.1",
2828
"eslint-plugin-react": "^7.37.5",
2929
"glob": "^13.0.0",
3030
"prettier": "^3.7.4",
3131
"react": "^19.1.2",
32-
"react-native": "^0.82.1",
32+
"react-native": "^0.83.1",
3333
"react-native-safe-area-context": "^5.6.2",
3434
"typescript": "^5.9.3"
3535
}

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
"@signalwire/docusaurus-plugin-llms-txt": "^1.2.2",
6565
"@types/google.analytics": "^0.0.46",
6666
"@types/react": "^19.1.17",
67-
"eslint": "^9.39.1",
67+
"eslint": "^9.39.2",
6868
"glob": "^13.0.0",
6969
"prettier": "^3.7.4",
7070
"remark-cli": "^12.0.1",
71-
"sass": "1.94.2",
71+
"sass": "1.97.1",
7272
"typescript": "^5.9.3"
7373
}
7474
}

0 commit comments

Comments
 (0)