chore: upgrade dependencies (#7366)

This commit is contained in:
Joshua Chen 2022-05-07 19:46:21 +08:00 committed by GitHub
parent c0bd145a29
commit 5bc50ff71f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 696 additions and 686 deletions

View file

@ -59,30 +59,29 @@
"lock:update": "npx yarn-deduplicate"
},
"dependencies": {
"babel-plugin-dynamic-import-node": "2.3.0",
"unified": "^9.2.2"
},
"devDependencies": {
"@crowdin/cli": "^3.7.8",
"@swc/core": "^1.2.174",
"@swc/core": "^1.2.178",
"@swc/jest": "^0.2.20",
"@testing-library/react-hooks": "^8.0.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/jest": "^27.5.0",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.30",
"@types/node": "^17.0.31",
"@types/prompts": "^2.0.14",
"@types/react": "^18.0.8",
"@types/react": "^18.0.9",
"@types/react-dev-utils": "^9.0.10",
"@types/react-test-renderer": "^18.0.0",
"@types/semver": "^7.3.9",
"@types/shelljs": "^0.8.11",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"concurrently": "^7.1.0",
"cross-env": "^7.0.3",
"cspell": "^5.19.7",
"eslint": "^8.14.0",
"cspell": "^5.20.0",
"eslint": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-header": "^3.1.1",
@ -94,8 +93,8 @@
"eslint-plugin-regexp": "^1.7.0",
"husky": "^7.0.4",
"image-size": "^1.0.1",
"jest": "^28.0.3",
"jest-environment-jsdom": "^28.0.2",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"jest-serializer-react-helmet-async": "^1.0.21",
"lerna": "^4.0.0",
"lerna-changelog": "^2.2.0",
@ -108,7 +107,7 @@
"rimraf": "^3.0.2",
"sharp": "^0.30.4",
"strip-ansi": "^6.0.1",
"stylelint": "^14.8.1",
"stylelint": "^14.8.2",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0",
"typescript": "^4.6.4"

View file

@ -27,7 +27,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-header": "^3.1.1",
@ -36,7 +36,7 @@
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"stylelint": "^14.8.1"
"stylelint": "^14.8.2"
},
"browserslist": {
"production": [

View file

@ -29,7 +29,7 @@
"@docusaurus/utils-validation": "2.0.0-beta.20",
"babel-loader": "^8.2.5",
"clsx": "^1.1.1",
"core-js": "^3.22.3",
"core-js": "^3.22.4",
"terser-webpack-plugin": "^5.3.1",
"tslib": "^2.4.0",
"webpack": "^5.72.0",

View file

@ -50,7 +50,7 @@
"@docusaurus/utils-validation": "2.0.0-beta.20",
"@slorber/static-site-generator-webpack-plugin": "^4.0.4",
"@svgr/webpack": "^6.2.1",
"autoprefixer": "^10.4.5",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"babel-plugin-dynamic-import-node": "2.3.0",
"boxen": "^6.2.1",
@ -60,7 +60,7 @@
"combine-promises": "^1.1.0",
"commander": "^5.1.0",
"copy-webpack-plugin": "^10.2.4",
"core-js": "^3.22.3",
"core-js": "^3.22.4",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"cssnano": "^5.1.7",
@ -99,7 +99,7 @@
"wait-on": "^6.0.1",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-server": "^4.8.1",
"webpack-dev-server": "^4.9.0",
"webpack-merge": "^5.8.0",
"webpackbar": "^5.0.2"
},

View file

@ -21,7 +21,7 @@
"build": "tsc"
},
"dependencies": {
"@typescript-eslint/utils": "^5.21.0",
"@typescript-eslint/utils": "^5.22.0",
"tslib": "^2.4.0"
},
"devDependencies": {

View file

@ -10,6 +10,6 @@
"directory": "packages/stylelint-copyright"
},
"dependencies": {
"stylelint": "^14.8.1"
"stylelint": "^14.8.2"
}
}

View file

@ -49,7 +49,7 @@
"@docusaurus/utils": "2.0.0-beta.20",
"@docusaurus/utils-common": "2.0.0-beta.20",
"@popperjs/core": "^2.11.5",
"@swc/core": "^1.2.174",
"@swc/core": "^1.2.178",
"clsx": "^1.1.1",
"color": "^4.2.3",
"fs-extra": "^10.1.0",
@ -81,7 +81,7 @@
"devDependencies": {
"@docusaurus/eslint-plugin": "2.0.0-beta.20",
"@tsconfig/docusaurus": "^1.0.5",
"@types/jest": "^27.4.1",
"@types/jest": "^27.5.0",
"cross-env": "^7.0.3",
"rimraf": "^3.0.2"
}

1339
yarn.lock

File diff suppressed because it is too large Load diff