Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriocomo committed Jan 16, 2025
2 parents 3c01a6e + 11b670c commit a0f9817
Show file tree
Hide file tree
Showing 37 changed files with 1,707 additions and 1,004 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
on:
push:
tags:
- "v*"

name: Release
on: workflow_dispatch
jobs:
release:
runs-on: ubuntu-latest
Expand Down
118 changes: 100 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.7.9",
"bootstrap": "^4.6.0",
"bootstrap-italia": "^2.8.8",
"copy-to-clipboard": "^3.3.3",
"countries-list": "^3.0.6",
"design-react-kit": "^5.0.4",
"date-fns": "^4.1.0",
"design-react-kit": "^5.4.1",
"i18next": "^23.2.2",
"i18next-browser-languagedetector": "^7.2.0",
"js-yaml": "^4.1.0",
Expand Down Expand Up @@ -75,6 +77,7 @@
"@types/lodash": "^4.14.195",
"@types/mime-db": "^1.43.5",
"@types/node": "^20.3.1",
"@types/node-fetch": "^2.6.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/validator": "^13.7.17",
Expand All @@ -88,6 +91,7 @@
"gh-pages": "^5.0.0",
"globals": "^15.9.0",
"jest": "^26.6.3",
"node-fetch": "^3.3.2",
"release-it": "^17.4.0",
"swc-loader": "^0.2.3",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit a0f9817

Please sign in to comment.