Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update javascript package dependencies #484

Merged
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 20

- name: Cache JS bundle
id: cache-js-bundle-v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: 3.7
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 20
- name: Install hatch
run: pip install hatch
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: python -c "import solara_enterprise"
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 20
- name: Build assets
run: (cd packages/assets; hatch build)
- name: Publish solara-enterprise to PyPI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_solara_vuetify_app-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v4
with:
node-version: "14.x"
node-version: 20
registry-url: "https://registry.npmjs.org"
- name: Build the JS packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_solara_vuetify_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v4
with:
node-version: "14.x"
node-version: 20
registry-url: "https://registry.npmjs.org"
- name: Build the JS packages
run: |
Expand Down
2,459 changes: 471 additions & 1,988 deletions packages/solara-vuetify-app/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions packages/solara-vuetify-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"vuetify": "~2.2.26"
},
"devDependencies": {
"css-loader": "^3.1.1",
"file-loader": "^5.0.1",
"mini-css-extract-plugin": "^2.7.2",
"style-loader": "^0.23.1",
"webpack": "^5.73.0",
"css-loader": "^6.9.1",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.7.7",
"style-loader": "^3.3.4",
"webpack": "^5.90.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4"
}
Expand Down
Loading
Loading