Skip to content

Commit 755b98c

Browse files
authored
feat(deps): Update dependencies 2024.03.06 (#13)
1 parent 8003df2 commit 755b98c

File tree

6 files changed

+2366
-2304
lines changed

6 files changed

+2366
-2304
lines changed

.github/workflows/owner-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
if: github.actor == github.repository_owner
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: hmarr/auto-approve-action@v3
12+
- uses: hmarr/auto-approve-action@v4
1313
with:
1414
github-token: ${{ secrets.GITHUB_TOKEN }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.6.1
1+
21.6.2
Lines changed: 336 additions & 336 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ plugins:
99
path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
1010
spec: "https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"
1111

12-
yarnPath: .yarn/releases/yarn-4.0.2.cjs
12+
yarnPath: .yarn/releases/yarn-4.1.1.cjs

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,38 +31,38 @@
3131
"release": "semantic-release",
3232
"test": "NODE_ENV=test mocha"
3333
},
34-
"packageManager": "yarn@4.0.2",
34+
"packageManager": "yarn@4.1.1",
3535
"dependencies": {
36-
"@babel/core": "^7.23.9",
36+
"@babel/core": "^7.24.0",
3737
"@babel/register": "^7.23.7",
38-
"@react-native/babel-preset": "^0.73.20",
38+
"@react-native/babel-preset": "^0.73.21",
3939
"babel-plugin-module-resolver": "^5.0.0",
4040
"dot-prop-immutable": "^2.1.1"
4141
},
4242
"devDependencies": {
43-
"@assertive-ts/core": "^2.0.0",
43+
"@assertive-ts/core": "^2.1.0",
4444
"@testing-library/react-native": "^12.4.3",
4545
"@types/babel__core": "^7.20.5",
4646
"@types/babel__register": "^7.17.3",
47-
"@types/eslint": "^8.56.2",
47+
"@types/eslint": "^8.56.5",
4848
"@types/mocha": "^10.0.6",
49-
"@types/node": "^20.11.8",
50-
"@types/react": "^18.2.48",
49+
"@types/node": "^20.11.24",
50+
"@types/react": "^18.2.63",
5151
"@types/react-test-renderer": "^18.0.7",
5252
"@types/sinon": "^17.0.3",
53-
"@typescript-eslint/eslint-plugin": "^6.19.1",
54-
"@typescript-eslint/parser": "^6.19.1",
55-
"eslint": "^8.56.0",
53+
"@typescript-eslint/eslint-plugin": "^7.1.1",
54+
"@typescript-eslint/parser": "^7.1.1",
55+
"eslint": "^8.57.0",
5656
"eslint-import-resolver-typescript": "^3.6.1",
5757
"eslint-plugin-etc": "^2.0.3",
5858
"eslint-plugin-import": "^2.29.1",
59-
"eslint-plugin-jsdoc": "^48.0.4",
60-
"eslint-plugin-sonarjs": "^0.23.0",
61-
"mocha": "^10.2.0",
59+
"eslint-plugin-jsdoc": "^48.2.0",
60+
"eslint-plugin-sonarjs": "^0.24.0",
61+
"mocha": "^10.3.0",
6262
"react": "18.2.0",
63-
"react-native": "^0.73.2",
63+
"react-native": "^0.73.5",
6464
"react-test-renderer": "^18.2.0",
65-
"semantic-release": "^23.0.0",
65+
"semantic-release": "^23.0.2",
6666
"semantic-release-yarn": "^3.0.2",
6767
"sinon": "^17.0.1",
6868
"ts-node": "^10.9.2",

0 commit comments

Comments
 (0)