0
Fork 0
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:
renovate[bot] 2023-05-30 06:03:18 +00:00 committed by GitHub
parent f1d73af537
commit 11cb34f7ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 601 additions and 493 deletions

View file

@ -38,11 +38,6 @@
"node": "^18.12.0", "node": "^18.12.0",
"pnpm": "^8.0.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": { "pnpm": {
"peerDependencyRules": { "peerDependencyRules": {
"allowedVersions": { "allowedVersions": {

View file

@ -18,7 +18,7 @@
"types": "./lib/react/index.d.ts" "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": { "alias": {
"./react": "./lib/react/index.js", "./react": "./lib/react/index.js",
"./custom-event": "./lib/custom-event.js" "./custom-event": "./lib/custom-event.js"

View file

@ -35,12 +35,12 @@
"@logto/schemas": "workspace:^1.4.0", "@logto/schemas": "workspace:^1.4.0",
"@logto/shared": "workspace:^2.0.0", "@logto/shared": "workspace:^2.0.0",
"@mdx-js/react": "^1.6.22", "@mdx-js/react": "^1.6.22",
"@parcel/compressor-brotli": "2.8.3", "@parcel/compressor-brotli": "2.9.1",
"@parcel/compressor-gzip": "2.8.3", "@parcel/compressor-gzip": "2.9.1",
"@parcel/core": "2.8.3", "@parcel/core": "2.9.1",
"@parcel/transformer-mdx": "2.8.3", "@parcel/transformer-mdx": "2.9.1",
"@parcel/transformer-sass": "2.8.3", "@parcel/transformer-sass": "2.9.1",
"@parcel/transformer-svg-react": "2.8.3", "@parcel/transformer-svg-react": "2.9.1",
"@silverhand/eslint-config": "3.0.1", "@silverhand/eslint-config": "3.0.1",
"@silverhand/eslint-config-react": "3.0.1", "@silverhand/eslint-config-react": "3.0.1",
"@silverhand/essentials": "^2.5.0", "@silverhand/essentials": "^2.5.0",
@ -86,7 +86,7 @@
"nanoid": "^4.0.0", "nanoid": "^4.0.0",
"overlayscrollbars": "^2.0.2", "overlayscrollbars": "^2.0.2",
"overlayscrollbars-react": "^0.5.0", "overlayscrollbars-react": "^0.5.0",
"parcel": "2.8.3", "parcel": "2.9.1",
"postcss": "^8.4.6", "postcss": "^8.4.6",
"postcss-modules": "^4.3.0", "postcss-modules": "^4.3.0",
"prettier": "^2.8.2", "prettier": "^2.8.2",
@ -102,7 +102,7 @@
"react-helmet": "^6.1.0", "react-helmet": "^6.1.0",
"react-hook-form": "^7.43.9", "react-hook-form": "^7.43.9",
"react-hot-toast": "^2.2.0", "react-hot-toast": "^2.2.0",
"react-i18next": "^12.2.0", "react-i18next": "^12.3.1",
"react-markdown": "^8.0.0", "react-markdown": "^8.0.0",
"react-modal": "^3.15.1", "react-modal": "^3.15.1",
"react-paginate": "^8.1.3", "react-paginate": "^8.1.3",

View file

@ -24,8 +24,8 @@
"@logto/phrases": "workspace:^1.2.0", "@logto/phrases": "workspace:^1.2.0",
"@logto/react": "^2.0.0", "@logto/react": "^2.0.0",
"@logto/schemas": "workspace:^1.2.3", "@logto/schemas": "workspace:^1.2.3",
"@parcel/core": "2.8.3", "@parcel/core": "2.9.1",
"@parcel/transformer-sass": "2.8.3", "@parcel/transformer-sass": "2.9.1",
"@silverhand/eslint-config": "3.0.1", "@silverhand/eslint-config": "3.0.1",
"@silverhand/eslint-config-react": "3.0.1", "@silverhand/eslint-config-react": "3.0.1",
"@silverhand/ts-config": "3.0.0", "@silverhand/ts-config": "3.0.0",
@ -38,12 +38,12 @@
"i18next": "^22.4.15", "i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.0.1", "i18next-browser-languagedetector": "^7.0.1",
"lint-staged": "^13.0.0", "lint-staged": "^13.0.0",
"parcel": "2.8.3", "parcel": "2.9.1",
"postcss": "^8.4.6", "postcss": "^8.4.6",
"prettier": "^2.8.2", "prettier": "^2.8.2",
"react": "^18.0.0", "react": "^18.0.0",
"react-dom": "^18.0.0", "react-dom": "^18.0.0",
"react-i18next": "^12.2.0", "react-i18next": "^12.3.1",
"stylelint": "^15.0.0", "stylelint": "^15.0.0",
"typescript": "^5.0.0", "typescript": "^5.0.0",
"zod": "^3.20.2" "zod": "^3.20.2"

View file

@ -22,7 +22,7 @@
"types": "./lib/esm/index.d.ts" "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": { "alias": {
"./universal": "./lib/universal.js" "./universal": "./lib/universal.js"
}, },

View file

@ -28,11 +28,11 @@
"@logto/phrases": "workspace:^1.2.0", "@logto/phrases": "workspace:^1.2.0",
"@logto/phrases-ui": "workspace:^1.2.0", "@logto/phrases-ui": "workspace:^1.2.0",
"@logto/schemas": "workspace:^1.2.3", "@logto/schemas": "workspace:^1.2.3",
"@parcel/compressor-brotli": "2.8.3", "@parcel/compressor-brotli": "2.9.1",
"@parcel/compressor-gzip": "2.8.3", "@parcel/compressor-gzip": "2.9.1",
"@parcel/core": "2.8.3", "@parcel/core": "2.9.1",
"@parcel/transformer-sass": "2.8.3", "@parcel/transformer-sass": "2.9.1",
"@parcel/transformer-svg-react": "2.8.3", "@parcel/transformer-svg-react": "2.9.1",
"@react-spring/shared": "^9.6.1", "@react-spring/shared": "^9.6.1",
"@react-spring/web": "^9.6.1", "@react-spring/web": "^9.6.1",
"@silverhand/eslint-config": "3.0.1", "@silverhand/eslint-config": "3.0.1",
@ -66,7 +66,7 @@
"ky": "^0.33.0", "ky": "^0.33.0",
"libphonenumber-js": "^1.9.49", "libphonenumber-js": "^1.9.49",
"lint-staged": "^13.0.0", "lint-staged": "^13.0.0",
"parcel": "2.8.3", "parcel": "2.9.1",
"parcel-resolver-ignore": "^2.1.3", "parcel-resolver-ignore": "^2.1.3",
"postcss": "^8.4.6", "postcss": "^8.4.6",
"postcss-modules": "^4.3.0", "postcss-modules": "^4.3.0",
@ -76,7 +76,7 @@
"react-dom": "^18.0.0", "react-dom": "^18.0.0",
"react-helmet": "^6.1.0", "react-helmet": "^6.1.0",
"react-hook-form": "^7.34.0", "react-hook-form": "^7.34.0",
"react-i18next": "^12.2.0", "react-i18next": "^12.3.1",
"react-modal": "^3.15.1", "react-modal": "^3.15.1",
"react-router-dom": "^6.10.0", "react-router-dom": "^6.10.0",
"react-string-replace": "^1.0.0", "react-string-replace": "^1.0.0",

File diff suppressed because it is too large Load diff