Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Merged main
Browse files Browse the repository at this point in the history
  • Loading branch information
dc-andysign committed May 1, 2024
2 parents b8c048c + 9fb1f31 commit d4ec2ca
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
92 changes: 46 additions & 46 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/sqnc-hyproof-client",
"version": "0.5.33",
"version": "0.5.35",
"description": "User interface for HyProof",
"homepage": "https://github.com/digicatapult/sqnc-hyproof-client",
"main": "src/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@tanstack/react-query": "^5.31.0",
"@tanstack/react-query": "^5.32.0",
"axios": "^1.6.8",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
Expand All @@ -61,10 +61,10 @@
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"html-webpack-plugin": "^5.6.0",
"prettier": "^3.2.5",
"serve": "^14.2.2",
"serve": "^14.2.3",
"style-loader": "^3.3.4",
"url-loader": "^4.1.1",
"webpack": "^5.91.0",
Expand All @@ -73,11 +73,11 @@
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@digicatapult/ui-component-library": "^0.19.27",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@digicatapult/ui-component-library": "^0.19.28",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-id-generator": "^3.0.2",
"react-router-dom": "^6.22.3",
"react-router-dom": "^6.23.0",
"styled-components": "^6.1.8"
}
}

0 comments on commit d4ec2ca

Please sign in to comment.