mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore(deps): update parcel monorepo to v2.9.1 (#3912)
Co-authored-by: Gao Sun <gao@silverhand.io>
This commit is contained in:
parent
f1d73af537
commit
11cb34f7ae
7 changed files with 601 additions and 493 deletions
|
@ -38,11 +38,6 @@
|
|||
"node": "^18.12.0",
|
||||
"pnpm": "^8.0.0"
|
||||
},
|
||||
"alias": {
|
||||
"html-parse-stringify": "html-parse-stringify/dist/html-parse-stringify.module.js",
|
||||
"react-hook-form": "react-hook-form/dist/index.esm.mjs",
|
||||
"superstruct": "superstruct/lib/index.es.js"
|
||||
},
|
||||
"pnpm": {
|
||||
"peerDependencyRules": {
|
||||
"allowedVersions": {
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"types": "./lib/react/index.d.ts"
|
||||
}
|
||||
},
|
||||
"//": "This field is for parcel. Remove after https://github.com/parcel-bundler/parcel/pull/8807 published.",
|
||||
"//": "This field is for parcel. It is still needed after https://github.com/parcel-bundler/parcel/pull/8807 published.",
|
||||
"alias": {
|
||||
"./react": "./lib/react/index.js",
|
||||
"./custom-event": "./lib/custom-event.js"
|
||||
|
|
|
@ -35,12 +35,12 @@
|
|||
"@logto/schemas": "workspace:^1.4.0",
|
||||
"@logto/shared": "workspace:^2.0.0",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"@parcel/compressor-brotli": "2.8.3",
|
||||
"@parcel/compressor-gzip": "2.8.3",
|
||||
"@parcel/core": "2.8.3",
|
||||
"@parcel/transformer-mdx": "2.8.3",
|
||||
"@parcel/transformer-sass": "2.8.3",
|
||||
"@parcel/transformer-svg-react": "2.8.3",
|
||||
"@parcel/compressor-brotli": "2.9.1",
|
||||
"@parcel/compressor-gzip": "2.9.1",
|
||||
"@parcel/core": "2.9.1",
|
||||
"@parcel/transformer-mdx": "2.9.1",
|
||||
"@parcel/transformer-sass": "2.9.1",
|
||||
"@parcel/transformer-svg-react": "2.9.1",
|
||||
"@silverhand/eslint-config": "3.0.1",
|
||||
"@silverhand/eslint-config-react": "3.0.1",
|
||||
"@silverhand/essentials": "^2.5.0",
|
||||
|
@ -86,7 +86,7 @@
|
|||
"nanoid": "^4.0.0",
|
||||
"overlayscrollbars": "^2.0.2",
|
||||
"overlayscrollbars-react": "^0.5.0",
|
||||
"parcel": "2.8.3",
|
||||
"parcel": "2.9.1",
|
||||
"postcss": "^8.4.6",
|
||||
"postcss-modules": "^4.3.0",
|
||||
"prettier": "^2.8.2",
|
||||
|
@ -102,7 +102,7 @@
|
|||
"react-helmet": "^6.1.0",
|
||||
"react-hook-form": "^7.43.9",
|
||||
"react-hot-toast": "^2.2.0",
|
||||
"react-i18next": "^12.2.0",
|
||||
"react-i18next": "^12.3.1",
|
||||
"react-markdown": "^8.0.0",
|
||||
"react-modal": "^3.15.1",
|
||||
"react-paginate": "^8.1.3",
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
"@logto/phrases": "workspace:^1.2.0",
|
||||
"@logto/react": "^2.0.0",
|
||||
"@logto/schemas": "workspace:^1.2.3",
|
||||
"@parcel/core": "2.8.3",
|
||||
"@parcel/transformer-sass": "2.8.3",
|
||||
"@parcel/core": "2.9.1",
|
||||
"@parcel/transformer-sass": "2.9.1",
|
||||
"@silverhand/eslint-config": "3.0.1",
|
||||
"@silverhand/eslint-config-react": "3.0.1",
|
||||
"@silverhand/ts-config": "3.0.0",
|
||||
|
@ -38,12 +38,12 @@
|
|||
"i18next": "^22.4.15",
|
||||
"i18next-browser-languagedetector": "^7.0.1",
|
||||
"lint-staged": "^13.0.0",
|
||||
"parcel": "2.8.3",
|
||||
"parcel": "2.9.1",
|
||||
"postcss": "^8.4.6",
|
||||
"prettier": "^2.8.2",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-i18next": "^12.2.0",
|
||||
"react-i18next": "^12.3.1",
|
||||
"stylelint": "^15.0.0",
|
||||
"typescript": "^5.0.0",
|
||||
"zod": "^3.20.2"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"types": "./lib/esm/index.d.ts"
|
||||
}
|
||||
},
|
||||
"//": "This field is for parcel. Remove after https://github.com/parcel-bundler/parcel/pull/8807 published.",
|
||||
"//": "This field is for parcel. It is still needed after https://github.com/parcel-bundler/parcel/pull/8807 published.",
|
||||
"alias": {
|
||||
"./universal": "./lib/universal.js"
|
||||
},
|
||||
|
|
|
@ -28,11 +28,11 @@
|
|||
"@logto/phrases": "workspace:^1.2.0",
|
||||
"@logto/phrases-ui": "workspace:^1.2.0",
|
||||
"@logto/schemas": "workspace:^1.2.3",
|
||||
"@parcel/compressor-brotli": "2.8.3",
|
||||
"@parcel/compressor-gzip": "2.8.3",
|
||||
"@parcel/core": "2.8.3",
|
||||
"@parcel/transformer-sass": "2.8.3",
|
||||
"@parcel/transformer-svg-react": "2.8.3",
|
||||
"@parcel/compressor-brotli": "2.9.1",
|
||||
"@parcel/compressor-gzip": "2.9.1",
|
||||
"@parcel/core": "2.9.1",
|
||||
"@parcel/transformer-sass": "2.9.1",
|
||||
"@parcel/transformer-svg-react": "2.9.1",
|
||||
"@react-spring/shared": "^9.6.1",
|
||||
"@react-spring/web": "^9.6.1",
|
||||
"@silverhand/eslint-config": "3.0.1",
|
||||
|
@ -66,7 +66,7 @@
|
|||
"ky": "^0.33.0",
|
||||
"libphonenumber-js": "^1.9.49",
|
||||
"lint-staged": "^13.0.0",
|
||||
"parcel": "2.8.3",
|
||||
"parcel": "2.9.1",
|
||||
"parcel-resolver-ignore": "^2.1.3",
|
||||
"postcss": "^8.4.6",
|
||||
"postcss-modules": "^4.3.0",
|
||||
|
@ -76,7 +76,7 @@
|
|||
"react-dom": "^18.0.0",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-hook-form": "^7.34.0",
|
||||
"react-i18next": "^12.2.0",
|
||||
"react-i18next": "^12.3.1",
|
||||
"react-modal": "^3.15.1",
|
||||
"react-router-dom": "^6.10.0",
|
||||
"react-string-replace": "^1.0.0",
|
||||
|
|
1047
pnpm-lock.yaml
1047
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue