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

Commit

Permalink
Use fixed dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
derogab committed Oct 8, 2022
1 parent 0e6662b commit aaa1607
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"license": "MIT",
"main": "app.js",
"dependencies": {
"axios": "^0.27.2",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"lowdb": "^1.0.0",
"minimist": "^1.2.6",
"socket.io": "^4.5.2"
"axios": "0.27.2",
"dotenv": "16.0.3",
"express": "4.18.1",
"lowdb": "1.0.0",
"minimist": "1.2.6",
"socket.io": "4.5.2"
},
"scripts": {
"start": "node app.js"
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@
"license": "MIT",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.7.0",
"antd": "^4.23.4",
"axios": "^0.27.2",
"lodash.get": "^4.4.2",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"recharts": "^2.1.14",
"socket.io": "^4.5.2",
"socket.io-client": "^4.5.2"
"@ant-design/icons": "4.7.0",
"antd": "4.23.4",
"axios": "0.27.2",
"lodash.get": "4.4.2",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"recharts": "2.1.14",
"socket.io": "4.5.2",
"socket.io-client": "4.5.2"
},
"devDependencies": {
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"enzyme": "^3.11.0",
"moxios": "^0.4.0",
"npm-run-all": "^4.1.5",
"react-scripts": "^5.0.1",
"sass": "^1.55.0"
"@wojtekmaj/enzyme-adapter-react-17": "0.6.7",
"enzyme": "3.11.0",
"moxios": "0.4.0",
"npm-run-all": "4.1.5",
"react-scripts": "5.0.1",
"sass": "1.55.0"
},
"scripts": {
"daemon": "cd daemon && npm run start",
Expand Down

0 comments on commit aaa1607

Please sign in to comment.