Skip to content

Commit

Permalink
feat(deps): Update dependencies 2024.01.21 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion authored Jan 21, 2024
1 parent df15e01 commit 9150567
Show file tree
Hide file tree
Showing 5 changed files with 492 additions and 555 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 @@ -49,5 +47,3 @@ footer:
- label: Twitter
icon: fab fa-fw fa-twitter-square
url: https://twitter.com/joseliont

...
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,27 @@
"devDependencies": {
"@assertive-ts/core": "^2.0.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"@types/sinon": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"axios": "^1.6.2",
"eslint": "^8.54.0",
"@types/node": "^20.11.5",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"axios": "^1.6.5",
"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",
"form-data": "^4.0.0",
"mocha": "^10.2.0",
"msw": "^2.0.9",
"msw": "^2.1.2",
"rxjs": "^7.8.1",
"semantic-release": "^22.0.8",
"semantic-release": "^23.0.0",
"semantic-release-yarn": "^3.0.2",
"sinon": "^17.0.1",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"peerDependencies": {
"axios": ">=1.0.0",
Expand Down
Loading

0 comments on commit 9150567

Please sign in to comment.