Skip to content

Commit

Permalink
Merge pull request #338 from BoostV/main-update-deps
Browse files Browse the repository at this point in the history
Maintenance: update dependencies
  • Loading branch information
langdal authored Nov 21, 2024
2 parents 47d54a0 + eec30a5 commit 7b1eacc
Show file tree
Hide file tree
Showing 90 changed files with 10,988 additions and 8,215 deletions.
10 changes: 10 additions & 0 deletions .changeset/tame-gorillas-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@boostv/eslint-config': patch
'@boostv/process-optimizer-frontend-plots': patch
'@boostv/process-optimizer-frontend-core': patch
'@boostv/process-optimizer-frontend-api': patch
'@boostv/process-optimizer-frontend-ui': patch
'@boostv/process-optimizer-frontend-sample-app': patch
---

Update dependencies
3 changes: 0 additions & 3 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '22'
cache: 'npm'

- name: Install modules
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 18
- name: Setup Node.js 22
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '22'
cache: 'npm'

- name: Install Dependencies
Expand Down
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
22 changes: 22 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import boostv from '@boostv/eslint-config'

export default [
...boostv,
{
files: [
'packages/**/*.ts',
'packages/**/*.tsx',
'sample-app/**/*.ts',
'sample-app/**/*.tsx',
],
},
{
ignores: [
'.next/',
'out/',
'packages/**/out/',
'packages/**/dist/',
'sample-app/**/dist/',
],
},
]
Loading

0 comments on commit 7b1eacc

Please sign in to comment.