Skip to content

Commit

Permalink
chore: add missing dependencies on tslib (#6094)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Dec 11, 2021
1 parent d7a595d commit e57929c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/docusaurus-plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"license": "MIT",
"dependencies": {
"@docusaurus/core": "2.0.0-beta.13",
"@docusaurus/utils-validation": "2.0.0-beta.13"
"@docusaurus/utils-validation": "2.0.0-beta.13",
"tslib": "^2.3.1"
},
"devDependencies": {
"@docusaurus/types": "2.0.0-beta.13"
Expand Down
3 changes: 2 additions & 1 deletion packages/docusaurus-plugin-google-gtag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"license": "MIT",
"dependencies": {
"@docusaurus/core": "2.0.0-beta.13",
"@docusaurus/utils-validation": "2.0.0-beta.13"
"@docusaurus/utils-validation": "2.0.0-beta.13",
"tslib": "^2.3.1"
},
"devDependencies": {
"@docusaurus/types": "2.0.0-beta.13"
Expand Down
1 change: 1 addition & 0 deletions packages/docusaurus-plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"clsx": "^1.1.1",
"core-js": "^3.18.0",
"terser-webpack-plugin": "^5.2.4",
"tslib": "^2.3.1",
"webpack": "^5.61.0",
"webpack-merge": "^5.7.3",
"workbox-build": "^6.1.1",
Expand Down
1 change: 1 addition & 0 deletions packages/docusaurus-remark-plugin-npm2yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"license": "MIT",
"dependencies": {
"npm-to-yarn": "^1.0.1",
"tslib": "^2.3.1",
"unist-util-visit": "^2.0.2"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/docusaurus-theme-live-codeblock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"fs-extra": "^10.0.0",
"parse-numeric-range": "^1.3.0",
"prism-react-renderer": "^1.2.1",
"react-live": "2.2.3"
"react-live": "2.2.3",
"tslib": "^2.3.1"
},
"devDependencies": {
"@docusaurus/types": "2.0.0-beta.13",
Expand Down
3 changes: 2 additions & 1 deletion packages/docusaurus-theme-search-algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"algoliasearch-helper": "^3.5.5",
"clsx": "^1.1.1",
"eta": "^1.12.3",
"lodash": "^4.17.20"
"lodash": "^4.17.20",
"tslib": "^2.3.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.13",
Expand Down
3 changes: 2 additions & 1 deletion packages/lqip-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"file-loader": "^6.2.0",
"lodash": "^4.17.20",
"node-vibrant": "^3.1.5",
"sharp": "^0.29.1"
"sharp": "^0.29.1",
"tslib": "^2.3.1"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit e57929c

Please sign in to comment.