Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dionshihk-matster'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-chancetop committed Nov 4, 2024
2 parents 855f111 + 6ad80af commit a79fc94
Show file tree
Hide file tree
Showing 3 changed files with 3,020 additions and 357 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "19"
check-latest: true

- uses: pnpm/[email protected]
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wonder/core-native",
"version": "1.4.0-beta.1",
"version": "1.4.1-beta.1",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,11 +18,11 @@
},
"devDependencies": {
"@types/jest": "29.5.11",
"@types/node": "20.10.4",
"@types/node": "20.10.5",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"eslint": "8.55.0",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"fs-extra": "11.2.0",
"jest": "29.7.0",
Expand Down
Loading

0 comments on commit a79fc94

Please sign in to comment.