bump deps

This commit is contained in:
Chris Waring 2021-02-16 16:08:27 +00:00
parent 6c95cb55a5
commit 108e6d07f2
No known key found for this signature in database
GPG Key ID: 4D2E767CC8B1C083

View File

@ -19,14 +19,14 @@
},
"repository": "filecoin-project/slate",
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"@emotion/babel-preset-css-prop": "11.0.0",
"@emotion/react": "11.1.4",
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@babel/register": "^7.12.13",
"@emotion/babel-preset-css-prop": "11.2.0",
"@emotion/react": "11.1.5",
"@glif/filecoin-number": "^1.1.0-beta.17",
"@slack/webhook": "^6.0.0",
"@textile/hub": "^5.2.0",
"@textile/hub": "^6.0.2",
"babel-plugin-module-resolver": "^4.1.0",
"bcrypt": "^5.0.0",
"blurhash": "^1.1.3",
@ -35,18 +35,18 @@
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.2.3",
"express-rate-limit": "^5.2.5",
"file-saver": "^2.0.5",
"fs-extra": "^9.1.0",
"heic2any": "0.0.3",
"isomorphic-fetch": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"jszip": "^3.5.0",
"knex": "^0.21.16",
"jszip": "^3.6.0",
"knex": "^0.21.17",
"minisearch": "^3.0.2",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"next": "^10.0.5",
"next": "^10.0.7",
"pg": "^8.5.1",
"prismjs": "^1.23.0",
"react": "^17.0.1",
@ -58,19 +58,19 @@
"remark-linkify-regex": "^1.0.0",
"remark-parse": "^9.0.0",
"remark-react": "^8.0.0",
"three": "^0.108.0",
"three": "^0.125.2",
"unified": "^9.2.0",
"universal-cookie": "^4.0.4",
"uuid": "^8.3.2",
"ws": "^7.4.2"
"ws": "^7.4.3"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^16.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"rollup": "^2.33.3",
"@rollup/plugin-node-resolve": "^11.2.0",
"rollup": "^2.39.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^4.2.0"
}