Skip to content

Commit

Permalink
chore: update javascript package dependencies (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Mar 11, 2024
1 parent 6e376a3 commit c1b41c0
Show file tree
Hide file tree
Showing 13 changed files with 11,412 additions and 9,456 deletions.
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

0 comments on commit c1b41c0

Please sign in to comment.