Skip to content

Commit

Permalink
chore(deps): Update dependencies 2023.04.03 (#70)
Browse files Browse the repository at this point in the history
* chore(deps): Update dependencies 2023.04.03

* Bump major version and recreate lock file

* Update CI deps
  • Loading branch information
JoseLion committed Apr 4, 2023
1 parent 965f103 commit 80051e6
Show file tree
Hide file tree
Showing 9 changed files with 2,499 additions and 1,942 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ commands:
- run:
name: Install NVM and NodeJS
command: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
echo 'export NVM_DIR="$HOME/.nvm"' >> $BASH_ENV
echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" --install' >> $BASH_ENV
source $BASH_ENV
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v3

- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
Expand All @@ -44,6 +44,6 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2

...
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.3.0
19.8.1
10 changes: 0 additions & 10 deletions .yarn/patches/iko-npm-0.6.0-c81ab722d7.patch

This file was deleted.

823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.5.0.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 @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-3.5.0.cjs
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,27 @@
"test": "NODE_ENV=test mocha \"test/**/*.test.ts?(x)\""
},
"dependencies": {
"ts-pattern": "^4.0.6"
"ts-pattern": "^4.2.2"
},
"devDependencies": {
"@stackbuilders/assertive-ts": "^1.2.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"eslint": "^8.30.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.6.4",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.37.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^40.1.1",
"mocha": "^10.2.0",
"react": "^18.2.0",
"semantic-release": "^19.0.5",
"semantic-release": "^21.0.1",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typescript": "4.9.4"
"tslib": "^2.5.0",
"typescript": "5.0.3"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"packageManager": "yarn@3.3.1"
"packageManager": "yarn@3.5.0"
}

0 comments on commit 80051e6

Please sign in to comment.