diff --git a/package.json b/package.json index 01ba90f0..18717866 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@lingui/cli": "4.4.0", "@lingui/conf": "4.4.0", "@lingui/loader": "4.4.0", - "@lingui/macro": "4.3.0", + "@lingui/macro": "4.4.0", "@lingui/swc-plugin": "4.0.4", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "14.0.0", @@ -41,7 +41,7 @@ "@types/jest": "29.5.3", "@types/langs": "2.0.1", "@types/node": "20.4.9", - "@types/react": "18.2.19", + "@types/react": "18.2.20", "@types/react-dom": "18.2.7", "@types/testing-library__jest-dom": "5.14.9", "autoprefixer": "10.4.14", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d7511dea..185caf1e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,11 +47,11 @@ devDependencies: specifier: 4.4.0 version: 4.4.0(webpack@5.87.0) '@lingui/macro': - specifier: 4.3.0 - version: 4.3.0(@lingui/react@4.3.0)(babel-plugin-macros@3.1.0) + specifier: 4.4.0 + version: 4.4.0(@lingui/react@4.3.0)(babel-plugin-macros@3.1.0) '@lingui/swc-plugin': specifier: 4.0.4 - version: 4.0.4(@lingui/macro@4.3.0)(next@13.4.13) + version: 4.0.4(@lingui/macro@4.4.0)(next@13.4.13) '@testing-library/jest-dom': specifier: 5.17.0 version: 5.17.0 @@ -77,8 +77,8 @@ devDependencies: specifier: 20.4.9 version: 20.4.9 '@types/react': - specifier: 18.2.19 - version: 18.2.19 + specifier: 18.2.20 + version: 18.2.20 '@types/react-dom': specifier: 18.2.7 version: 18.2.7 @@ -1056,18 +1056,6 @@ packages: - supports-color dev: true - /@lingui/conf@4.3.0: - resolution: {integrity: sha512-ZflR/igJi3+MUr1VeJDNkYMpnNvinRdw9m17G7mxmemxtnYV+RsIiUB+aR3AcgbQbEEmF95XmZb8jlUFYWlvtw==} - engines: {node: '>=16.0.0'} - dependencies: - '@babel/runtime': 7.22.5 - chalk: 4.1.2 - cosmiconfig: 8.2.0 - jest-validate: 29.6.2 - jiti: 1.18.2 - lodash.get: 4.4.2 - dev: true - /@lingui/conf@4.4.0: resolution: {integrity: sha512-mIAGh5eeWJm5jYM/ag4lbktxlS/73iANOahMM3q5OlEfIVvBzoinwSONRQEVsIgLT1SI6ULbqvVaI42VF5WrAw==} engines: {node: '>=16.0.0'} @@ -1126,8 +1114,8 @@ packages: - supports-color dev: true - /@lingui/macro@4.3.0(@lingui/react@4.3.0)(babel-plugin-macros@3.1.0): - resolution: {integrity: sha512-MkeYKshuEp2j8Nx0IOhppcSiN3wEw3UxMPXsHzMe34U/MPrrriYaxMRY7CSsQrXqftcacQTm9IiDWvJAj4/V9w==} + /@lingui/macro@4.4.0(@lingui/react@4.3.0)(babel-plugin-macros@3.1.0): + resolution: {integrity: sha512-EMe5eFZYSF1ECuumSmy2OIsusUV/eXcpz7b9E3A/3Wype34+IjYhs1SiD7Fg5Erwz6wDePHEU4ux0Y8jtov0Yw==} engines: {node: '>=16.0.0'} peerDependencies: '@lingui/react': ^4.0.0 @@ -1135,9 +1123,9 @@ packages: dependencies: '@babel/runtime': 7.22.5 '@babel/types': 7.22.5 - '@lingui/conf': 4.3.0 - '@lingui/core': 4.3.0 - '@lingui/message-utils': 4.3.0 + '@lingui/conf': 4.4.0 + '@lingui/core': 4.4.0 + '@lingui/message-utils': 4.4.0 '@lingui/react': 4.3.0(react@18.2.0) babel-plugin-macros: 3.1.0 dev: true @@ -1165,7 +1153,7 @@ packages: '@lingui/core': 4.3.0 react: 18.2.0 - /@lingui/swc-plugin@4.0.4(@lingui/macro@4.3.0)(next@13.4.13): + /@lingui/swc-plugin@4.0.4(@lingui/macro@4.4.0)(next@13.4.13): resolution: {integrity: sha512-xRnR96Mqi6zwGlVfGJMfoM8QykBbUz/sSnwmcFL9BZ8Y9YBZxzLAVf4t1BbiIQsAs+pMYu/HfujTBD4y/r1ucA==} peerDependencies: '@lingui/macro': '4' @@ -1177,7 +1165,7 @@ packages: next: optional: true dependencies: - '@lingui/macro': 4.3.0(@lingui/react@4.3.0)(babel-plugin-macros@3.1.0) + '@lingui/macro': 4.4.0(@lingui/react@4.3.0)(babel-plugin-macros@3.1.0) next: 13.4.13(@babel/core@7.22.5)(babel-plugin-macros@3.1.0)(react-dom@18.2.0)(react@18.2.0) dev: true @@ -1500,17 +1488,17 @@ packages: /@types/react-dom@18.2.6: resolution: {integrity: sha512-2et4PDvg6PVCyS7fuTc4gPoksV58bW0RwSxWKcPRcHZf0PRUGq03TKcD/rUHe3azfV6/5/biUBJw+HhCQjaP0A==} dependencies: - '@types/react': 18.2.19 + '@types/react': 18.2.20 dev: true /@types/react-dom@18.2.7: resolution: {integrity: sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==} dependencies: - '@types/react': 18.2.19 + '@types/react': 18.2.20 dev: true - /@types/react@18.2.19: - resolution: {integrity: sha512-e2S8wmY1ePfM517PqCG80CcE48Xs5k0pwJzuDZsfE8IZRRBfOMCF+XqnFxu6mWtyivum1MQm4aco+WIt6Coimw==} + /@types/react@18.2.20: + resolution: {integrity: sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.3