Skip to content

Commit

Permalink
feat(deps): Update dependencies 2024.01.21 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Jan 21, 2024
1 parent 3e51056 commit b9ef416
Show file tree
Hide file tree
Showing 4 changed files with 399 additions and 456 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Expand Up @@ -25,12 +25,12 @@ jobs:
cache: yarn
- run: yarn install --immutable
- run: yarn docs
- 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 @@ -40,5 +40,5 @@ jobs:
needs: build

steps:
- uses: actions/deploy-pages@v2
- uses: actions/deploy-pages@v4
id: deployment
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
21.3.0
21.6.0
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -38,23 +38,23 @@
"devDependencies": {
"@assertive-ts/core": "^2.0.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.2",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.55.0",
"@types/node": "^20.11.5",
"@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",
"expect-type": "^0.17.3",
"mocha": "^10.2.0",
"semantic-release": "^22.0.8",
"semantic-release": "^23.0.0",
"semantic-release-yarn": "^3.0.2",
"ts-node": "^10.9.1",
"typedoc": "^0.25.4",
"ts-node": "^10.9.2",
"typedoc": "^0.25.7",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-merge-modules": "^5.1.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}

0 comments on commit b9ef416

Please sign in to comment.