Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/Continuous_Delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Restore CI Cache
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
uses: actions/cache@2b250bc32ad02700b996b496c14ac8c2840a2991 # v2.1.8
id: cache-restore
with:
path: node_modules
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Build Docs
run: yarn docs
- name: Deploy Docs
uses: JamesIves/github-pages-deploy-action@830e6a4f7c81743c52f3fed0ac67428feff9620a # tag=v4.2.5
uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # v4.7.6
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder the action should deploy.
6 changes: 3 additions & 3 deletions .github/workflows/Continuous_Integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Restore CI Cache
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
uses: actions/cache@2b250bc32ad02700b996b496c14ac8c2840a2991 # v2.1.8
id: cache-restore
with:
path: node_modules
Expand All @@ -41,7 +41,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Restore CI Cache
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
uses: actions/cache@2b250bc32ad02700b996b496c14ac8c2840a2991 # v2.1.8
id: cache-restore
with:
path: node_modules
Expand All @@ -64,7 +64,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Restore CI Cache
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2.1.7
uses: actions/cache@2b250bc32ad02700b996b496c14ac8c2840a2991 # v2.1.8
id: cache-restore
with:
path: node_modules
Expand Down
785 changes: 0 additions & 785 deletions .yarn/releases/yarn-3.2.0.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.7.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.2.0.cjs
yarnPath: .yarn/releases/yarn-3.8.7.cjs
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@
"!dist/*.tsbuildinfo"
],
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^16.11.26",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.126",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cz-conventional-changelog": "^3.3.0",
"denoify": "^0.11.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"denoify": "^0.16.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.2",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"tsup": "^5.12.3",
"typedoc": "^0.22.13",
"typescript": "^4.6.3"
"prettier": "^2.8.8",
"ts-jest": "^27.1.5",
"ts-node": "^10.9.2",
"tsup": "^5.12.9",
"typedoc": "^0.28.15",
"typescript": "^4.9.5"
},
"scripts": {
"prepare": "tsup",
Expand All @@ -66,7 +66,7 @@
"path": "cz-conventional-changelog"
}
},
"packageManager": "yarn@3.2.0",
"packageManager": "yarn@3.8.7",
"dependencies": {
"standard-version": "^9.3.2"
}
Expand Down
Loading
Loading