diff --git a/core/package.json b/core/package.json index 320fdc3..e63c3ca 100644 --- a/core/package.json +++ b/core/package.json @@ -25,6 +25,6 @@ ], "dependencies": { "css-minimizer-webpack-plugin": "~3.4.1", - "kkt": "~7.2.0" + "kkt": "^7.2.0" } } diff --git a/examples/bundle/package.json b/examples/bundle/package.json index 0299449..8724810 100644 --- a/examples/bundle/package.json +++ b/examples/bundle/package.json @@ -24,11 +24,11 @@ "react-dom": "17.0.2" }, "devDependencies": { - "@kkt/less-modules": "~7.1.1", + "@kkt/less-modules": "^7.2.0", "@kkt/ncc": "1.0.13", "@types/react": "~17.0.39", "@types/react-dom": "~17.0.13", - "kkt": "~7.1.5" + "kkt": "^7.2.0" }, "eslintConfig": { "extends": [ diff --git a/package.json b/package.json index 13e10d9..fb0856c 100644 --- a/package.json +++ b/package.json @@ -16,17 +16,17 @@ "clean": "lerna clean --yes && npm run remove" }, "engines": { - "node": ">=12.0.0" + "node": ">=16.0.0" }, "lint-staged": { "*.{js,jsx,tsx,ts,less,md,json}": "prettier --write" }, "devDependencies": { "ajv": "^8.8.0", - "husky": "~7.0.4", - "lerna": "~5.1.0", - "lint-staged": "~13.0.0", - "prettier": "~2.6.0", - "tsbb": "~3.7.2" + "husky": "^8.0.1", + "lerna": "^5.1.6", + "lint-staged": "^13.0.3", + "prettier": "^2.7.1", + "tsbb": "^3.7.6" } }