diff --git a/packages/components/LICENSE b/packages/components/LICENSE new file mode 100644 index 00000000..65fe8637 --- /dev/null +++ b/packages/components/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 PrestaShopCorp + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/components/package.json b/packages/components/package.json index c08d6c09..e83e3f95 100755 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -17,7 +17,7 @@ "radix-vue": "^1.7.4" }, "devDependencies": { - "vue": "3.3.10", + "vue": "^3.3.7", "vue-router": "^4.3.2", "vue-tsc": "^1.8.27" }, diff --git a/packages/locale/LICENSE b/packages/locale/LICENSE new file mode 100644 index 00000000..65fe8637 --- /dev/null +++ b/packages/locale/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 PrestaShopCorp + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/puik/LICENSE b/packages/puik/LICENSE new file mode 100644 index 00000000..65fe8637 --- /dev/null +++ b/packages/puik/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 PrestaShopCorp + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/puik/package.json b/packages/puik/package.json index f94f0794..bf04a13b 100644 --- a/packages/puik/package.json +++ b/packages/puik/package.json @@ -9,7 +9,7 @@ "build": "vue-tsc --noEmit --project ./tsconfig.build.json && vite build" }, "peerDependencies": { - "vue": "^3.3.0" + "vue": "^3.3.7" }, "dependencies": { "@prestashopcorp/puik-components": "workspace:*", @@ -19,7 +19,7 @@ "@prestashopcorp/puik-theme": "workspace:*" }, "devDependencies": { - "vue": "3.3.10" + "vue": "^3.3.7" }, "files": [ "dist", diff --git a/packages/resolver/LICENSE b/packages/resolver/LICENSE new file mode 100644 index 00000000..65fe8637 --- /dev/null +++ b/packages/resolver/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 PrestaShopCorp + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/resolver/package.json b/packages/resolver/package.json index 5e34e015..5787c6e1 100644 --- a/packages/resolver/package.json +++ b/packages/resolver/package.json @@ -13,11 +13,11 @@ "@prestashopcorp/puik-components": "workspace:*", "@prestashopcorp/puik-theme": "workspace:*", "unplugin-vue-components": "^0.25.0", - "vue": "^3.3.0" + "vue": "^3.3.7" }, "devDependencies": { - "unplugin-vue-components": "^0.26.0", - "vue": "3.3.10" + "unplugin-vue-components": "<1.0.0", + "vue": "^3.3.7" }, "sideEffects": false, "publishConfig": { diff --git a/packages/tailwind-preset/LICENSE b/packages/tailwind-preset/LICENSE new file mode 100644 index 00000000..65fe8637 --- /dev/null +++ b/packages/tailwind-preset/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 PrestaShopCorp + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/theme/LICENSE b/packages/theme/LICENSE new file mode 100644 index 00000000..65fe8637 --- /dev/null +++ b/packages/theme/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 PrestaShopCorp + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/utils/LICENSE b/packages/utils/LICENSE new file mode 100644 index 00000000..65fe8637 --- /dev/null +++ b/packages/utils/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 PrestaShopCorp + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/web-components/LICENSE b/packages/web-components/LICENSE new file mode 100644 index 00000000..65fe8637 --- /dev/null +++ b/packages/web-components/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 PrestaShopCorp + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/web-components/package.json b/packages/web-components/package.json index 17a103ca..4772c60f 100644 --- a/packages/web-components/package.json +++ b/packages/web-components/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@prestashopcorp/puik-components": "workspace:*", - "vue": "3.3.10" + "vue": "^3.3.7" }, "devDependencies": { "vue-tsc": "^1.8.27" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1f41d22b..07287065 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -195,7 +195,7 @@ importers: version: 1.7.4(vue@3.3.10(typescript@5.4.5)) devDependencies: vue: - specifier: 3.3.10 + specifier: ^3.3.7 version: 3.3.10(typescript@5.4.5) vue-router: specifier: ^4.3.2 @@ -225,7 +225,7 @@ importers: version: link:../web-components devDependencies: vue: - specifier: 3.3.10 + specifier: ^3.3.7 version: 3.3.10(typescript@5.4.5) packages/resolver: @@ -238,10 +238,10 @@ importers: version: link:../theme devDependencies: unplugin-vue-components: - specifier: ^0.26.0 + specifier: <1.0.0 version: 0.26.0(@babel/parser@7.24.5)(rollup@4.17.2)(vue@3.3.10(typescript@5.4.5)) vue: - specifier: 3.3.10 + specifier: ^3.3.7 version: 3.3.10(typescript@5.4.5) packages/tailwind-preset: @@ -279,7 +279,7 @@ importers: specifier: workspace:* version: link:../components vue: - specifier: 3.3.10 + specifier: ^3.3.7 version: 3.3.10(typescript@5.4.5) devDependencies: vue-tsc: @@ -6623,8 +6623,8 @@ packages: vue-component-type-helpers@2.0.19: resolution: {integrity: sha512-cN3f1aTxxKo4lzNeQAkVopswuImUrb5Iurll9Gaw5cqpnbTAxtEMM1mgi6ou4X79OCyqYv1U1mzBHJkzmiK82w==} - vue-component-type-helpers@2.0.26: - resolution: {integrity: sha512-sO9qQ8oC520SW6kqlls0iqDak53gsTVSrYylajgjmkt1c0vcgjsGSy1KzlDrbEx8pm02IEYhlUkU5hCYf8rwtg==} + vue-component-type-helpers@2.1.6: + resolution: {integrity: sha512-ng11B8B/ZADUMMOsRbqv0arc442q7lifSubD0v8oDXIFoMg/mXwAPUunrroIDkY+mcD0dHKccdaznSVp8EoX3w==} vue-demi@0.14.7: resolution: {integrity: sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==} @@ -9354,7 +9354,7 @@ snapshots: ts-dedent: 2.2.0 type-fest: 2.19.0 vue: 3.3.10(typescript@5.4.5) - vue-component-type-helpers: 2.0.26 + vue-component-type-helpers: 2.1.6 transitivePeerDependencies: - encoding - supports-color @@ -14344,7 +14344,7 @@ snapshots: vue-component-type-helpers@2.0.19: {} - vue-component-type-helpers@2.0.26: {} + vue-component-type-helpers@2.1.6: {} vue-demi@0.14.7(vue@3.3.10(typescript@5.4.5)): dependencies: