Skip to content

Commit db827a3

Browse files
committed
chore: fix deps
1 parent a55956a commit db827a3

File tree

2 files changed

+189
-56
lines changed

2 files changed

+189
-56
lines changed

example/package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,19 @@
1616
"react-native": "0.71.8",
1717
"react-native-safe-area-context": "4.5.0",
1818
"react-native-web": "~0.18.10",
19-
"react-syntax-highlighter": "^15.5.0",
20-
"webpack": "^5.84.1"
19+
"react-syntax-highlighter": "15.5.0",
20+
"webpack": "5.84.1"
2121
},
2222
"devDependencies": {
23-
"@babel/core": "^7.20.0",
24-
"@expo/webpack-config": "^18.0.1",
25-
"@types/react-syntax-highlighter": "^15.5.7",
26-
"babel-loader": "^9.0.0",
27-
"babel-plugin-module-resolver": "^5.0.0"
23+
"@babel/core": "7.22.1",
24+
"@babel/preset-env": "7.22.4",
25+
"@expo/webpack-config": "18.0.1",
26+
"@types/react": "18.2.8",
27+
"@types/react-native": "0.72.2",
28+
"@types/react-syntax-highlighter": "15.5.7",
29+
"babel-loader": "9.0.0",
30+
"babel-plugin-module-resolver": "5.0.0",
31+
"react-test-renderer": "18.2.0"
2832
},
2933
"private": true
3034
}

0 commit comments

Comments
 (0)