diff --git a/playground/emotion-plugin/package.json b/playground/emotion-plugin/package.json index c9fef34..3f671f6 100644 --- a/playground/emotion-plugin/package.json +++ b/playground/emotion-plugin/package.json @@ -17,6 +17,6 @@ "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "@vitejs/plugin-react-swc": "../../dist", - "@swc/plugin-emotion": "^2.5.116" + "@swc/plugin-emotion": "^3.0.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9c7c7a5..0f01ebe 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -125,8 +125,8 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: '@swc/plugin-emotion': - specifier: ^2.5.116 - version: 2.5.116 + specifier: ^3.0.0 + version: 3.0.0 '@types/react': specifier: ^18.2.48 version: 18.2.48 @@ -1154,8 +1154,14 @@ packages: resolution: {integrity: sha512-xVRaR4u9hcYjFvcSg71Lz5Bo4//CyjAAfMxa7UsaDSYxAshflUkVJWiyVWrfxC59z2kP1IzI4/1BEpnhI9o3Mw==} dev: false - /@swc/plugin-emotion@2.5.116: - resolution: {integrity: sha512-gF3UDN/aEM7XOtUcXWcPGGUTM+qD7kxUCBTi/wZdBfHFvY5sjom0NPbXHRj/LxPVVa2mlmbIcOk57xqK2gtALQ==} + /@swc/counter@0.1.3: + resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} + dev: true + + /@swc/plugin-emotion@3.0.0: + resolution: {integrity: sha512-qQZVW6vxQo5Ckzs7GS4qlC7r9jFaJ1dBvAcLbtPkdvvo68vJgWrvJIorFTOZ59NwQql7YXf2NMSLnUN2Zv4q8g==} + dependencies: + '@swc/counter': 0.1.3 dev: true /@swc/plugin-styled-components@1.5.115: