Updated packages.

This commit is contained in:
Mike Cao 2022-03-31 09:55:42 -07:00
parent 46174f652c
commit f0b207f6a2
3 changed files with 242 additions and 364 deletions

View file

@ -57,7 +57,6 @@
"dependencies": {
"@fontsource/inter": "4.5.5",
"@prisma/client": "3.11.0",
"async-retry": "^1.3.3",
"bcryptjs": "^2.4.3",
"chalk": "^4.1.1",
"chart.js": "^2.9.4",
@ -72,8 +71,6 @@
"fs-extra": "^10.0.1",
"immer": "^9.0.12",
"ipaddr.js": "^2.0.1",
"is-ci": "^3.0.1",
"is-docker": "^3.0.0",
"is-localhost-ip": "^1.4.0",
"isbot": "^3.4.5",
"jose": "2.0.5",
@ -81,7 +78,6 @@
"moment-timezone": "^0.5.33",
"next": "12.1.0",
"node-fetch": "^3.2.3",
"prompts": "2.4.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
@ -102,14 +98,18 @@
"@formatjs/cli": "^4.2.29",
"@rollup/plugin-buble": "^0.21.3",
"@svgr/webpack": "^6.2.1",
"async-retry": "^1.3.3",
"cross-env": "^7.0.3",
"del": "^6.0.0",
"dotenv-cli": "^4.0.0",
"eslint": "^7.32.0",
"eslint-config-next": "^12.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"extract-react-intl-messages": "^4.1.1",
"husky": "^7.0.0",
"is-ci": "^3.0.1",
"is-docker": "^3.0.0",
"lint-staged": "^11.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.12",
@ -118,8 +118,8 @@
"postcss-preset-env": "^7.4.2",
"postcss-rtlcss": "^3.5.3",
"prettier": "^2.6.0",
"prettier-eslint": "^13.0.0",
"prisma": "3.11.0",
"prompts": "2.4.2",
"rollup": "^2.70.1",
"rollup-plugin-terser": "^7.0.2",
"stylelint": "^14.5.3",