Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Mar 28, 2022
1 parent 81b6f64 commit dcbf5fe
Show file tree
Hide file tree
Showing 2 changed files with 326 additions and 293 deletions.
55 changes: 31 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,37 +12,37 @@
"@material-ui/core": "4.12.3",
"@material-ui/icons": "5.0.0-beta.4",
"@material-ui/lab": "4.0.0-alpha.60",
"@uppy/core": "2.1.4",
"@uppy/dashboard": "2.1.3",
"@uppy/drag-drop": "2.0.5",
"@uppy/core": "2.1.6",
"@uppy/dashboard": "2.1.4",
"@uppy/drag-drop": "2.0.6",
"@uppy/react": "2.1.2",
"@uppy/status-bar": "2.1.2",
"@uppy/tus": "2.1.2",
"@uppy/status-bar": "2.1.3",
"@uppy/tus": "2.2.1",
"@uppy/xhr-upload": "2.0.7",
"ag-grid-community": "26.2.1",
"ag-grid-react": "26.2.0",
"ag-grid-community": "27.1.0",
"ag-grid-react": "27.1.0",
"clsx": "1.1.1",
"connected-react-router": "6.9.2",
"http-status-codes": "2.2.0",
"i18next": "21.6.12",
"i18next": "21.6.14",
"immutable": "4.0.0",
"js-cookie": "3.0.1",
"katex": "0.15.1",
"katex": "0.15.3",
"lodash.truncate": "4.4.2",
"prop-types": "15.8.1",
"qs": "6.10.2",
"qs": "6.10.3",
"react": "^17.0.2",
"react-beautiful-dnd": "13.1.0",
"react-dom": "^17.0.2",
"react-ga4": "1.4.1",
"react-i18next": "11.15.3",
"react-image-crop": "9.0.5",
"react-query": "3.34.7",
"react-i18next": "11.16.2",
"react-image-crop": "9.1.1",
"react-query": "3.34.19",
"react-quill": "1.3.5",
"react-router": "6.2.1",
"react-router-dom": "6.2.1",
"react-router": "6.2.2",
"react-router-dom": "6.2.2",
"react-scripts": "4.0.3",
"react-toastify": "8.1.0",
"react-toastify": "8.2.0",
"uuid": "8.3.2",
"validator": "13.7.0"
},
Expand Down Expand Up @@ -84,17 +84,17 @@
]
},
"devDependencies": {
"@commitlint/cli": "16.0.1",
"@commitlint/config-conventional": "16.0.0",
"@commitlint/cli": "16.2.3",
"@commitlint/config-conventional": "16.2.1",
"@cypress/code-coverage": "3.9.12",
"@cypress/instrument-cra": "1.4.0",
"@graasp/websockets": "github:graasp/graasp-websockets.git#master",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"babel-eslint": "10.1.0",
"concurrently": "7.0.0",
"cypress": "9.2.0",
"cypress": "9.5.2",
"cypress-file-upload": "5.0.2",
"cypress-localstorage-commands": "1.6.1",
"env-cmd": "10.1.0",
Expand All @@ -109,16 +109,23 @@
"istanbul-lib-coverage": "3.2.0",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"prettier": "2.5.1",
"prettier": "2.6.1",
"pretty-quick": "3.1.3",
"standard-version": "9.3.2",
"typescript": "4.5.4",
"wait-on": "6.0.0"
"wait-on": "6.0.1"
},
"nyc": {
"exclude": [
"src/serviceWorker.js"
]
},
"resolutions": {
"node-forge": "1.3.0",
"nth-check": "2.0.1",
"immer": "9.0.6",
"glob-parent": "5.1.2",
"browserslist": "4.16.5"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit dcbf5fe

Please sign in to comment.