Skip to content

Commit

Permalink
feat(deps): Update dependencies 2024.03.06 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion authored Mar 6, 2024
1 parent 8003df2 commit 755b98c
Show file tree
Hide file tree
Showing 6 changed files with 2,366 additions and 2,304 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/owner-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
if: github.actor == github.repository_owner
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v3
- uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.6.1
21.6.2
672 changes: 336 additions & 336 deletions .yarn/releases/yarn-4.0.2.cjs → .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ plugins:
path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
spec: "https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,38 +31,38 @@
"release": "semantic-release",
"test": "NODE_ENV=test mocha"
},
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.1",
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/register": "^7.23.7",
"@react-native/babel-preset": "^0.73.20",
"@react-native/babel-preset": "^0.73.21",
"babel-plugin-module-resolver": "^5.0.0",
"dot-prop-immutable": "^2.1.1"
},
"devDependencies": {
"@assertive-ts/core": "^2.0.0",
"@assertive-ts/core": "^2.1.0",
"@testing-library/react-native": "^12.4.3",
"@types/babel__core": "^7.20.5",
"@types/babel__register": "^7.17.3",
"@types/eslint": "^8.56.2",
"@types/eslint": "^8.56.5",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.8",
"@types/react": "^18.2.48",
"@types/node": "^20.11.24",
"@types/react": "^18.2.63",
"@types/react-test-renderer": "^18.0.7",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-sonarjs": "^0.23.0",
"mocha": "^10.2.0",
"eslint-plugin-jsdoc": "^48.2.0",
"eslint-plugin-sonarjs": "^0.24.0",
"mocha": "^10.3.0",
"react": "18.2.0",
"react-native": "^0.73.2",
"react-native": "^0.73.5",
"react-test-renderer": "^18.2.0",
"semantic-release": "^23.0.0",
"semantic-release": "^23.0.2",
"semantic-release-yarn": "^3.0.2",
"sinon": "^17.0.1",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit 755b98c

Please sign in to comment.