Skip to content

Commit 8822ca3

Browse files
authored
Merge pull request #2 from mCodex/fix/emptyHTMLTagsCleanup
chore: updating dependencies
2 parents 6e4231b + 13b63c9 commit 8822ca3

File tree

3 files changed

+733
-788
lines changed

3 files changed

+733
-788
lines changed

example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
},
1111
"dependencies": {
1212
"@expo/metro-runtime": "~6.1.2",
13-
"expo": "~54.0.23",
14-
"expo-status-bar": "~3.0.8",
15-
"react": "19.1.1",
16-
"react-dom": "19.1.1",
13+
"expo": "~54.0.29",
14+
"expo-status-bar": "~3.0.9",
15+
"react": "19.1.0",
16+
"react-dom": "19.1.0",
1717
"react-native": "0.81.5",
1818
"react-native-safe-area-context": "^5.6.2",
1919
"react-native-web": "~0.21.2",
2020
"react-native-webview": "^13.16.0"
2121
},
2222
"private": true,
2323
"devDependencies": {
24-
"react-native-builder-bob": "^0.40.15",
25-
"react-native-monorepo-config": "^0.3.0"
24+
"react-native-builder-bob": "^0.40.17",
25+
"react-native-monorepo-config": "^0.3.1"
2626
}
2727
}

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -80,32 +80,32 @@
8080
"registry": "https://registry.npmjs.org/"
8181
},
8282
"devDependencies": {
83-
"@commitlint/config-conventional": "^20.0.0",
84-
"@eslint/compat": "^1.4.1",
85-
"@eslint/eslintrc": "^3.3.1",
86-
"@eslint/js": "^9.39.0",
87-
"@evilmartians/lefthook": "^2.0.2",
88-
"@react-native/babel-preset": "0.82.1",
89-
"@react-native/eslint-config": "^0.82.1",
90-
"@release-it/conventional-changelog": "^10.0.1",
83+
"@commitlint/config-conventional": "^20.2.0",
84+
"@eslint/compat": "^2.0.0",
85+
"@eslint/eslintrc": "^3.3.3",
86+
"@eslint/js": "^9.39.2",
87+
"@evilmartians/lefthook": "^2.0.12",
88+
"@react-native/babel-preset": "0.83.0",
89+
"@react-native/eslint-config": "^0.83.0",
90+
"@release-it/conventional-changelog": "^10.0.3",
9191
"@testing-library/react-native": "^13.3.3",
9292
"@types/jest": "^30.0.0",
93-
"@types/react": "^19.2.2",
94-
"@types/react-dom": "^19.2.2",
93+
"@types/react": "^19.2.7",
94+
"@types/react-dom": "^19.2.3",
9595
"babel-plugin-react-compiler": "^1.0.0",
96-
"commitlint": "^20.1.0",
96+
"commitlint": "^20.2.0",
9797
"del-cli": "^7.0.0",
98-
"eslint": "^9.39.0",
98+
"eslint": "^9.39.2",
9999
"eslint-config-prettier": "^10.1.8",
100100
"eslint-plugin-prettier": "^5.5.4",
101101
"jest": "^30.2.0",
102-
"prettier": "^3.6.2",
103-
"react": "19.1.0",
104-
"react-native": "0.82.1",
105-
"react-native-builder-bob": "^0.40.14",
102+
"prettier": "^3.7.4",
103+
"react": "19.2.3",
104+
"react-native": "0.83.0",
105+
"react-native-builder-bob": "^0.40.17",
106106
"react-native-webview": "^13.16.0",
107-
"react-test-renderer": "19.1.0",
108-
"release-it": "^19.0.5",
107+
"react-test-renderer": "19.2.3",
108+
"release-it": "^19.1.0",
109109
"typescript": "^5.9.3"
110110
},
111111
"peerDependencies": {

0 commit comments

Comments
 (0)