build(deps): bump dependencies

Includes some type fixes for Typescript 4.3.x
This commit is contained in:
sct
2021-05-30 09:25:11 +09:00
parent c715d91eb0
commit 6603dffe95
5 changed files with 293 additions and 207 deletions

View File

@@ -21,7 +21,7 @@
"@heroicons/react": "^1.0.1",
"@supercharge/request-ip": "^1.1.2",
"@svgr/webpack": "^5.5.0",
"@tanem/react-nprogress": "^3.0.66",
"@tanem/react-nprogress": "^3.0.67",
"ace-builds": "^1.4.12",
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
@@ -32,19 +32,19 @@
"copy-to-clipboard": "^3.3.1",
"country-flag-icons": "^1.2.10",
"csurf": "^1.11.0",
"email-templates": "^8.0.6",
"email-templates": "^8.0.7",
"express": "^4.17.1",
"express-openapi-validator": "^4.12.10",
"express-openapi-validator": "^4.12.11",
"express-rate-limit": "^5.2.6",
"express-session": "^1.17.1",
"formik": "^2.2.6",
"express-session": "^1.17.2",
"formik": "^2.2.8",
"gravatar-url": "3.1.0",
"intl": "^1.2.5",
"lodash": "^4.17.21",
"next": "10.1.3",
"node-cache": "^5.1.2",
"node-schedule": "^2.0.0",
"nodemailer": "^6.6.0",
"nodemailer": "^6.6.1",
"openpgp": "^5.0.0-2",
"plex-api": "^5.3.1",
"pug": "^3.0.2",
@@ -53,7 +53,7 @@
"react-animate-height": "^2.0.23",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.32.0",
"react-intl": "5.17.7",
"react-intl": "5.18.1",
"react-markdown": "^6.0.2",
"react-select": "^4.3.1",
"react-spring": "^8.0.27",
@@ -83,26 +83,26 @@
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.0",
"@tailwindcss/typography": "^0.4.1",
"@types/bcrypt": "^5.0.0",
"@types/body-parser": "^1.19.0",
"@types/cookie-parser": "^1.4.2",
"@types/country-flag-icons": "^1.2.0",
"@types/csurf": "^1.11.1",
"@types/email-templates": "^8.0.3",
"@types/express": "^4.17.11",
"@types/express": "^4.17.12",
"@types/express-rate-limit": "^5.1.1",
"@types/express-session": "^1.17.3",
"@types/lodash": "^4.14.169",
"@types/node": "^15.3.0",
"@types/lodash": "^4.14.170",
"@types/node": "^15.6.1",
"@types/node-schedule": "^1.3.1",
"@types/nodemailer": "^6.4.1",
"@types/react": "^17.0.5",
"@types/nodemailer": "^6.4.2",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/react-select": "^4.0.15",
"@types/react-toast-notifications": "^2.4.0",
"@types/react-toast-notifications": "^2.4.1",
"@types/react-transition-group": "^4.4.1",
"@types/secure-random-password": "^0.2.0",
"@types/swagger-ui-express": "^4.1.2",
@@ -111,17 +111,17 @@
"@types/xml2js": "^0.4.8",
"@types/yamljs": "^0.2.31",
"@types/yup": "^0.29.11",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"autoprefixer": "^10.2.5",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"autoprefixer": "^10.2.6",
"babel-plugin-react-intl": "^8.2.25",
"babel-plugin-react-intl-auto": "^3.3.0",
"commitizen": "^4.2.4",
"copyfiles": "^2.4.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.26.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-formatjs": "^2.15.1",
"eslint-plugin-formatjs": "^2.15.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
@@ -130,13 +130,13 @@
"husky": "4.3.8",
"lint-staged": "^11.0.0",
"nodemon": "^2.0.7",
"postcss": "^8.2.15",
"postcss": "^8.3.0",
"prettier": "^2.3.0",
"semantic-release": "^17.4.3",
"semantic-release-docker-buildx": "^1.0.1",
"tailwindcss": "^2.1.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
"typescript": "^4.3.2"
},
"resolutions": {
"sqlite3/node-gyp": "^5.1.0"