mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
Merge pull request #1864 from Athou/renovate/linguijs-monorepo
fix(deps): update linguijs monorepo to ^5.4.0 (minor)
This commit is contained in:
99
commafeed-client/package-lock.json
generated
99
commafeed-client/package-lock.json
generated
@@ -10,8 +10,8 @@
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@fontsource/open-sans": "^5.2.6",
|
||||
"@lingui/core": "^5.3.3",
|
||||
"@lingui/react": "^5.3.3",
|
||||
"@lingui/core": "^5.4.0",
|
||||
"@lingui/react": "^5.4.0",
|
||||
"@mantine/core": "^8.2.2",
|
||||
"@mantine/form": "^8.2.2",
|
||||
"@mantine/hooks": "^8.2.2",
|
||||
@@ -45,9 +45,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.1.3",
|
||||
"@lingui/babel-plugin-lingui-macro": "^5.3.3",
|
||||
"@lingui/cli": "^5.3.3",
|
||||
"@lingui/vite-plugin": "^5.3.3",
|
||||
"@lingui/babel-plugin-lingui-macro": "^5.4.0",
|
||||
"@lingui/cli": "^5.4.0",
|
||||
"@lingui/vite-plugin": "^5.4.0",
|
||||
"@testing-library/jest-dom": "^6.6.4",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
@@ -1415,9 +1415,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@lingui/babel-plugin-extract-messages": {
|
||||
"version": "5.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/babel-plugin-extract-messages/-/babel-plugin-extract-messages-5.3.3.tgz",
|
||||
"integrity": "sha512-Cgac9D9ZrTrNdQPxRc5gmZXVUnofBoSUC7CHSEuua5tPolr20oP4snYEnpOvs2D/sM6AWTbM199i7F2e5m4HYA==",
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/babel-plugin-extract-messages/-/babel-plugin-extract-messages-5.4.0.tgz",
|
||||
"integrity": "sha512-hcxnDgtby6rfhRvLM0Q9IsJhIjNR9dnHrKLKgSHsc5dTA/RYajSYbsdUXECvOQN+whwgBoQtZb/hvALmBpmjQA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
@@ -1425,18 +1425,18 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@lingui/babel-plugin-lingui-macro": {
|
||||
"version": "5.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/babel-plugin-lingui-macro/-/babel-plugin-lingui-macro-5.3.3.tgz",
|
||||
"integrity": "sha512-LSdJVBchjHPtFemQJiykDlpSksN9jusKcLbkuhdpgMETNMS5EyFwLTud7YUo5qkOIhtpYIf9mj94t1vGRVeSYQ==",
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/babel-plugin-lingui-macro/-/babel-plugin-lingui-macro-5.4.0.tgz",
|
||||
"integrity": "sha512-VKRc/uQ4fyFJfRcBwaWDqDXNTj99IJzgAFX/P0keeTmLltW1nm/d367Ksku19JI1SDUo42p65YEuk3VxuXyQ3g==",
|
||||
"devOptional": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.20.12",
|
||||
"@babel/runtime": "^7.20.13",
|
||||
"@babel/types": "^7.20.7",
|
||||
"@lingui/conf": "5.3.3",
|
||||
"@lingui/core": "5.3.3",
|
||||
"@lingui/message-utils": "5.3.3"
|
||||
"@lingui/conf": "5.4.0",
|
||||
"@lingui/core": "5.4.0",
|
||||
"@lingui/message-utils": "5.4.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
@@ -1451,9 +1451,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@lingui/cli": {
|
||||
"version": "5.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/cli/-/cli-5.3.3.tgz",
|
||||
"integrity": "sha512-db3aI637XO7z5QeZkrj9pEI3diTuXp0FVHn8TdFgKzQqmKLcv0CgJNftMoQ+DiibifOApyl01ZX81UVXtnQNdA==",
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/cli/-/cli-5.4.0.tgz",
|
||||
"integrity": "sha512-S/mWIsTc1ggx0GajoIftIVEiv5pQWuBK+ip/YMrJrvr/gVHEzja/cT4db5f8dwadWyZ/YfJuEnz22RSKqBrrKA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -1462,12 +1462,12 @@
|
||||
"@babel/parser": "^7.22.0",
|
||||
"@babel/runtime": "^7.21.0",
|
||||
"@babel/types": "^7.21.2",
|
||||
"@lingui/babel-plugin-extract-messages": "5.3.3",
|
||||
"@lingui/babel-plugin-lingui-macro": "5.3.3",
|
||||
"@lingui/conf": "5.3.3",
|
||||
"@lingui/core": "5.3.3",
|
||||
"@lingui/format-po": "5.3.3",
|
||||
"@lingui/message-utils": "5.3.3",
|
||||
"@lingui/babel-plugin-extract-messages": "5.4.0",
|
||||
"@lingui/babel-plugin-lingui-macro": "5.4.0",
|
||||
"@lingui/conf": "5.4.0",
|
||||
"@lingui/core": "5.4.0",
|
||||
"@lingui/format-po": "5.4.0",
|
||||
"@lingui/message-utils": "5.4.0",
|
||||
"chokidar": "3.5.1",
|
||||
"cli-table": "^0.3.11",
|
||||
"commander": "^10.0.0",
|
||||
@@ -1501,6 +1501,7 @@
|
||||
"version": "0.8.0-beta.0",
|
||||
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
|
||||
"integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
|
||||
"deprecated": "The work that was done in this beta branch won't be included in future versions",
|
||||
"dev": true,
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
@@ -1540,9 +1541,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@lingui/conf": {
|
||||
"version": "5.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-5.3.3.tgz",
|
||||
"integrity": "sha512-YVjGeGQg4BrHrC+/s7kHYYjcBzAPFoGWl/ujdp05J6+PjV7yXnwUaMa3A7XhKFdRqpJReXf9FOWZUsIIBcPSEQ==",
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-5.4.0.tgz",
|
||||
"integrity": "sha512-S4YIWyyPpncTfilNzmvSrPUJ8lFKvOs/2+j4Lpzwj5Ue5DIpxB+2WnpNkfw3GsQl3ilPiFbo87R21XKLNzMF+Q==",
|
||||
"devOptional": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -1557,19 +1558,19 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@lingui/core": {
|
||||
"version": "5.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-5.3.3.tgz",
|
||||
"integrity": "sha512-H2PAJrbcPBjJg2q3JqMS9OndPkx0kUV+zDLSguONNFGYbe/G7vcNpgEfyYfcCoJBrWaZzJ0iy3Se6LdFbvn6nA==",
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-5.4.0.tgz",
|
||||
"integrity": "sha512-WtdAMkSU8Hbw0nOt+sZsNLJ2B8AO5EfZTpPIrzpKRiZ8RHZl/JOPzQlBLGbxKEoiPIiNcLnm3SZDNRJ16F/AYw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.13",
|
||||
"@lingui/message-utils": "5.3.3"
|
||||
"@lingui/message-utils": "5.4.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@lingui/babel-plugin-lingui-macro": "5.3.3",
|
||||
"@lingui/babel-plugin-lingui-macro": "5.4.0",
|
||||
"babel-plugin-macros": "2 || 3"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
@@ -1582,14 +1583,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@lingui/format-po": {
|
||||
"version": "5.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/format-po/-/format-po-5.3.3.tgz",
|
||||
"integrity": "sha512-sKGJqsIJLPMKwtSP1js7cfFzEXsNSppzYxDPVO06i71Xd0jn8a+KXLMaSAQj9jY/dpxN8wKsCt26gOnHYi5c5g==",
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/format-po/-/format-po-5.4.0.tgz",
|
||||
"integrity": "sha512-zQ930if6pTXAT4fQzbVdqORNc9g4XNCB2LwQ4nhzm65acCHI/BVMnGXkeU5qWLdX5xXPRIxaJbUvhXWh3Shy3A==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@lingui/conf": "5.3.3",
|
||||
"@lingui/message-utils": "5.3.3",
|
||||
"@lingui/conf": "5.4.0",
|
||||
"@lingui/message-utils": "5.4.0",
|
||||
"date-fns": "^3.6.0",
|
||||
"pofile": "^1.1.4"
|
||||
},
|
||||
@@ -1598,9 +1599,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@lingui/message-utils": {
|
||||
"version": "5.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-5.3.3.tgz",
|
||||
"integrity": "sha512-Xn1jFX9pworCEKvPwyEo/YJEp8qjELoRkFMUQ+D9AMi8jpaBUbcJpKdJ/TcIt7SKfk8koR/TMxoayMVsh++KCw==",
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-5.4.0.tgz",
|
||||
"integrity": "sha512-Ok++R55W3kvI8dN7itti0DmQatDLodOUJVuEDDhCydzpYJCurwc60hZCn/o/M2SI2+BCVlkTOCXGkdcrpJVS2Q==",
|
||||
"bundleDependencies": [
|
||||
"@messageformat/date-skeleton"
|
||||
],
|
||||
@@ -1614,19 +1615,19 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@lingui/react": {
|
||||
"version": "5.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/react/-/react-5.3.3.tgz",
|
||||
"integrity": "sha512-DEFmI24pDdy/wsIDYtmYg5qwAPmgZIjoy9q10GVGmjq952D0sQJoGBGz+ucGQFSNmT7SnktauJHH+xEUdO/Cgg==",
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/react/-/react-5.4.0.tgz",
|
||||
"integrity": "sha512-tDHAZDKWNA5/omua8V4++x62E5PXXymyy2WqU12A6I1sSXYmsUp3IU6mHZO1Iy4dh8ci5+UJ8DsabRAsTbLjWA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.13",
|
||||
"@lingui/core": "5.3.3"
|
||||
"@lingui/core": "5.4.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@lingui/babel-plugin-lingui-macro": "5.3.3",
|
||||
"@lingui/babel-plugin-lingui-macro": "5.4.0",
|
||||
"babel-plugin-macros": "2 || 3",
|
||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||
},
|
||||
@@ -1640,14 +1641,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@lingui/vite-plugin": {
|
||||
"version": "5.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/vite-plugin/-/vite-plugin-5.3.3.tgz",
|
||||
"integrity": "sha512-CHn/8+2SdLxDVYdtUrUQ0DUVhdG0e+U83bqr8OG6JMmlLxLccWGu9JLLloDN34bsGAZqJ1vkEaZ59UHfbtWUaw==",
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@lingui/vite-plugin/-/vite-plugin-5.4.0.tgz",
|
||||
"integrity": "sha512-SdsO8+hfummzB5a5nJBGtyHSsrHEjZ/N9mMRbMLH01BvESogqH8Ydcbu7Vx17VYsun0Oscx0gA04v1xHeyT3vw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@lingui/cli": "5.3.3",
|
||||
"@lingui/conf": "5.3.3"
|
||||
"@lingui/cli": "5.4.0",
|
||||
"@lingui/conf": "5.4.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@fontsource/open-sans": "^5.2.6",
|
||||
"@lingui/core": "^5.3.3",
|
||||
"@lingui/react": "^5.3.3",
|
||||
"@lingui/core": "^5.4.0",
|
||||
"@lingui/react": "^5.4.0",
|
||||
"@mantine/core": "^8.2.2",
|
||||
"@mantine/form": "^8.2.2",
|
||||
"@mantine/hooks": "^8.2.2",
|
||||
@@ -52,9 +52,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.1.3",
|
||||
"@lingui/babel-plugin-lingui-macro": "^5.3.3",
|
||||
"@lingui/cli": "^5.3.3",
|
||||
"@lingui/vite-plugin": "^5.3.3",
|
||||
"@lingui/babel-plugin-lingui-macro": "^5.4.0",
|
||||
"@lingui/cli": "^5.4.0",
|
||||
"@lingui/vite-plugin": "^5.4.0",
|
||||
"@testing-library/jest-dom": "^6.6.4",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
|
||||
Reference in New Issue
Block a user