Skip to content

Commit

Permalink
fix: downgrade kesaseteli ssn library as it's not compliant yet
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Nov 16, 2023
1 parent 92ac83e commit de99e0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/kesaseteli/handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"axios": "^0.27.2",
"babel-plugin-import": "^1.13.3",
"dotenv": "^16.0.0",
"finnish-ssn": "^2.1.1",
"finnish-ssn": "2.0.4",
"hds-react": "^2.10.0",
"lodash": "^4.17.21",
"next": "^12.3.4",
Expand Down
3 changes: 1 addition & 2 deletions frontend/kesaseteli/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
"dependencies": {
"@frontend/shared": "*",
"axios": "^0.27.2",
"finnish-ssn": "^2.1.1",
"finnish-ssn": "2.0.4",
"react-query": "^3.34.0"
},
"devDependencies": {
"eslint-config-adjunct": "^4.11.1",
"finnish-ssn": "^2.0.4",
"typescript": "^4.5.5"
}
}
2 changes: 1 addition & 1 deletion frontend/kesaseteli/youth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"axios": "^0.27.2",
"babel-plugin-import": "^1.13.3",
"dotenv": "^16.0.0",
"finnish-ssn": "^2.1.1",
"finnish-ssn": "2.0.4",
"hds-react": "^2.10.0",
"lodash": "^4.17.21",
"next": "^12.3.4",
Expand Down

0 comments on commit de99e0f

Please sign in to comment.