diff --git a/LICENSE b/LICENSE index 0a55701..f4470fa 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 creativeLabs Łukasz Holeczek +Copyright (c) 2024 creativeLabs Łukasz Holeczek Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 58af7ab..7b87621 100644 --- a/package.json +++ b/package.json @@ -40,19 +40,19 @@ "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", - "@rollup/plugin-typescript": "^11.1.5", - "@types/jest": "^29.5.7", - "@vue/compiler-sfc": "^3.3.7", - "@vue/test-utils": "^2.4.1", + "@rollup/plugin-typescript": "^11.1.6", + "@types/jest": "^29.5.12", + "@vue/compiler-sfc": "^3.4.21", + "@vue/test-utils": "^2.4.5", "@vue/vue3-jest": "29.2.6", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", - "rollup": "^4.2.0", + "rollup": "^4.13.2", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-vue": "^6.0.0", - "ts-jest": "^29.1.1", - "typescript": "^5.2.2", - "vue": "^3.3.7", + "ts-jest": "^29.1.2", + "typescript": "^5.4.3", + "vue": "^3.4.21", "vue-types": "^5.1.1" }, "peerDependencies": {