Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Aug 2, 2022
1 parent e519858 commit 3a83318
Show file tree
Hide file tree
Showing 16 changed files with 1,197 additions and 1,278 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,34 +69,34 @@
"@types/fs-extra": "^9.0.13",
"@types/jest": "^28.1.6",
"@types/lodash": "^4.14.182",
"@types/node": "^18.0.6",
"@types/node": "^18.6.3",
"@types/prompts": "^2.0.14",
"@types/react": "^18.0.15",
"@types/react-dev-utils": "^9.0.11",
"@types/react-test-renderer": "^18.0.0",
"@types/semver": "^7.3.10",
"@types/shelljs": "^0.8.11",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"cross-env": "^7.0.3",
"cspell": "^6.4.1",
"eslint": "^8.20.0",
"cspell": "^6.5.0",
"eslint": "^8.21.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-jest": "^26.7.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-regexp": "^1.7.0",
"eslint-plugin-regexp": "^1.8.0",
"husky": "^8.0.1",
"image-size": "^1.0.2",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest-serializer-ansi-escapes": "^2.0.1",
"jest-serializer-react-helmet-async": "^1.0.21",
"lerna": "^5.2.0",
"lerna": "^5.3.0",
"lerna-changelog": "^2.2.0",
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-docusaurus/templates/facebook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
"eslint": "^8.20.0",
"eslint": "^8.21.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-header": "^3.1.1",
Expand Down
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.18.9",
"@babel/traverse": "^7.18.9",
"@babel/parser": "^7.18.10",
"@babel/traverse": "^7.18.10",
"@docusaurus/logger": "2.0.0-rc.1",
"@docusaurus/utils": "2.0.0-rc.1",
"@mdx-js/mdx": "^1.6.22",
Expand All @@ -34,7 +34,7 @@
"unified": "^9.2.2",
"unist-util-visit": "^2.0.3",
"url-loader": "^4.1.1",
"webpack": "^5.73.0"
"webpack": "^5.74.0"
},
"devDependencies": {
"@docusaurus/types": "2.0.0-rc.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"docusaurus-migrate": "bin/index.mjs"
},
"dependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@docusaurus/logger": "2.0.0-rc.1",
"@docusaurus/utils": "2.0.0-rc.1",
"@mapbox/hast-util-to-jsx": "^2.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 @@ -33,7 +33,7 @@
"tslib": "^2.4.0",
"unist-util-visit": "^2.0.3",
"utility-types": "^3.10.0",
"webpack": "^5.73.0"
"webpack": "^5.74.0"
},
"devDependencies": {
"@docusaurus/types": "2.0.0-beta.21",
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 @@ -49,7 +49,7 @@
"lodash": "^4.17.21",
"tslib": "^2.4.0",
"utility-types": "^3.10.0",
"webpack": "^5.73.0"
"webpack": "^5.74.0"
},
"devDependencies": {
"@docusaurus/types": "2.0.0-beta.21",
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 @@
"@docusaurus/utils-validation": "2.0.0-rc.1",
"fs-extra": "^10.1.0",
"tslib": "^2.4.0",
"webpack": "^5.73.0"
"webpack": "^5.74.0"
},
"devDependencies": {
"@docusaurus/types": "2.0.0-beta.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-ideal-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"react-waypoint": "^10.3.0",
"sharp": "^0.30.7",
"tslib": "^2.4.0",
"webpack": "^5.73.0"
"webpack": "^5.74.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-rc.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/docusaurus-plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@docusaurus/core": "2.0.0-rc.1",
"@docusaurus/theme-common": "2.0.0-rc.1",
"@docusaurus/theme-translations": "2.0.0-rc.1",
Expand All @@ -30,14 +30,14 @@
"@docusaurus/utils-validation": "2.0.0-rc.1",
"babel-loader": "^8.2.5",
"clsx": "^1.2.1",
"core-js": "^3.23.5",
"core-js": "^3.24.1",
"terser-webpack-plugin": "^5.3.3",
"tslib": "^2.4.0",
"webpack": "^5.73.0",
"webpack": "^5.74.0",
"webpack-merge": "^5.8.0",
"workbox-build": "^6.5.3",
"workbox-precaching": "^6.5.3",
"workbox-window": "^6.5.3"
"workbox-build": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-window": "^6.5.4"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-rc.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-search-algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@docusaurus/theme-translations": "2.0.0-rc.1",
"@docusaurus/utils": "2.0.0-rc.1",
"@docusaurus/utils-validation": "2.0.0-rc.1",
"algoliasearch": "^4.14.1",
"algoliasearch": "^4.14.2",
"algoliasearch-helper": "^3.10.0",
"clsx": "^1.2.1",
"eta": "^1.12.3",
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 @@ -19,7 +19,7 @@
"joi": "^17.6.0",
"react-helmet-async": "^1.3.0",
"utility-types": "^3.10.0",
"webpack": "^5.73.0",
"webpack": "^5.74.0",
"webpack-merge": "^5.8.0"
},
"peerDependencies": {
Expand Down
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.4.0",
"url-loader": "^4.1.1",
"webpack": "^5.73.0"
"webpack": "^5.74.0"
},
"engines": {
"node": ">=16.14"
Expand Down
16 changes: 8 additions & 8 deletions packages/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"url": "https://github.com/facebook/docusaurus/issues"
},
"dependencies": {
"@babel/core": "^7.18.9",
"@babel/generator": "^7.18.9",
"@babel/core": "^7.18.10",
"@babel/generator": "^7.18.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.18.9",
"@babel/runtime-corejs3": "^7.18.9",
"@babel/traverse": "^7.18.9",
"@babel/traverse": "^7.18.10",
"@docusaurus/cssnano-preset": "2.0.0-rc.1",
"@docusaurus/logger": "2.0.0-rc.1",
"@docusaurus/mdx-loader": "2.0.0-rc.1",
Expand All @@ -52,7 +52,7 @@
"@docusaurus/utils-validation": "2.0.0-rc.1",
"@slorber/static-site-generator-webpack-plugin": "^4.0.7",
"@svgr/webpack": "^6.3.1",
"autoprefixer": "^10.4.7",
"autoprefixer": "^10.4.8",
"babel-loader": "^8.2.5",
"babel-plugin-dynamic-import-node": "^2.3.3",
"boxen": "^6.2.1",
Expand All @@ -63,7 +63,7 @@
"combine-promises": "^1.1.0",
"commander": "^5.1.0",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.23.5",
"core-js": "^3.24.1",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"cssnano": "^5.1.12",
Expand Down Expand Up @@ -99,7 +99,7 @@
"update-notifier": "^5.1.0",
"url-loader": "^4.1.1",
"wait-on": "^6.0.1",
"webpack": "^5.73.0",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-server": "^4.9.3",
"webpack-merge": "^5.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build": "tsc"
},
"dependencies": {
"@typescript-eslint/utils": "^5.30.7",
"@typescript-eslint/utils": "^5.32.0",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@
"color": "^4.2.3",
"fs-extra": "^10.1.0",
"netlify-plugin-cache": "^1.0.3",
"pure-react-carousel": "^1.28.1",
"pure-react-carousel": "^1.29.0",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-lite-youtube-embed": "^2.2.2",
"react-lite-youtube-embed": "^2.3.1",
"react-medium-image-zoom": "^4.4.3",
"react-popper": "^2.3.0",
"rehype-katex": "^6.0.2",
"remark-math": "^3.0.1",
"swc-loader": "^0.2.3",
"unist-util-visit": "^2.0.3",
"webpack": "^5.73.0",
"workbox-routing": "^6.5.3",
"workbox-strategies": "^6.5.3"
"webpack": "^5.74.0",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 3a83318

Please sign in to comment.