Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
awatson1978 committed Jul 11, 2024
1 parent 0f981cd commit d68c20c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,6 @@ jobs:
sleep 420
nightwatch -c .meteor/nightwatch.circle.json
# npm install
# npm run build
# npm run test

# - run:
# command: npm run test

- store_artifacts:
path: ./test-reports

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"@babel/runtime": "7.10.3",
"@date-io/core": "1.3.6",
"@date-io/moment": "1.3.13",
"@emotion/react": "11.11.4",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@material-ui/core": "4.12.1",
"@material-ui/core": "4.5.1",
"@material-ui/icons": "4.5.1",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/lab": "4.12.4",
"@material-ui/pickers": "3.2.8",
"@material-ui/styles": "4.9.0",
"@mui/icons-material": "^5.15.16",
"@mui/lab": "^5.0.0-alpha.169",
"@mui/material": "5.15.14",
"@mui/material": "^5.15.14",
"@nivo/pie": "0.70.1",
"ace-builds": "^1.32.9",
"any-to-any": "^4.0.0",
Expand Down Expand Up @@ -103,10 +103,10 @@
"papaparse": "5.2.0",
"prop-types": "15.7.2",
"qrcode.react": "1.0.1",
"react": "17.0.2",
"react": "16.14.0",
"react-ace": "^11.0.1",
"react-addons-pure-render-mixin": "15.6.2",
"react-dom": "17.0.2",
"react-dom": "16.14.0",
"react-ga4": "1.4.1",
"react-helmet": "6.1.0",
"react-icons-kit": "^1.3.1",
Expand Down

0 comments on commit d68c20c

Please sign in to comment.