build(deps): bump dependencies

This commit is contained in:
sct
2021-06-04 22:10:13 +09:00
parent e60598905b
commit 79d73f3e04
6 changed files with 287 additions and 202 deletions

View File

@@ -37,7 +37,7 @@
"express-openapi-validator": "^4.12.11",
"express-rate-limit": "^5.2.6",
"express-session": "^1.17.2",
"formik": "^2.2.8",
"formik": "^2.2.9",
"gravatar-url": "3.1.0",
"intl": "^1.2.5",
"lodash": "^4.17.21",
@@ -53,12 +53,12 @@
"react-animate-height": "^2.0.23",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.32.0",
"react-intl": "5.18.1",
"react-intl": "5.19.0",
"react-markdown": "^6.0.2",
"react-select": "^4.3.1",
"react-spring": "^8.0.27",
"react-toast-notifications": "^2.4.4",
"react-transition-group": "^4.4.1",
"react-transition-group": "^4.4.2",
"react-truncate-markup": "^5.1.0",
"react-use-clipboard": "1.0.7",
"reflect-metadata": "^0.1.13",
@@ -66,7 +66,7 @@
"sqlite3": "^5.0.2",
"swagger-ui-express": "^4.1.6",
"swr": "^0.5.6",
"typeorm": "^0.2.32",
"typeorm": "^0.2.34",
"uuid": "^8.3.2",
"web-push": "^3.4.4",
"winston": "^3.3.3",
@@ -84,7 +84,7 @@
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"@types/bcrypt": "^5.0.0",
"@types/body-parser": "^1.19.0",
@@ -99,8 +99,8 @@
"@types/node": "^15.6.1",
"@types/node-schedule": "^1.3.1",
"@types/nodemailer": "^6.4.2",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"@types/react-select": "^4.0.15",
"@types/react-toast-notifications": "^2.4.1",
"@types/react-transition-group": "^4.4.1",
@@ -111,8 +111,8 @@
"@types/xml2js": "^0.4.8",
"@types/yamljs": "^0.2.31",
"@types/yup": "^0.29.11",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"autoprefixer": "^10.2.6",
"babel-plugin-react-intl": "^8.2.25",
"babel-plugin-react-intl-auto": "^3.3.0",
@@ -121,10 +121,10 @@
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-formatjs": "^2.15.3",
"eslint-plugin-formatjs": "^2.15.5",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"extract-react-intl-messages": "^4.1.1",
"husky": "4.3.8",
@@ -134,7 +134,7 @@
"prettier": "^2.3.0",
"semantic-release": "^17.4.3",
"semantic-release-docker-buildx": "^1.0.1",
"tailwindcss": "^2.1.2",
"tailwindcss": "^2.1.4",
"ts-node": "^9.1.1",
"typescript": "^4.3.2"
},