Skip to content

Commit

Permalink
Merge pull request #32 from Ayc0/Ayc0/update-deps
Browse files Browse the repository at this point in the history
Update all deps
  • Loading branch information
Ayc0 authored Mar 28, 2023
2 parents 0d8a24a + 813c8c4 commit 965727b
Show file tree
Hide file tree
Showing 5 changed files with 2,724 additions and 3,389 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 17.x]
node-version: [16.x, 18.x, 19.x]

steps:
- uses: actions/checkout@v2
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"lint:fix": "prettier --write ."
},
"devDependencies": {
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^27.0.2",
"jest": "^28.1.0",
"prettier": "^2.6.2",
"ts-jest": "^28.0.2",
"typescript": "^4.6.4"
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"prettier": "^2.8.7",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
},
"version": "0.6.0-beta.2"
}
4 changes: 2 additions & 2 deletions packages/manatea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build": "yarn build:clean && yarn build:action"
},
"devDependencies": {
"microbundle": "^0.15.0",
"typescript": "^4.6.4"
"microbundle": "^0.15.1",
"typescript": "^5.0.2"
}
}
12 changes: 6 additions & 6 deletions packages/react-manatea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"build": "yarn build:clean && yarn build:action"
},
"dependencies": {
"use-sync-external-store": "^1.1.0"
"use-sync-external-store": "^1.2.0"
},
"devDependencies": {
"@types/react": "^18.0.9",
"@types/react": "^18.0.30",
"@types/use-sync-external-store": "^0.0.3",
"microbundle": "^0.15.0",
"react": "^18.1.0",
"react-test-renderer": "^18.1.0",
"typescript": "^4.6.4"
"microbundle": "^0.15.1",
"react": "^18.2.0",
"react-test-renderer": "^18.2.0",
"typescript": "^5.0.2"
},
"peerDependencies": {
"manatea": "workspace:*",
Expand Down
Loading

0 comments on commit 965727b

Please sign in to comment.