Updated packages.

This commit is contained in:
Mike Cao 2020-07-30 00:09:55 -07:00
parent 344ffeb658
commit 9beec1b50e
2 changed files with 862 additions and 687 deletions

View File

@ -38,14 +38,14 @@
} }
}, },
"dependencies": { "dependencies": {
"@prisma/client": "2.2.2", "@prisma/client": "2.3.0",
"bcrypt": "^5.0.0", "bcrypt": "^5.0.0",
"chalk": "^4.1.0", "chalk": "^4.1.0",
"chart.js": "^2.9.3", "chart.js": "^2.9.3",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"cookie": "^0.4.1", "cookie": "^0.4.1",
"cors": "^2.8.5", "cors": "^2.8.5",
"date-fns": "^2.14.0", "date-fns": "^2.15.0",
"date-fns-tz": "^1.0.10", "date-fns-tz": "^1.0.10",
"detect-browser": "^5.1.1", "detect-browser": "^5.1.1",
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
@ -53,9 +53,9 @@
"geolite2-redist": "^1.0.7", "geolite2-redist": "^1.0.7",
"is-localhost-ip": "^1.4.0", "is-localhost-ip": "^1.4.0",
"jose": "^1.27.2", "jose": "^1.27.2",
"maxmind": "^4.1.3", "maxmind": "^4.1.4",
"moment-timezone": "^0.5.31", "moment-timezone": "^0.5.31",
"next": "9.3.5", "next": "9.5.1",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.0",
"promise-polyfill": "^8.1.3", "promise-polyfill": "^8.1.3",
"react": "16.13.1", "react": "16.13.1",
@ -63,11 +63,11 @@
"react-spring": "^8.0.27", "react-spring": "^8.0.27",
"request-ip": "^2.1.3", "request-ip": "^2.1.3",
"unfetch": "^4.1.0", "unfetch": "^4.1.0",
"uuid": "^8.2.0", "uuid": "^8.3.0",
"yargs": "^15.4.1" "yargs": "^15.4.1"
}, },
"devDependencies": { "devDependencies": {
"@prisma/cli": "2.2.2", "@prisma/cli": "2.3.0",
"@rollup/plugin-buble": "^0.21.3", "@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^14.0.0", "@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.4.0", "@rollup/plugin-node-resolve": "^8.4.0",
@ -75,20 +75,20 @@
"@svgr/webpack": "^5.4.0", "@svgr/webpack": "^5.4.0",
"cross-env": "^7.0.2", "cross-env": "^7.0.2",
"dotenv-cli": "^3.2.0", "dotenv-cli": "^3.2.0",
"eslint": "^7.2.0", "eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0", "eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3", "eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0", "eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.4", "eslint-plugin-react-hooks": "^4.0.4",
"husky": "^4.2.5", "husky": "^4.2.5",
"less": "^3.11.3", "less": "^3.12.2",
"lint-staged": "^10.2.9", "lint-staged": "^10.2.9",
"postcss-flexbugs-fixes": "^4.2.1", "postcss-flexbugs-fixes": "^4.2.1",
"postcss-import": "^12.0.1", "postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.0", "postcss-preset-env": "^6.7.0",
"prettier": "^2.0.5", "prettier": "^2.0.5",
"prettier-eslint": "^10.1.1", "prettier-eslint": "^11.0.0",
"rollup": "^2.21.0", "rollup": "^2.23.0",
"rollup-plugin-hashbang": "^2.2.2", "rollup-plugin-hashbang": "^2.2.2",
"rollup-plugin-terser": "^6.1.0", "rollup-plugin-terser": "^6.1.0",
"stylelint": "^13.6.0", "stylelint": "^13.6.0",

1527
yarn.lock

File diff suppressed because it is too large Load Diff