Skip to content

Commit

Permalink
chore: upgrade dependencies (#6715)
Browse files Browse the repository at this point in the history
* chore: upgrade dependencies

* upgrade Node
  • Loading branch information
Josh-Cena authored Feb 19, 2022
1 parent 692680d commit 47c9a37
Show file tree
Hide file tree
Showing 18 changed files with 1,014 additions and 995 deletions.
8 changes: 8 additions & 0 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"*.{js,jsx,ts,tsx,mjs}": ["eslint --fix"],
"*.css": ["stylelint --allow-empty-input --fix"],
"*": [
"prettier --ignore-unknown --write",
"cspell --no-must-find-files --no-progress"
]
}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.0
16.14.0
2 changes: 1 addition & 1 deletion admin/new.docusaurus.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "netlify dev"
},
"dependencies": {
"@netlify/functions": "^0.11.0"
"@netlify/functions": "^1.0.0"
},
"devDependencies": {
"netlify-cli": "^9.4.0"
Expand Down
37 changes: 11 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,31 +58,31 @@
"lock:update": "npx yarn-deduplicate"
},
"devDependencies": {
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.2",
"@babel/cli": "^7.17.3",
"@babel/core": "^7.17.5",
"@babel/preset-typescript": "^7.16.7",
"@crowdin/cli": "^3.7.7",
"@crowdin/cli": "^3.7.8",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.17",
"@types/node": "^17.0.18",
"@types/prompts": "^2.0.14",
"@types/react": "^17.0.39",
"@types/react-dev-utils": "^9.0.10",
"@types/react-test-renderer": "^17.0.1",
"@types/semver": "^7.3.9",
"@types/shelljs": "^0.8.11",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"concurrently": "^7.0.0",
"cross-env": "^7.0.3",
"cspell": "^5.18.4",
"cspell": "^5.18.5",
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
Expand All @@ -91,8 +91,8 @@
"jest": "^27.5.1",
"lerna": "^4.0.0",
"lerna-changelog": "^2.2.0",
"lint-staged": "^12.3.3",
"netlify-cli": "^9.4.0",
"lint-staged": "^12.3.4",
"netlify-cli": "^9.6.5",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"react": "^17.0.2",
Expand All @@ -101,25 +101,10 @@
"remark-parse": "^8.0.2",
"rimraf": "^3.0.2",
"sharp": "^0.30.1",
"stylelint": "^14.5.0",
"stylelint": "^14.5.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0",
"typescript": "^4.5.5",
"unified": "^9.2.1"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs}": [
"eslint --fix"
],
"*.css": [
"stylelint --allow-empty-input --fix"
],
"*": [
"prettier --ignore-unknown --write",
"cspell --no-must-find-files --no-progress"
]
},
"engines": {
"node": ">=14"
}
}
6 changes: 3 additions & 3 deletions packages/create-docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"supports-color": "^9.2.1",
"tslib": "^2.3.1"
},
"engines": {
"node": ">=14"
},
"devDependencies": {
"@types/supports-color": "^8.1.1"
},
"engines": {
"node": ">=14"
}
}
6 changes: 3 additions & 3 deletions packages/docusaurus-mdx-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.17.0",
"@babel/traverse": "^7.17.0",
"@babel/parser": "^7.17.3",
"@babel/traverse": "^7.17.3",
"@docusaurus/logger": "2.0.0-beta.15",
"@docusaurus/utils": "2.0.0-beta.15",
"@mdx-js/mdx": "^1.6.22",
Expand All @@ -33,7 +33,7 @@
"tslib": "^2.3.1",
"unist-util-visit": "^2.0.2",
"url-loader": "^4.1.1",
"webpack": "^5.68.0"
"webpack": "^5.69.1"
},
"devDependencies": {
"@docusaurus/types": "2.0.0-beta.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@babel/preset-env": "^7.16.11",
"@docusaurus/logger": "2.0.0-beta.15",
"@docusaurus/utils": "2.0.0-beta.15",
"@mapbox/hast-util-to-jsx": "^1.0.0",
"@mapbox/hast-util-to-jsx": "^2.0.0",
"color": "^4.0.1",
"commander": "^5.1.0",
"fs-extra": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-content-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"remark-admonitions": "^1.2.1",
"tslib": "^2.3.1",
"utility-types": "^3.10.0",
"webpack": "^5.68.0"
"webpack": "^5.69.1"
},
"devDependencies": {
"@docusaurus/types": "2.0.0-beta.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-content-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"remark-admonitions": "^1.2.1",
"tslib": "^2.3.1",
"utility-types": "^3.10.0",
"webpack": "^5.68.0"
"webpack": "^5.69.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-content-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"fs-extra": "^10.0.0",
"remark-admonitions": "^1.2.1",
"tslib": "^2.3.1",
"webpack": "^5.68.0"
"webpack": "^5.69.1"
},
"devDependencies": {
"@docusaurus/types": "2.0.0-beta.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus-plugin-ideal-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"dependencies": {
"@docusaurus/core": "2.0.0-beta.15",
"@docusaurus/lqip-loader": "2.0.0-beta.15",
"@docusaurus/responsive-loader": "1.5.0",
"@docusaurus/responsive-loader": "^1.7.0",
"@docusaurus/theme-translations": "2.0.0-beta.15",
"@docusaurus/utils-validation": "2.0.0-beta.15",
"@endiliey/react-ideal-image": "^0.0.11",
"react-waypoint": "^10.1.0",
"sharp": "^0.30.1",
"tslib": "^2.3.1",
"webpack": "^5.68.0"
"webpack": "^5.69.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.15",
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus-plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.17.2",
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@docusaurus/core": "2.0.0-beta.15",
"@docusaurus/theme-common": "2.0.0-beta.15",
Expand All @@ -32,7 +32,7 @@
"core-js": "^3.21.0",
"terser-webpack-plugin": "^5.3.1",
"tslib": "^2.3.1",
"webpack": "^5.68.0",
"webpack": "^5.69.1",
"webpack-merge": "^5.8.0",
"workbox-build": "^6.4.2",
"workbox-precaching": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-classic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"lodash": "^4.17.21",
"postcss": "^8.4.6",
"prism-react-renderer": "^1.2.1",
"prismjs": "^1.26.0",
"prismjs": "^1.27.0",
"react-router-dom": "^5.2.0",
"rtlcss": "^3.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"joi": "^17.6.0",
"querystring": "0.2.1",
"utility-types": "^3.10.0",
"webpack": "^5.68.0",
"webpack": "^5.69.1",
"webpack-merge": "^5.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/docusaurus-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"shelljs": "^0.8.5",
"tslib": "^2.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.68.0"
"webpack": "^5.69.1"
},
"engines": {
"node": ">=14"
Expand Down
14 changes: 7 additions & 7 deletions packages/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"url": "https://github.com/facebook/docusaurus/issues"
},
"dependencies": {
"@babel/core": "^7.17.2",
"@babel/generator": "^7.17.0",
"@babel/core": "^7.17.5",
"@babel/generator": "^7.17.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.17.2",
"@babel/runtime-corejs3": "^7.17.2",
"@babel/traverse": "^7.17.0",
"@babel/traverse": "^7.17.3",
"@docusaurus/cssnano-preset": "2.0.0-beta.15",
"@docusaurus/logger": "2.0.0-beta.15",
"@docusaurus/mdx-loader": "2.0.0-beta.15",
Expand All @@ -53,12 +53,12 @@
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"babel-plugin-dynamic-import-node": "2.3.0",
"boxen": "^5.0.1",
"boxen": "^5.1.2",
"chokidar": "^3.5.3",
"clean-css": "^5.2.4",
"commander": "^5.1.0",
"copy-webpack-plugin": "^10.2.4",
"core-js": "^3.21.0",
"core-js": "^3.21.1",
"css-loader": "^6.6.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"cssnano": "^5.0.17",
Expand All @@ -81,7 +81,7 @@
"postcss-loader": "^6.2.1",
"prompts": "^2.4.2",
"react-dev-utils": "^12.0.0",
"react-helmet-async": "^1.2.2",
"react-helmet-async": "^1.2.3",
"react-loadable": "npm:@docusaurus/[email protected]",
"react-loadable-ssr-addon-v5-slorber": "^1.0.1",
"react-router": "^5.2.0",
Expand All @@ -97,7 +97,7 @@
"update-notifier": "^5.1.0",
"url-loader": "^4.1.1",
"wait-on": "^6.0.1",
"webpack": "^5.68.0",
"webpack": "^5.69.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0",
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"watch": "tsc --watch"
},
"dependencies": {
"@crowdin/cli": "^3.7.7",
"@crowdin/cli": "^3.7.8",
"@crowdin/crowdin-api-client": "^1.14.0",
"@docusaurus/core": "2.0.0-beta.15",
"@docusaurus/plugin-client-redirects": "2.0.0-beta.15",
Expand All @@ -43,9 +43,9 @@
"@docusaurus/utils": "2.0.0-beta.15",
"@docusaurus/utils-common": "2.0.0-beta.15",
"@popperjs/core": "^2.11.2",
"axios": "^0.25.0",
"axios": "^0.26.0",
"clsx": "^1.1.1",
"color": "^4.0.1",
"color": "^4.2.1",
"esbuild-loader": "2.16.0",
"netlify-plugin-cache": "^1.0.3",
"raw-loader": "^4.0.2",
Expand Down
Loading

0 comments on commit 47c9a37

Please sign in to comment.