Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 29, 2024
1 parent a533eda commit 266bedd
Show file tree
Hide file tree
Showing 9 changed files with 268 additions and 232 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,40 +12,40 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.1.1
- name: Use Node 14
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v4.0.2
with:
node-version: 14
- name: Install dependencies with yarn
run: yarn install --frozen-lockfile
- name: Publish commitlint-config
uses: JS-DevTools/npm-publish@v1.4.3
uses: JS-DevTools/npm-publish@v3.1.1
with:
package: './packages/commitlint-config/package.json'
token: ${{ secrets.NPM_AUTH_TOKEN }}
- name: Publish eslint-config
uses: JS-DevTools/npm-publish@v1.4.3
uses: JS-DevTools/npm-publish@v3.1.1
with:
package: './packages/eslint-config/package.json'
token: ${{ secrets.NPM_AUTH_TOKEN }}
- name: Publish eslint-config-typescript
uses: JS-DevTools/npm-publish@v1.4.3
uses: JS-DevTools/npm-publish@v3.1.1
with:
package: './packages/eslint-config-typescript/package.json'
token: ${{ secrets.NPM_AUTH_TOKEN }}
- name: Publish eslint-config-typescript-react
uses: JS-DevTools/npm-publish@v1.4.3
uses: JS-DevTools/npm-publish@v3.1.1
with:
package: './packages/eslint-config-typescript-react/package.json'
token: ${{ secrets.NPM_AUTH_TOKEN }}
- name: Publish prettier-config
uses: JS-DevTools/npm-publish@v1.4.3
uses: JS-DevTools/npm-publish@v3.1.1
with:
package: './packages/prettier-config/package.json'
token: ${{ secrets.NPM_AUTH_TOKEN }}
- name: Publish tsconfig
uses: JS-DevTools/npm-publish@v1.4.3
uses: JS-DevTools/npm-publish@v3.1.1
with:
package: './packages/tsconfig/package.json'
token: ${{ secrets.NPM_AUTH_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/test-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.1.1
- name: Use Node 14
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v4.0.2
with:
node-version: 14
- name: Install dependencies with yarn
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
20
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"devDependencies": {
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.7",
"pinst": "^2.1.6",
"prettier": "^2.5.1",
"husky": "^9.0.0",
"lint-staged": "^15.0.0",
"pinst": "^3.0.0",
"prettier": "^3.0.0",
"standard-version": "^9.3.2",
"tape": "^5.4.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"react": "^17.0.2",
"typescript": "^4.5.4"
"typescript": "^5.0.0"
},
"devDependencies": {
"tape": "^5.4.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.25.4",
"typescript": "^4.5.4"
"typescript": "^5.0.0"
},
"devDependencies": {
"tape": "^5.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.25.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test": "tape __tests__/*.js"
},
"peerDependencies": {
"prettier": "^2.5.1"
"prettier": "^3.0.0"
},
"devDependencies": {
"tape": "^5.4.0"
Expand Down
Loading

0 comments on commit 266bedd

Please sign in to comment.