build(deps): bump dependencies & only specify major version for GH actions (#2525)

* build(deps): bump dependencies & only specify major version for GH actions

* build(deps): bump dependencies again
This commit is contained in:
TheCatLady
2022-02-09 21:27:37 -05:00
committed by GitHub
parent ec08fa6793
commit d863a55de2
8 changed files with 715 additions and 674 deletions

View File

@@ -25,8 +25,8 @@
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@supercharge/request-ip": "^1.1.2",
"@svgr/webpack": "^6.2.0",
"@tanem/react-nprogress": "^4.0.4",
"@svgr/webpack": "^6.2.1",
"@tanem/react-nprogress": "^4.0.6",
"ace-builds": "^1.4.14",
"axios": "^0.25.0",
"bcrypt": "^5.0.1",
@@ -45,7 +45,7 @@
"gravatar-url": "^3.1.0",
"intl": "^1.2.5",
"lodash": "^4.17.21",
"next": "12.0.9",
"next": "12.0.10",
"node-cache": "^5.1.2",
"node-schedule": "^2.1.0",
"nodemailer": "^6.7.2",
@@ -57,7 +57,7 @@
"react-animate-height": "^2.0.23",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.33.1",
"react-intl": "5.24.4",
"react-intl": "5.24.6",
"react-markdown": "^8.0.0",
"react-select": "^5.2.2",
"react-spring": "^9.4.2",
@@ -69,17 +69,17 @@
"secure-random-password": "^0.2.3",
"sqlite3": "^5.0.2",
"swagger-ui-express": "^4.3.0",
"swr": "^1.2.0",
"swr": "^1.2.1",
"typeorm": "0.2.41",
"web-push": "^3.4.5",
"winston": "^3.4.0",
"winston": "^3.5.1",
"winston-daily-rotate-file": "^4.6.0",
"xml2js": "^0.4.23",
"yamljs": "^0.3.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/cli": "^7.17.0",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@semantic-release/changelog": "^6.0.1",
@@ -88,7 +88,7 @@
"@semantic-release/git": "^10.0.1",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"@tailwindcss/typography": "^0.5.1",
"@types/bcrypt": "^5.0.0",
"@types/cookie-parser": "^1.4.2",
"@types/country-flag-icons": "^1.2.0",
@@ -97,10 +97,10 @@
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.12",
"@types/node": "^17.0.16",
"@types/node-schedule": "^1.3.2",
"@types/nodemailer": "^6.4.4",
"@types/react": "^17.0.38",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-transition-group": "^4.4.4",
"@types/secure-random-password": "^0.2.1",
@@ -109,33 +109,33 @@
"@types/xml2js": "^0.4.9",
"@types/yamljs": "^0.2.31",
"@types/yup": "^0.29.13",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"autoprefixer": "^10.4.2",
"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": "^8.7.0",
"eslint-config-next": "^12.0.9",
"eslint": "^8.8.0",
"eslint-config-next": "^12.0.10",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-formatjs": "^2.20.5",
"eslint-plugin-formatjs": "^3.0.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"extract-react-intl-messages": "^4.1.1",
"husky": "^7.0.4",
"lint-staged": "^12.3.2",
"lint-staged": "^12.3.3",
"nodemon": "^2.0.15",
"postcss": "^8.4.5",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.4",
"prettier-plugin-tailwindcss": "^0.1.7",
"semantic-release": "^19.0.2",
"semantic-release-docker-buildx": "^1.0.1",
"tailwindcss": "^3.0.17",
"ts-node": "^10.4.0",
"tailwindcss": "^3.0.19",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},
"resolutions": {