Skip to content

Commit 1fb87f9

Browse files
committed
fix(package): update dependencies
release-npm
1 parent aa18f4d commit 1fb87f9

File tree

3 files changed

+23
-16
lines changed

3 files changed

+23
-16
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ on:
77
jobs:
88
test-release:
99
runs-on: ubuntu-latest
10+
permissions:
11+
id-token: write
12+
contents: write
1013
steps:
1114
- uses: actions/checkout@v3
12-
- uses: tobua/release-npm-action@v1
15+
- run: npm install -g npm@latest
16+
- uses: tobua/release-npm-action@v2
1317
with:
1418
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"template"
2626
],
2727
"devDependencies": {
28-
"padua": "^1.1.0"
28+
"padua": "^1.3.1"
2929
},
3030
"prettier": "padua/configuration/.prettierrc.json",
3131
"eslintConfig": {
@@ -37,7 +37,10 @@
3737
]
3838
}
3939
},
40+
"publishConfig": {
41+
"provenance": true
42+
},
4043
"engines": {
41-
"node": ">= 16.7.0"
44+
"node": ">= 16"
4245
}
4346
}

template/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@
2727
},
2828
"devDependencies": {
2929
"@react-native-community/eslint-config": "3.2.0",
30-
"@types/jest": "^29.4.0",
31-
"@types/react": "^18.0.28",
32-
"@types/react-native": "^0.71.3",
30+
"@types/jest": "^29.5.2",
31+
"@types/react": "^18.2.13",
32+
"@types/react-native": "^0.72.2",
3333
"@types/react-test-renderer": "^18.0.0",
34-
"@typescript-eslint/eslint-plugin": "^5.52.0",
35-
"@typescript-eslint/parser": "^5.52.0",
36-
"babel-jest": "^29.4.3",
34+
"@typescript-eslint/eslint-plugin": "^5.60.0",
35+
"@typescript-eslint/parser": "^5.60.0",
36+
"babel-jest": "^29.5.0",
3737
"cpx": "^1.5.0",
38-
"esbuild": "^0.17.8",
39-
"eslint": "^8.34.0",
38+
"esbuild": "^0.18.5",
39+
"eslint": "^8.43.0",
4040
"eslint-plugin-flowtype": "^8.0.3",
41-
"jest": "^29.4.3",
42-
"metro-react-native-babel-preset": "^0.75.0",
41+
"jest": "^29.5.0",
42+
"metro-react-native-babel-preset": "^0.76.6",
4343
"npm-run-all": "^4.1.5",
44-
"prettier": "^2.8.4",
44+
"prettier": "^2.8.8",
4545
"react": "^18.2.0",
46-
"react-native": "^0.71.3",
46+
"react-native": "^0.71.11",
4747
"react-test-renderer": "^18.2.0",
48-
"typescript": "^4.9.5"
48+
"typescript": "^5.1.3"
4949
},
5050
"files": [
5151
"dist"

0 commit comments

Comments
 (0)