Skip to content

Commit

Permalink
perf(deps): ⬆️ updated all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDongminYoo committed Oct 14, 2023
1 parent 73b9694 commit 23c6f23
Show file tree
Hide file tree
Showing 6 changed files with 3,143 additions and 4,296 deletions.
22 changes: 13 additions & 9 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: 0.1
cli:
version: 1.14.0
version: 1.17.0
plugins:
sources:
- id: trunk
ref: v1.1.0
ref: v1.2.1
uri: https://github.com/trunk-io/plugins
lint:
disabled:
Expand All @@ -14,15 +14,19 @@ lint:
- git-diff-check
- gitleaks # 8.17.0
enabled:
- swiftformat@0.52.2
- swiftlint@0.52.4
- checkov@2.5.8
- osv-scanner@1.4.1
- trivy@0.45.1
- trufflehog@3.59.0
- swiftformat@0.52.7
- swiftlint@0.53.0
- yamllint@1.32.0
- dotenv-linter@3.3.0
- markdownlint@0.35.0
- markdownlint@0.37.0
- shellcheck@0.9.0
- prettier@3.0.2
- eslint@8.47.0
- actionlint@1.6.25
- prettier@3.0.3
- eslint@8.51.0
- actionlint@1.6.26
ignore:
- linters:
- shellcheck
Expand All @@ -39,7 +43,7 @@ runtimes:
enabled:
- python@3.10.8
- go@1.19.5
- java@11.0.13
- java@13.0.11
- node@18.12.1
actions:
enabled:
Expand Down
1 change: 0 additions & 1 deletion example/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const modules = Object.keys({ ...pak.peerDependencies });
/**
* Metro configuration
* https://facebook.github.io/metro/docs/configuration
*
* @type {import('metro-config').MetroConfig}
*/
const config = {
Expand Down
12 changes: 6 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
"react-native": "^0.72.0",
"react-native-circular-progress-indicator": "^4.4.2",
"react-native-gesture-handler": "^2.12.0",
"react-native-permissions": "^3.8.4",
"react-native-permissions": "^3.10.0",
"react-native-reanimated": "^3.3.0",
"react-native-svg": "^13.9.0"
"react-native-svg": "^13.14.0"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0-0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0-0",
"@babel/plugin-transform-arrow-functions": "^7.0.0-0",
"@babel/plugin-transform-shorthand-properties": "^7.0.0-0",
"@babel/plugin-transform-template-literals": "^7.0.0-0",
"@babel/preset-env": "^7.22.10",
"@babel/runtime": "^7.22.10",
"@babel/preset-env": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@react-native/metro-config": "^0.72.0",
"@rnx-kit/align-deps": "^2.2.4",
"@rnx-kit/align-deps": "^2.2.5",
"babel-plugin-module-resolver": "^5.0.0",
"metro-react-native-babel-preset": "^0.76.5"
},
Expand Down
Loading

0 comments on commit 23c6f23

Please sign in to comment.