Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pastelsky committed Mar 25, 2020
1 parent 6739361 commit 3ec08b6
Show file tree
Hide file tree
Showing 4 changed files with 1,634 additions and 1,249 deletions.
6 changes: 3 additions & 3 deletions build-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"dotenv-defaults": "^1.0.3",
"fastify": "^2.11.0",
"dotenv-defaults": "^1.1.1",
"fastify": "^2.13.0",
"now-logs": "^0.0.7",
"package-build-stats": "6.1.2"
"package-build-stats": "6.2.0"
},
"engines": {
"node": ">= 9.x.x",
Expand Down
6 changes: 3 additions & 3 deletions cache-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "MIT",
"dependencies": {
"debug": "^4.1.1",
"dotenv": "^4.0.0",
"dotenv-defaults": "^1.0.3",
"fastify": "^2.8.0",
"dotenv": "^8.2.0",
"dotenv-defaults": "^1.1.1",
"fastify": "^2.13.0",
"firebase": "^6.5.0",
"lru-cache": "^5.1.1"
},
Expand Down
45 changes: 22 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"@zeit/next-sass": "^1.0.1",
"animejs": "^3.1.0",
"array-to-sentence": "^2.0.0",
"axios": "^0.19.0",
"axios": "^0.19.2",
"balloon-css": "^0.4.0",
"canvas": "^2.6.1",
"classnames": "^2.2.6",
"debounce": "^1.2.0",
"debug": "^4.1.1",
"dompurify": "^2.0.7",
"dotenv": "^4.0.0",
"dotenv-defaults": "^1.0.3",
"execa": "^1.0.0",
"fabric": "^3.5.1",
"dompurify": "^2.0.8",
"dotenv": "^8.2.0",
"dotenv-defaults": "^1.1.1",
"execa": "^4.0.0",
"fabric": "^3.6.3",
"firebase": "^6.6.0",
"flatten": "^1.0.3",
"git-url-parse": "^11.1.2",
Expand All @@ -38,11 +38,11 @@
"hot-shots": "^6.8.5",
"ipchecker": "^0.0.2",
"is-empty-object": "^1.1.1",
"jsdom": "^15.2.1",
"jsdom": "^16.2.1",
"koa": "^2.11.0",
"koa-basic-auth": "^4.0.0",
"koa-better-ratelimit": "^2.1.2",
"koa-bodyparser": "^4.2.1",
"koa-bodyparser": "^4.3.0",
"koa-cache-control": "^2.0.0",
"koa-cash": "3.0.1-0",
"koa-compress": "^3.0.0",
Expand All @@ -61,28 +61,28 @@
"node-fetch": "^2.6.0",
"normalize.css": "^7.0.0",
"p-queue": "^3.0.0",
"package-build-stats": "6.1.2",
"package-build-stats": "6.2.0",
"pacote": "^11.1.4",
"performance-now": "^2.1.0",
"promise-queue-plus": "^1.2.2",
"promise.series": "^0.2.0",
"prop-types": "^15.7.2",
"query-string": "^6.9.0",
"react": "16.12.0",
"query-string": "^6.11.1",
"react": "16.13.1",
"react-autocomplete": "^1.8.1",
"react-dom": "16.12.0",
"react-dom": "16.13.1",
"react-dropzone": "^7.0.1",
"react-flip-move": "^3.0.4",
"react-ga": "^2.7.0",
"react-sidebar": "^3.0.2",
"remark": "^9.0.0",
"semver": "^6.3.0",
"strip-markdown": "^3.1.1",
"semver": "^7.1.3",
"strip-markdown": "^3.1.2",
"sumo-logger": "^1.6.0",
"trending-github": "^1.0.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"unfetch": "^4.1.0",
"webpack": "^4.41.4",
"webpack": "^4.42.1",
"winston": "^3.2.1",
"winston-graylog2": "^2.1.2",
"winston-logzio": "^3.0.3",
Expand Down Expand Up @@ -112,25 +112,24 @@
"singleQuote": true
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"autoprefixer": "^7.1.2",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"autoprefixer": "^9.7.5",
"babel-jest": "^24.9.0",
"babel-plugin-css-modules-transform": "^1.6.1",
"babel-plugin-inline-react-svg": "^1.1.0",
"babel-plugin-inline-react-svg": "^1.1.1",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-wrap-in-js": "^1.1.1",
"css-loader": "^1.0.1",
"glob": "^7.1.6",
"husky": "^4.2.3",
"jest": "^24.9.0",
"node-sass": "^4.13.0",
"postcss": "^7.0.25",
"node-sass": "^4.13.1",
"postcss": "^7.0.27",
"postcss-easy-import": "^3.0.0",
"postcss-loader": "^3.0.0",
"prettier": "2.0.2",
"pretty-quick": "^2.0.1",
"raw-loader": "^0.5.1",
"sass-loader": "^7.1.0"
"sass-loader": "^8.0.2"
}
}
Loading

0 comments on commit 3ec08b6

Please sign in to comment.