Skip to content

Commit

Permalink
update JS deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jun 8, 2023
1 parent 39534d0 commit 29ca7c5
Show file tree
Hide file tree
Showing 22 changed files with 9,290 additions and 12,839 deletions.
4 changes: 2 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages/*/node_modules
packages/*/dist
packages/*/dist/
docs/
build/
data_wizard/static/
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"ecmaFeatures": {
"jsx": true
},
"babelOptions": {
"plugins": ["@babel/plugin-syntax-import-assertions"]
},
"ecmaVersion": 2018,
"sourceType": "module"
},
Expand Down
14 changes: 5 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ jobs:
run: python -m build
npm:
name: "@wq/${{ matrix.package }}"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
PACKAGE: ${{ matrix.package }}
strategy:
matrix:
python-version: [3.9]
node-version: [16]
python-version: [3.11]
node-version: [18]
package:
- progress
- progress-element
Expand All @@ -132,11 +132,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
npm ci
npm run lerna exec npm ci
npm run bootstrap
npm run build
run: npm ci
- name: Lint with ESLint
run: npm run lint
- name: Test with Jest
Expand All @@ -153,7 +149,7 @@ jobs:
run: |
python -m pip install setuptools-scm
./set_dev_version.sh
cd packages/$PACKAGE
echo "registry=https://npm.pkg.github.com/wq" > .npmrc
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc
cd packages/$PACKAGE
npm publish
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
*.md
*.css
*.html
docs/**/*.json
docs/**/*.js
build/
dist/
data_wizard/static/
File renamed without changes.
9 changes: 8 additions & 1 deletion data_wizard/static/app/js/wizard.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data_wizard/static/app/js/wizard.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 29ca7c5

Please sign in to comment.