Skip to content

Commit

Permalink
bump node to current LTS & adapt build accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
BastienGauthier committed Nov 9, 2023
1 parent 960f6a4 commit f670115
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_each_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: build streamlit-folium JS
run: |
cd streamlit_folium/frontend/
Expand Down
10 changes: 5 additions & 5 deletions streamlit_folium/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamlit_folium",
"version": "0.3.1",
"version": "0.4.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.2",
Expand All @@ -16,9 +16,9 @@
"leaflet": "^1.7.1",
"leaflet-draw": "^1.0.2",
"leaflet.sync": "^0.2.4",
"react-scripts": "^4.0.0",
"streamlit-component-lib": "^1.3.0",
"typescript": "~3.8.0",
"react-scripts": "^5.0.1",
"streamlit-component-lib": "^2.0.0",
"typescript": "^4",
"underscore": "^1.13.2"
},
"scripts": {
Expand All @@ -44,7 +44,7 @@
},
"homepage": ".",
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-private-property-in-object": "^7.21.11",
"@types/leaflet-draw": "^1.0.5",
"@types/underscore": "^1.11.4"
}
Expand Down

0 comments on commit f670115

Please sign in to comment.