Skip to content

Commit 33d54c2

Browse files
committed
chore: update Dependabot config
1 parent daefa7c commit 33d54c2

File tree

7 files changed

+1668
-3164
lines changed

7 files changed

+1668
-3164
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
2+
73
updates:
8-
- package-ecosystem: "" # See documentation for possible values
9-
directory: "/" # Location of package manifests
4+
- package-ecosystem: npm
5+
directory: "/"
106
schedule:
117
interval: "weekly"

examples/expo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@
1414
"@backflipjs/native": "workspace:~0.0.6",
1515
"@backflipjs/react": "workspace:~0.0.6",
1616
"@backflipjs/server": "workspace:~0.0.6",
17-
"expo": "~50.0.0-preview.4",
18-
"expo-constants": "~15.4.1",
17+
"expo": "50.0.0-preview.7",
18+
"expo-constants": "~15.4.2",
1919
"expo-linking": "~6.2.1",
20-
"expo-router": "~3.4.0",
21-
"expo-status-bar": "~1.11.0",
20+
"expo-router": "~3.4.1",
21+
"expo-status-bar": "~1.11.1",
2222
"nativewind": "~2.0.11",
2323
"react": "18.2.0",
2424
"react-dom": "18.2.0",
2525
"react-native": "0.73.1",
2626
"react-native-safe-area-context": "4.7.4",
2727
"react-native-screens": "~3.27.0",
28-
"react-native-web": "~0.19.6"
28+
"react-native-web": "~0.19.10"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "~7.20.0",
32-
"@types/react": "~18.2.45",
31+
"@babel/core": "~7.20.12",
32+
"@types/react": "~18.2.46",
3333
"tailwindcss": "3.3.2"
3434
}
3535
}

examples/remix/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
},
2323
"devDependencies": {
2424
"@remix-run/dev": "~2.3.1",
25-
"@types/react": "~18.2.20",
26-
"@types/react-dom": "~18.2.7",
27-
"tailwindcss": "~3.3.6"
25+
"@types/react": "~18.2.46",
26+
"@types/react-dom": "~18.2.18",
27+
"tailwindcss": "~3.3.7"
2828
},
2929
"engines": {
3030
"node": ">=18.0.0"

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@backflipjs/client": "workspace:~0.0.6",
37-
"@types/react": "~18.2.42",
37+
"@types/react": "~18.2.46",
3838
"@vitejs/plugin-react": "~4.2.1",
3939
"react": "~18.2.0",
4040
"vite-plugin-dts": "~3.7.0"

0 commit comments

Comments
 (0)