File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 "@react-native-picker/picker" : " ^2.11.4" ,
2929 "@sentry/react" : " ^10.34.0" ,
3030 "crypto-js" : " ^4.2.0" ,
31- "es-toolkit" : " ^1.43 .0" ,
31+ "es-toolkit" : " ^1.44 .0" ,
3232 "expo" : " 54.0.31" ,
3333 "expo-font" : " ^14.0.10" ,
34- "next" : " ^16.1.1 " ,
34+ "next" : " ^16.1.3 " ,
3535 "node-emoji" : " ^2.2.0" ,
3636 "postcss" : " ^8.5.6" ,
3737 "react" : " 19.2.3" ,
5454 },
5555 "devDependencies" : {
5656 "@expo/next-adapter" : " ^6.0.0" ,
57- "@next/bundle-analyzer" : " ^16.1.1 " ,
57+ "@next/bundle-analyzer" : " ^16.1.3 " ,
5858 "@prettier/plugin-oxc" : " ^0.1.3" ,
5959 "@types/bun" : " ^1.3.6" ,
6060 "@types/crypto-js" : " ^4.2.2" ,
7070 "next-images" : " ^1.8.5" ,
7171 "oxfmt" : " ^0.24.0" ,
7272 "oxlint" : " ^1.39.0" ,
73- "oxlint-tsgolint" : " ^0.11.0 " ,
73+ "oxlint-tsgolint" : " ^0.11.1 " ,
7474 "simple-git-hooks" : " ^2.13.1" ,
7575 "typescript" : " ^5.9.3" ,
7676 "user-agent-data-types" : " ^0.4.2"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { VALID_ENTRY_KEYS } from '~/util/Constants';
44
55import libraries from '../react-native-libraries.json' ;
66
7- const GITHUB_URL_PATTERN = / ^ h t t p s : \/ \/ g i t h u b \. c o m \/ [ \w . - ] + \/ [ \w . - ] + ( \/ t r e e \/ [ \w -\\ / . % @ ] + ) ? $ / g ;
7+ const GITHUB_URL_PATTERN = / ^ h t t p s : \/ \/ g i t h u b \. c o m \/ [ \w . - ] + \/ [ \w . - ] + ( \/ t r e e \/ [ \w -\\ / . % @ ] + ) ? $ / ;
88
99function validateLibrariesFormat ( libraries : LibraryType [ ] ) {
1010 console . log ( '🔍️Checking all libraries have the correct format' ) ;
You can’t perform that action at this time.
0 commit comments