mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
update pretty much everything
update tests to workaround (I think) this thing https://github.com/facebook/jest/issues/9624 didn't update react-spring because too lazy
This commit is contained in:
17208
client/package-lock.json
generated
17208
client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -3,21 +3,21 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@material-ui/core": "^3.2.0",
|
||||
"@material-ui/icons": "^3.0.1",
|
||||
"@redux-offline/redux-offline": "^2.5.2",
|
||||
"http-proxy-middleware": "^0.20.0",
|
||||
"@material-ui/core": "^4.11.0",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@redux-offline/redux-offline": "^2.6.0",
|
||||
"http-proxy-middleware": "^1.0.5",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.9.0",
|
||||
"react-dom": "^16.9.0",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-loadable": "^5.5.0",
|
||||
"react-redux": "^5.0.7",
|
||||
"react-router-dom": "^4.3.1",
|
||||
"react-redux": "^7.2.1",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-router-redux": "^4.0.8",
|
||||
"react-scripts": "2.0.4",
|
||||
"react-spring": "^5.9.2",
|
||||
"redux": "^4.0.4",
|
||||
"redux-form": "^7.4.2",
|
||||
"react-scripts": "3.4.3",
|
||||
"react-spring": "^5.0.0",
|
||||
"redux": "^4.0.5",
|
||||
"redux-form": "^8.3.6",
|
||||
"redux-thunk": "^2.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
const proxy = require('http-proxy-middleware');
|
||||
const { createProxyMiddleware } = require('http-proxy-middleware');
|
||||
|
||||
module.exports = function(app) {
|
||||
app.use(proxy('/__', { target: 'http://localhost:4000/' }));
|
||||
app.use(createProxyMiddleware('/__', { target: 'http://localhost:4000/' }));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user