mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore: remove annoying install module failure warning from parcel (#3095)
This commit is contained in:
parent
111e2973c2
commit
2102a1e608
4 changed files with 9 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
"@types/react-dom": "^18.0.0",
|
||||
"@types/react-modal": "^3.13.1",
|
||||
"@types/react-syntax-highlighter": "^15.5.1",
|
||||
"buffer": "^5.7.1",
|
||||
"classnames": "^2.3.1",
|
||||
"clean-deep": "^3.4.0",
|
||||
"cross-env": "^7.0.3",
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
"@silverhand/ts-config-react": "1.2.1",
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"buffer": "^5.7.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.21.0",
|
||||
"i18next": "^21.8.16",
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
"devDependencies": {
|
||||
"@silverhand/eslint-config": "1.3.0",
|
||||
"@silverhand/ts-config": "1.2.1",
|
||||
"buffer": "^5.7.1",
|
||||
"eslint": "^8.21.0",
|
||||
"lint-staged": "^13.0.0",
|
||||
"prettier": "^2.8.1",
|
||||
|
|
|
@ -132,6 +132,7 @@ importers:
|
|||
'@types/react-dom': ^18.0.0
|
||||
'@types/react-modal': ^3.13.1
|
||||
'@types/react-syntax-highlighter': ^15.5.1
|
||||
buffer: ^5.7.1
|
||||
classnames: ^2.3.1
|
||||
clean-deep: ^3.4.0
|
||||
cross-env: ^7.0.3
|
||||
|
@ -204,6 +205,7 @@ importers:
|
|||
'@types/react-dom': 18.0.6
|
||||
'@types/react-modal': 3.13.1
|
||||
'@types/react-syntax-highlighter': 15.5.1
|
||||
buffer: 5.7.1
|
||||
classnames: 2.3.1
|
||||
clean-deep: 3.4.0
|
||||
cross-env: 7.0.3
|
||||
|
@ -426,6 +428,7 @@ importers:
|
|||
'@silverhand/ts-config-react': 1.2.1
|
||||
'@types/react': ^18.0.0
|
||||
'@types/react-dom': ^18.0.0
|
||||
buffer: ^5.7.1
|
||||
cross-env: ^7.0.3
|
||||
eslint: ^8.21.0
|
||||
i18next: ^21.8.16
|
||||
|
@ -454,6 +457,7 @@ importers:
|
|||
'@silverhand/ts-config-react': 1.2.1_typescript@4.9.4
|
||||
'@types/react': 18.0.15
|
||||
'@types/react-dom': 18.0.6
|
||||
buffer: 5.7.1
|
||||
cross-env: 7.0.3
|
||||
eslint: 8.21.0
|
||||
i18next: 21.8.16
|
||||
|
@ -556,6 +560,7 @@ importers:
|
|||
'@silverhand/eslint-config': 1.3.0
|
||||
'@silverhand/essentials': 2.1.0
|
||||
'@silverhand/ts-config': 1.2.1
|
||||
buffer: ^5.7.1
|
||||
eslint: ^8.21.0
|
||||
lint-staged: ^13.0.0
|
||||
prettier: ^2.8.1
|
||||
|
@ -569,6 +574,7 @@ importers:
|
|||
devDependencies:
|
||||
'@silverhand/eslint-config': 1.3.0_k3lfx77tsvurbevhk73p7ygch4
|
||||
'@silverhand/ts-config': 1.2.1_typescript@4.9.4
|
||||
buffer: 5.7.1
|
||||
eslint: 8.21.0
|
||||
lint-staged: 13.0.0
|
||||
prettier: 2.8.1
|
||||
|
|
Loading…
Reference in a new issue