build(deps): bump dependencies

This commit is contained in:
sct
2021-05-13 23:44:23 +09:00
parent d7b9b1a525
commit 4e484282f0
9 changed files with 293 additions and 300 deletions

View File

@@ -17,7 +17,7 @@
},
"license": "MIT",
"dependencies": {
"@headlessui/react": "^1.1.1",
"@headlessui/react": "^1.2.0",
"@heroicons/react": "^1.0.1",
"@supercharge/request-ip": "^1.1.2",
"@svgr/webpack": "^5.5.0",
@@ -53,9 +53,9 @@
"react-animate-height": "^2.0.23",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.31.1",
"react-intl": "5.17.4",
"react-intl": "5.17.5",
"react-markdown": "^6.0.2",
"react-select": "^4.3.0",
"react-select": "^4.3.1",
"react-spring": "^8.0.27",
"react-toast-notifications": "^2.4.4",
"react-transition-group": "^4.4.1",
@@ -77,8 +77,8 @@
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/exec": "^5.0.0",
@@ -86,7 +86,7 @@
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.0",
"@types/bcrypt": "^3.0.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",
@@ -95,12 +95,12 @@
"@types/express": "^4.17.11",
"@types/express-rate-limit": "^5.1.1",
"@types/express-session": "^1.17.3",
"@types/lodash": "^4.14.168",
"@types/node": "^15.0.2",
"@types/lodash": "^4.14.169",
"@types/node": "^15.0.3",
"@types/node-schedule": "^1.3.1",
"@types/nodemailer": "^6.4.1",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"@types/react-dom": "^17.0.5",
"@types/react-select": "^4.0.15",
"@types/react-toast-notifications": "^2.4.0",
"@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.22.1",
"@typescript-eslint/parser": "^4.22.1",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"autoprefixer": "^10.2.5",
"babel-plugin-react-intl": "^8.2.25",
"babel-plugin-react-intl-auto": "^3.3.0",
@@ -121,7 +121,7 @@
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-formatjs": "^2.14.10",
"eslint-plugin-formatjs": "^2.15.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
@@ -130,9 +130,9 @@
"husky": "4.3.8",
"lint-staged": "^11.0.0",
"nodemon": "^2.0.7",
"postcss": "^8.2.14",
"postcss": "^8.2.15",
"prettier": "^2.2.1",
"semantic-release": "^17.4.2",
"semantic-release": "^17.4.3",
"semantic-release-docker-buildx": "^1.0.1",
"tailwindcss": "^2.1.2",
"ts-node": "^9.1.1",