Skip to content

Commit

Permalink
feat(deps): Update dependencies 2024.01.21 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion authored Jan 21, 2024
1 parent 77cda41 commit 0208e73
Show file tree
Hide file tree
Showing 6 changed files with 437 additions and 502 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v3
- uses: actions/configure-pages@v4
- uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3

deploy:
environment:
Expand All @@ -34,5 +34,5 @@ jobs:
needs: build

steps:
- uses: actions/deploy-pages@v2
- uses: actions/deploy-pages@v4
id: deployment
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.2.0
21.6.0
4 changes: 0 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---

remote_theme: mmistakes/minimal-mistakes

plugins:
Expand Down Expand Up @@ -51,5 +49,3 @@ footer:
- label: Twitter
icon: fab fa-fw fa-twitter-square
url: https://twitter.com/joseliont

...
4 changes: 0 additions & 4 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
---

main:
- title: API Reference
url: /docs/APIReference.html
- title: Custom Codecs
url: /docs/CustomCodecs.html
- title: React Integration
url: /docs/ReactIntegration.html

...
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,28 @@
},
"packageManager": "[email protected]",
"dependencies": {
"ts-pattern": "^5.0.5"
"ts-pattern": "^5.0.6"
},
"devDependencies": {
"@assertive-ts/core": "^2.0.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.9.5",
"@types/react": "^18.2.38",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-sonarjs": "^0.23.0",
"mocha": "^10.2.0",
"react": "^18.2.0",
"semantic-release": "^22.0.8",
"semantic-release": "^23.0.0",
"semantic-release-yarn": "^3.0.2",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "5.3.2"
"typescript": "5.3.3"
},
"peerDependencies": {
"react": ">=16.8.0"
Expand Down
Loading

0 comments on commit 0208e73

Please sign in to comment.