Compare commits
5 Commits
use-ranche
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95d482cfc7 | ||
|
8474cde70e
|
|||
|
|
b38a071c8d | ||
|
|
b2a9bee17a | ||
|
|
9fc3370f81 |
4
.github/workflows/deploy-base.yaml
vendored
4
.github/workflows/deploy-base.yaml
vendored
@@ -22,7 +22,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
runs-on: ubuntu-20.04
|
runs-on: [self-hosted, ubuntu-jammy, public]
|
||||||
environment:
|
environment:
|
||||||
url: ${{ inputs.env_url }}
|
url: ${{ inputs.env_url }}
|
||||||
name: ${{ inputs.env_name }}
|
name: ${{ inputs.env_name }}
|
||||||
@@ -33,6 +33,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Kubectl tool installer
|
- name: Kubectl tool installer
|
||||||
uses: azure/setup-kubectl@v3
|
uses: azure/setup-kubectl@v3
|
||||||
|
with:
|
||||||
|
version: v1.25.8
|
||||||
|
|
||||||
- uses: azure/k8s-set-context@v3
|
- uses: azure/k8s-set-context@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -23,6 +23,8 @@ The following table lists the environment variables that are common to all DIT m
|
|||||||
| S3\_\_UPLOADS_API_BUCKET | The name of the S3 bucket used for storing uploaded files via Uploads API |
|
| S3\_\_UPLOADS_API_BUCKET | The name of the S3 bucket used for storing uploaded files via Uploads API |
|
||||||
| SIDEKIQ\_\_USERNAME | The username for accessing the Sidekiq web interface |
|
| SIDEKIQ\_\_USERNAME | The username for accessing the Sidekiq web interface |
|
||||||
| SIDEKIQ\_\_PASSWORD | The password for accessing the Sidekiq web interface |
|
| SIDEKIQ\_\_PASSWORD | The password for accessing the Sidekiq web interface |
|
||||||
|
| SIDEKIQ\_\_REDIS_URL | The URL of the redis database used by the Sidekiq web interface |
|
||||||
|
| REDIS\_\_URL | The URL format for the connection string of redis database server |
|
||||||
| REDIS\_\_CONNECTION_STRING | The connection string of redis database server |
|
| REDIS\_\_CONNECTION_STRING | The connection string of redis database server |
|
||||||
| REDIS_SENTINEL\_\_HOST | The host name or IP address of the Redis Sentinel server |
|
| REDIS_SENTINEL\_\_HOST | The host name or IP address of the Redis Sentinel server |
|
||||||
| REDIS_SENTINEL\_\_PORT | The port number of the Redis Sentinel server |
|
| REDIS_SENTINEL\_\_PORT | The port number of the Redis Sentinel server |
|
||||||
|
|||||||
@@ -9,6 +9,3 @@ patches:
|
|||||||
- path: patches/ingress-host.yaml
|
- path: patches/ingress-host.yaml
|
||||||
target:
|
target:
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
- path: patches/deployment.yaml
|
|
||||||
target:
|
|
||||||
kind: Deployment
|
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
- op: replace
|
|
||||||
path: /spec/template/spec/containers/0/image
|
|
||||||
value: reg.dev.krd/dit-docs/dsm-client:dev
|
|
||||||
- op: add
|
|
||||||
path: /spec/template/spec/containers/0/imagePullPolicy
|
|
||||||
value: Always
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
namespace: dit-docs
|
|
||||||
|
|
||||||
targetCustomizations:
|
|
||||||
- name: development
|
|
||||||
clusterSelector:
|
|
||||||
matchLabels:
|
|
||||||
env: dev
|
|
||||||
kustomize:
|
|
||||||
dir: development
|
|
||||||
|
|
||||||
- name: production
|
|
||||||
clusterSelector:
|
|
||||||
matchLabels:
|
|
||||||
env: prod
|
|
||||||
kustomize:
|
|
||||||
dir: production
|
|
||||||
201
package-lock.json
generated
201
package-lock.json
generated
@@ -12,7 +12,7 @@
|
|||||||
"@docusaurus/preset-classic": "2.0.0-beta.15",
|
"@docusaurus/preset-classic": "2.0.0-beta.15",
|
||||||
"@mdx-js/react": "^1.6.21",
|
"@mdx-js/react": "^1.6.21",
|
||||||
"clsx": "^1.1.1",
|
"clsx": "^1.1.1",
|
||||||
"prism-react-renderer": "^1.2.1",
|
"prism-react-renderer": "^2.0.6",
|
||||||
"react": "^17.0.1",
|
"react": "^17.0.1",
|
||||||
"react-dom": "^17.0.1"
|
"react-dom": "^17.0.1"
|
||||||
}
|
}
|
||||||
@@ -2273,6 +2273,37 @@
|
|||||||
"react-dom": "^16.8.4 || ^17.0.0"
|
"react-dom": "^16.8.4 || ^17.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@docusaurus/preset-classic/node_modules/@docusaurus/theme-common": {
|
||||||
|
"version": "2.0.0-beta.15",
|
||||||
|
"resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-2.0.0-beta.15.tgz",
|
||||||
|
"integrity": "sha512-+pvarmzcyECE4nWxw+dCMKRIoes0NegrRuM9+nRsUrS/E5ywsF539kpupKIEqaMjq6AuM0CJtDoHxHHPNe0KaQ==",
|
||||||
|
"dependencies": {
|
||||||
|
"@docusaurus/plugin-content-blog": "2.0.0-beta.15",
|
||||||
|
"@docusaurus/plugin-content-docs": "2.0.0-beta.15",
|
||||||
|
"@docusaurus/plugin-content-pages": "2.0.0-beta.15",
|
||||||
|
"clsx": "^1.1.1",
|
||||||
|
"parse-numeric-range": "^1.3.0",
|
||||||
|
"tslib": "^2.3.1",
|
||||||
|
"utility-types": "^3.10.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"prism-react-renderer": "^1.2.1",
|
||||||
|
"react": "^16.8.4 || ^17.0.0",
|
||||||
|
"react-dom": "^16.8.4 || ^17.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@docusaurus/preset-classic/node_modules/prism-react-renderer": {
|
||||||
|
"version": "1.3.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.3.5.tgz",
|
||||||
|
"integrity": "sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==",
|
||||||
|
"peer": true,
|
||||||
|
"peerDependencies": {
|
||||||
|
"react": ">=0.14.9"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@docusaurus/react-loadable": {
|
"node_modules/@docusaurus/react-loadable": {
|
||||||
"version": "5.5.2",
|
"version": "5.5.2",
|
||||||
"resolved": "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz",
|
"resolved": "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz",
|
||||||
@@ -2318,7 +2349,7 @@
|
|||||||
"react-dom": "^16.8.4 || ^17.0.0"
|
"react-dom": "^16.8.4 || ^17.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@docusaurus/theme-common": {
|
"node_modules/@docusaurus/theme-classic/node_modules/@docusaurus/theme-common": {
|
||||||
"version": "2.0.0-beta.15",
|
"version": "2.0.0-beta.15",
|
||||||
"resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-2.0.0-beta.15.tgz",
|
"resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-2.0.0-beta.15.tgz",
|
||||||
"integrity": "sha512-+pvarmzcyECE4nWxw+dCMKRIoes0NegrRuM9+nRsUrS/E5ywsF539kpupKIEqaMjq6AuM0CJtDoHxHHPNe0KaQ==",
|
"integrity": "sha512-+pvarmzcyECE4nWxw+dCMKRIoes0NegrRuM9+nRsUrS/E5ywsF539kpupKIEqaMjq6AuM0CJtDoHxHHPNe0KaQ==",
|
||||||
@@ -2340,6 +2371,14 @@
|
|||||||
"react-dom": "^16.8.4 || ^17.0.0"
|
"react-dom": "^16.8.4 || ^17.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@docusaurus/theme-classic/node_modules/prism-react-renderer": {
|
||||||
|
"version": "1.3.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.3.5.tgz",
|
||||||
|
"integrity": "sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==",
|
||||||
|
"peerDependencies": {
|
||||||
|
"react": ">=0.14.9"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@docusaurus/theme-search-algolia": {
|
"node_modules/@docusaurus/theme-search-algolia": {
|
||||||
"version": "2.0.0-beta.15",
|
"version": "2.0.0-beta.15",
|
||||||
"resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-2.0.0-beta.15.tgz",
|
"resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-2.0.0-beta.15.tgz",
|
||||||
@@ -2368,6 +2407,37 @@
|
|||||||
"react-dom": "^16.8.4 || ^17.0.0"
|
"react-dom": "^16.8.4 || ^17.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@docusaurus/theme-search-algolia/node_modules/@docusaurus/theme-common": {
|
||||||
|
"version": "2.0.0-beta.15",
|
||||||
|
"resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-2.0.0-beta.15.tgz",
|
||||||
|
"integrity": "sha512-+pvarmzcyECE4nWxw+dCMKRIoes0NegrRuM9+nRsUrS/E5ywsF539kpupKIEqaMjq6AuM0CJtDoHxHHPNe0KaQ==",
|
||||||
|
"dependencies": {
|
||||||
|
"@docusaurus/plugin-content-blog": "2.0.0-beta.15",
|
||||||
|
"@docusaurus/plugin-content-docs": "2.0.0-beta.15",
|
||||||
|
"@docusaurus/plugin-content-pages": "2.0.0-beta.15",
|
||||||
|
"clsx": "^1.1.1",
|
||||||
|
"parse-numeric-range": "^1.3.0",
|
||||||
|
"tslib": "^2.3.1",
|
||||||
|
"utility-types": "^3.10.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"prism-react-renderer": "^1.2.1",
|
||||||
|
"react": "^16.8.4 || ^17.0.0",
|
||||||
|
"react-dom": "^16.8.4 || ^17.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@docusaurus/theme-search-algolia/node_modules/prism-react-renderer": {
|
||||||
|
"version": "1.3.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.3.5.tgz",
|
||||||
|
"integrity": "sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==",
|
||||||
|
"peer": true,
|
||||||
|
"peerDependencies": {
|
||||||
|
"react": ">=0.14.9"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@docusaurus/theme-translations": {
|
"node_modules/@docusaurus/theme-translations": {
|
||||||
"version": "2.0.0-beta.15",
|
"version": "2.0.0-beta.15",
|
||||||
"resolved": "https://registry.npmjs.org/@docusaurus/theme-translations/-/theme-translations-2.0.0-beta.15.tgz",
|
"resolved": "https://registry.npmjs.org/@docusaurus/theme-translations/-/theme-translations-2.0.0-beta.15.tgz",
|
||||||
@@ -3143,6 +3213,11 @@
|
|||||||
"resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz",
|
||||||
"integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw=="
|
"integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw=="
|
||||||
},
|
},
|
||||||
|
"node_modules/@types/prismjs": {
|
||||||
|
"version": "1.26.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.0.tgz",
|
||||||
|
"integrity": "sha512-ZTaqn/qSqUuAq1YwvOFQfVW1AR/oQJlLSZVustdjwI+GZ8kr0MSHBj0tsXPW1EqHubx50gtBEjbPGsdZwQwCjQ=="
|
||||||
|
},
|
||||||
"node_modules/@types/prop-types": {
|
"node_modules/@types/prop-types": {
|
||||||
"version": "15.7.4",
|
"version": "15.7.4",
|
||||||
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz",
|
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz",
|
||||||
@@ -4361,9 +4436,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/clsx": {
|
"node_modules/clsx": {
|
||||||
"version": "1.1.1",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",
|
||||||
"integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==",
|
"integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6"
|
"node": ">=6"
|
||||||
}
|
}
|
||||||
@@ -9222,11 +9297,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/prism-react-renderer": {
|
"node_modules/prism-react-renderer": {
|
||||||
"version": "1.2.1",
|
"version": "2.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-2.0.6.tgz",
|
||||||
"integrity": "sha512-w23ch4f75V1Tnz8DajsYKvY5lF7H1+WvzvLUcF0paFxkTHSp42RS0H5CttdN2Q8RR3DRGZ9v5xD/h3n8C8kGmg==",
|
"integrity": "sha512-ERzmAI5UvrcTw5ivfEG20/dYClAsC84eSED5p9X3oKpm0xPV4A5clFK1mp7lPIdKmbLnQYsPTGiOI7WS6gWigw==",
|
||||||
|
"dependencies": {
|
||||||
|
"@types/prismjs": "^1.26.0",
|
||||||
|
"clsx": "^1.2.1"
|
||||||
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": ">=0.14.9"
|
"react": ">=16.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/prismjs": {
|
"node_modules/prismjs": {
|
||||||
@@ -14285,6 +14364,29 @@
|
|||||||
"@docusaurus/theme-classic": "2.0.0-beta.15",
|
"@docusaurus/theme-classic": "2.0.0-beta.15",
|
||||||
"@docusaurus/theme-common": "2.0.0-beta.15",
|
"@docusaurus/theme-common": "2.0.0-beta.15",
|
||||||
"@docusaurus/theme-search-algolia": "2.0.0-beta.15"
|
"@docusaurus/theme-search-algolia": "2.0.0-beta.15"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@docusaurus/theme-common": {
|
||||||
|
"version": "2.0.0-beta.15",
|
||||||
|
"resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-2.0.0-beta.15.tgz",
|
||||||
|
"integrity": "sha512-+pvarmzcyECE4nWxw+dCMKRIoes0NegrRuM9+nRsUrS/E5ywsF539kpupKIEqaMjq6AuM0CJtDoHxHHPNe0KaQ==",
|
||||||
|
"requires": {
|
||||||
|
"@docusaurus/plugin-content-blog": "2.0.0-beta.15",
|
||||||
|
"@docusaurus/plugin-content-docs": "2.0.0-beta.15",
|
||||||
|
"@docusaurus/plugin-content-pages": "2.0.0-beta.15",
|
||||||
|
"clsx": "^1.1.1",
|
||||||
|
"parse-numeric-range": "^1.3.0",
|
||||||
|
"tslib": "^2.3.1",
|
||||||
|
"utility-types": "^3.10.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"prism-react-renderer": {
|
||||||
|
"version": "1.3.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.3.5.tgz",
|
||||||
|
"integrity": "sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==",
|
||||||
|
"peer": true,
|
||||||
|
"requires": {}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@docusaurus/react-loadable": {
|
"@docusaurus/react-loadable": {
|
||||||
@@ -14320,20 +14422,28 @@
|
|||||||
"prismjs": "^1.23.0",
|
"prismjs": "^1.23.0",
|
||||||
"react-router-dom": "^5.2.0",
|
"react-router-dom": "^5.2.0",
|
||||||
"rtlcss": "^3.3.0"
|
"rtlcss": "^3.3.0"
|
||||||
}
|
},
|
||||||
},
|
"dependencies": {
|
||||||
"@docusaurus/theme-common": {
|
"@docusaurus/theme-common": {
|
||||||
"version": "2.0.0-beta.15",
|
"version": "2.0.0-beta.15",
|
||||||
"resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-2.0.0-beta.15.tgz",
|
"resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-2.0.0-beta.15.tgz",
|
||||||
"integrity": "sha512-+pvarmzcyECE4nWxw+dCMKRIoes0NegrRuM9+nRsUrS/E5ywsF539kpupKIEqaMjq6AuM0CJtDoHxHHPNe0KaQ==",
|
"integrity": "sha512-+pvarmzcyECE4nWxw+dCMKRIoes0NegrRuM9+nRsUrS/E5ywsF539kpupKIEqaMjq6AuM0CJtDoHxHHPNe0KaQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@docusaurus/plugin-content-blog": "2.0.0-beta.15",
|
"@docusaurus/plugin-content-blog": "2.0.0-beta.15",
|
||||||
"@docusaurus/plugin-content-docs": "2.0.0-beta.15",
|
"@docusaurus/plugin-content-docs": "2.0.0-beta.15",
|
||||||
"@docusaurus/plugin-content-pages": "2.0.0-beta.15",
|
"@docusaurus/plugin-content-pages": "2.0.0-beta.15",
|
||||||
"clsx": "^1.1.1",
|
"clsx": "^1.1.1",
|
||||||
"parse-numeric-range": "^1.3.0",
|
"parse-numeric-range": "^1.3.0",
|
||||||
"tslib": "^2.3.1",
|
"tslib": "^2.3.1",
|
||||||
"utility-types": "^3.10.0"
|
"utility-types": "^3.10.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"prism-react-renderer": {
|
||||||
|
"version": "1.3.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.3.5.tgz",
|
||||||
|
"integrity": "sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==",
|
||||||
|
"requires": {}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@docusaurus/theme-search-algolia": {
|
"@docusaurus/theme-search-algolia": {
|
||||||
@@ -14355,6 +14465,29 @@
|
|||||||
"lodash": "^4.17.20",
|
"lodash": "^4.17.20",
|
||||||
"tslib": "^2.3.1",
|
"tslib": "^2.3.1",
|
||||||
"utility-types": "^3.10.0"
|
"utility-types": "^3.10.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@docusaurus/theme-common": {
|
||||||
|
"version": "2.0.0-beta.15",
|
||||||
|
"resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-2.0.0-beta.15.tgz",
|
||||||
|
"integrity": "sha512-+pvarmzcyECE4nWxw+dCMKRIoes0NegrRuM9+nRsUrS/E5ywsF539kpupKIEqaMjq6AuM0CJtDoHxHHPNe0KaQ==",
|
||||||
|
"requires": {
|
||||||
|
"@docusaurus/plugin-content-blog": "2.0.0-beta.15",
|
||||||
|
"@docusaurus/plugin-content-docs": "2.0.0-beta.15",
|
||||||
|
"@docusaurus/plugin-content-pages": "2.0.0-beta.15",
|
||||||
|
"clsx": "^1.1.1",
|
||||||
|
"parse-numeric-range": "^1.3.0",
|
||||||
|
"tslib": "^2.3.1",
|
||||||
|
"utility-types": "^3.10.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"prism-react-renderer": {
|
||||||
|
"version": "1.3.5",
|
||||||
|
"resolved": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.3.5.tgz",
|
||||||
|
"integrity": "sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==",
|
||||||
|
"peer": true,
|
||||||
|
"requires": {}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@docusaurus/theme-translations": {
|
"@docusaurus/theme-translations": {
|
||||||
@@ -14932,6 +15065,11 @@
|
|||||||
"resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz",
|
||||||
"integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw=="
|
"integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw=="
|
||||||
},
|
},
|
||||||
|
"@types/prismjs": {
|
||||||
|
"version": "1.26.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.0.tgz",
|
||||||
|
"integrity": "sha512-ZTaqn/qSqUuAq1YwvOFQfVW1AR/oQJlLSZVustdjwI+GZ8kr0MSHBj0tsXPW1EqHubx50gtBEjbPGsdZwQwCjQ=="
|
||||||
|
},
|
||||||
"@types/prop-types": {
|
"@types/prop-types": {
|
||||||
"version": "15.7.4",
|
"version": "15.7.4",
|
||||||
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz",
|
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz",
|
||||||
@@ -15893,9 +16031,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"clsx": {
|
"clsx": {
|
||||||
"version": "1.1.1",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz",
|
||||||
"integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA=="
|
"integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg=="
|
||||||
},
|
},
|
||||||
"collapse-white-space": {
|
"collapse-white-space": {
|
||||||
"version": "1.0.6",
|
"version": "1.0.6",
|
||||||
@@ -19346,10 +19484,13 @@
|
|||||||
"integrity": "sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA=="
|
"integrity": "sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA=="
|
||||||
},
|
},
|
||||||
"prism-react-renderer": {
|
"prism-react-renderer": {
|
||||||
"version": "1.2.1",
|
"version": "2.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-2.0.6.tgz",
|
||||||
"integrity": "sha512-w23ch4f75V1Tnz8DajsYKvY5lF7H1+WvzvLUcF0paFxkTHSp42RS0H5CttdN2Q8RR3DRGZ9v5xD/h3n8C8kGmg==",
|
"integrity": "sha512-ERzmAI5UvrcTw5ivfEG20/dYClAsC84eSED5p9X3oKpm0xPV4A5clFK1mp7lPIdKmbLnQYsPTGiOI7WS6gWigw==",
|
||||||
"requires": {}
|
"requires": {
|
||||||
|
"@types/prismjs": "^1.26.0",
|
||||||
|
"clsx": "^1.2.1"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"prismjs": {
|
"prismjs": {
|
||||||
"version": "1.26.0",
|
"version": "1.26.0",
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
"@docusaurus/preset-classic": "2.0.0-beta.15",
|
"@docusaurus/preset-classic": "2.0.0-beta.15",
|
||||||
"@mdx-js/react": "^1.6.21",
|
"@mdx-js/react": "^1.6.21",
|
||||||
"clsx": "^1.1.1",
|
"clsx": "^1.1.1",
|
||||||
"prism-react-renderer": "^1.2.1",
|
"prism-react-renderer": "^2.0.6",
|
||||||
"react": "^17.0.1",
|
"react": "^17.0.1",
|
||||||
"react-dom": "^17.0.1"
|
"react-dom": "^17.0.1"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user