Locked `wireit` Version
This commit is contained in:
parent
403e2919ee
commit
96af36bf1f
|
@ -245,7 +245,7 @@
|
||||||
"packages": [
|
"packages": [
|
||||||
"**"
|
"**"
|
||||||
],
|
],
|
||||||
"pinVersion": "^0.14.1"
|
"pinVersion": "0.14.1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Only manage versions for these dependencies",
|
"label": "Only manage versions for these dependencies",
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "~29.1.1",
|
"ts-jest": "~29.1.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"webpack": "^5.89.0",
|
"webpack": "^5.89.0",
|
||||||
"webpack-cli": "^3.3.12",
|
"webpack-cli": "^3.3.12",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@types/react": "^17.0.71",
|
"@types/react": "^17.0.71",
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
"webpack": "^5.89.0",
|
"webpack": "^5.89.0",
|
||||||
"webpack-cli": "^3.3.12",
|
"webpack-cli": "^3.3.12",
|
||||||
"webpack-rtl-plugin": "^2.0.0",
|
"webpack-rtl-plugin": "^2.0.0",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@types/react": "^17.0.71",
|
"@types/react": "^17.0.71",
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@woocommerce/eslint-plugin": "workspace:*",
|
"@woocommerce/eslint-plugin": "workspace:*",
|
||||||
"eslint": "^8.55.0",
|
"eslint": "^8.55.0",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
"jest": "~27.5.1",
|
"jest": "~27.5.1",
|
||||||
"ts-jest": "~29.1.1",
|
"ts-jest": "~29.1.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"webpack": "^5.89.0",
|
"webpack": "^5.89.0",
|
||||||
"webpack-cli": "^3.3.12",
|
"webpack-cli": "^3.3.12",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@types/react": "^17.0.71",
|
"@types/react": "^17.0.71",
|
||||||
|
|
|
@ -167,7 +167,7 @@
|
||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
"webpack": "^5.89.0",
|
"webpack": "^5.89.0",
|
||||||
"webpack-cli": "^3.3.12",
|
"webpack-cli": "^3.3.12",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"wireit": {
|
"wireit": {
|
||||||
"build:project:bundle": {
|
"build:project:bundle": {
|
||||||
|
|
|
@ -28,6 +28,6 @@
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,6 +22,6 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/create-woo-extensionv#readme",
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/create-woo-extensionv#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "~29.1.1",
|
"ts-jest": "~29.1.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.(t|j)s?(x)": [
|
"*.(t|j)s?(x)": [
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "~29.1.1",
|
"ts-jest": "~29.1.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"wireit": {
|
"wireit": {
|
||||||
"build:project:cjs": {
|
"build:project:cjs": {
|
||||||
|
|
|
@ -88,7 +88,7 @@
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"webpack": "^5.89.0",
|
"webpack": "^5.89.0",
|
||||||
"webpack-cli": "^3.3.12",
|
"webpack-cli": "^3.3.12",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
|
|
|
@ -91,7 +91,7 @@
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "~29.1.1",
|
"ts-jest": "~29.1.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@wordpress/core-data": "wp-6.0",
|
"@wordpress/core-data": "wp-6.0",
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "~29.1.1",
|
"ts-jest": "~29.1.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lodash": "^4.17.0"
|
"lodash": "^4.17.0"
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"webpack": "^5.89.0",
|
"webpack": "^5.89.0",
|
||||||
"webpack-cli": "^3.3.12",
|
"webpack-cli": "^3.3.12",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"changelog": "composer install && composer exec -- changelogger",
|
"changelog": "composer install && composer exec -- changelogger",
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
"@wordpress/browserslist-config": "wp-6.0",
|
"@wordpress/browserslist-config": "wp-6.0",
|
||||||
"eslint": "^8.55.0",
|
"eslint": "^8.55.0",
|
||||||
"eslint-plugin-jest": "23.20.0",
|
"eslint-plugin-jest": "23.20.0",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@woocommerce/api": "^0.2.0",
|
"@woocommerce/api": "^0.2.0",
|
||||||
|
|
|
@ -84,7 +84,7 @@
|
||||||
"@wordpress/browserslist-config": "wp-6.0",
|
"@wordpress/browserslist-config": "wp-6.0",
|
||||||
"ndb": "^1.1.5",
|
"ndb": "^1.1.5",
|
||||||
"semver": "^7.5.4",
|
"semver": "^7.5.4",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
"@wordpress/browserslist-config": "wp-6.0",
|
"@wordpress/browserslist-config": "wp-6.0",
|
||||||
"eslint": "^8.55.0",
|
"eslint": "^8.55.0",
|
||||||
"eslint-plugin-jest": "23.20.0",
|
"eslint-plugin-jest": "23.20.0",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@woocommerce/api": "^0.2.0"
|
"@woocommerce/api": "^0.2.0"
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "~29.1.1",
|
"ts-jest": "~29.1.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.(t|j)s?(x)": [
|
"*.(t|j)s?(x)": [
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"webpack": "^5.89.0",
|
"webpack": "^5.89.0",
|
||||||
"webpack-cli": "^3.3.12",
|
"webpack-cli": "^3.3.12",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "~29.1.1",
|
"ts-jest": "~29.1.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "~29.1.1",
|
"ts-jest": "~29.1.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.(t|j)s?(x)": [
|
"*.(t|j)s?(x)": [
|
||||||
|
|
|
@ -22,6 +22,6 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/extend-cart-checkout-block#readme",
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/extend-cart-checkout-block#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"webpack": "^5.89.0",
|
"webpack": "^5.89.0",
|
||||||
"webpack-cli": "^3.3.12",
|
"webpack-cli": "^3.3.12",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"wireit": {
|
"wireit": {
|
||||||
"build:project:cjs": {
|
"build:project:cjs": {
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
"glob": "^7.2.3",
|
"glob": "^7.2.3",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"mkdirp": "^1.0.4",
|
"mkdirp": "^1.0.4",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.(t|j)s?(x)": [
|
"*.(t|j)s?(x)": [
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "~29.1.1",
|
"ts-jest": "~29.1.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.(t|j)s?(x)": [
|
"*.(t|j)s?(x)": [
|
||||||
|
|
|
@ -54,6 +54,6 @@
|
||||||
"ts-jest": "~29.1.1",
|
"ts-jest": "~29.1.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"webpack": "^5.89.0",
|
"webpack": "^5.89.0",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -78,7 +78,7 @@
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "~29.1.1",
|
"ts-jest": "~29.1.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"wireit": {
|
"wireit": {
|
||||||
"build:project:cjs": {
|
"build:project:cjs": {
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "~29.1.1",
|
"ts-jest": "~29.1.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"wireit": {
|
"wireit": {
|
||||||
"build:project:cjs": {
|
"build:project:cjs": {
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "~29.1.1",
|
"ts-jest": "~29.1.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.(t|j)s?(x)": [
|
"*.(t|j)s?(x)": [
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"webpack": "^5.89.0",
|
"webpack": "^5.89.0",
|
||||||
"webpack-cli": "^3.3.12",
|
"webpack-cli": "^3.3.12",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|
|
@ -119,7 +119,7 @@
|
||||||
"webpack-cli": "^3.3.12",
|
"webpack-cli": "^3.3.12",
|
||||||
"webpack-remove-empty-scripts": "^0.7.3",
|
"webpack-remove-empty-scripts": "^0.7.3",
|
||||||
"webpack-rtl-plugin": "^2.0.0",
|
"webpack-rtl-plugin": "^2.0.0",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm --if-present --filter=\"$npm_package_name...\" build:project",
|
"build": "pnpm --if-present --filter=\"$npm_package_name...\" build:project",
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-jest": "~29.1.1",
|
"ts-jest": "~29.1.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.(t|j)s?(x)": [
|
"*.(t|j)s?(x)": [
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
"ts-loader": "^9.5.1",
|
"ts-loader": "^9.5.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"uglify-js": "^3.17.4",
|
"uglify-js": "^3.17.4",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm build:admin && pnpm uglify",
|
"build": "pnpm build:admin && pnpm uglify",
|
||||||
|
|
|
@ -225,7 +225,7 @@
|
||||||
"webpack-fix-style-only-entries": "^0.6.1",
|
"webpack-fix-style-only-entries": "^0.6.1",
|
||||||
"webpack-merge": "^5.10.0",
|
"webpack-merge": "^5.10.0",
|
||||||
"webpack-rtl-plugin": "^2.0.0",
|
"webpack-rtl-plugin": "^2.0.0",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@wordpress/data": "wp-6.0"
|
"@wordpress/data": "wp-6.0"
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
"ts-loader": "^9.5.1",
|
"ts-loader": "^9.5.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"uglify-js": "^3.17.4",
|
"uglify-js": "^3.17.4",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/react": "^11.11.1",
|
"@emotion/react": "^11.11.1",
|
||||||
|
|
|
@ -40,6 +40,6 @@
|
||||||
"ts-loader": "^9.5.1",
|
"ts-loader": "^9.5.1",
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
"nodemon": "^2.0.22",
|
"nodemon": "^2.0.22",
|
||||||
"sass": "^1.69.5",
|
"sass": "^1.69.5",
|
||||||
"stylelint": "13.8.0",
|
"stylelint": "13.8.0",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"sourcebuster": "github:woocommerce/sourcebuster-js#v1.1.2"
|
"sourcebuster": "github:woocommerce/sourcebuster-js#v1.1.2"
|
||||||
|
|
|
@ -160,7 +160,7 @@
|
||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
"webpack": "5.70.0",
|
"webpack": "5.70.0",
|
||||||
"webpack-cli": "3.3.12",
|
"webpack-cli": "3.3.12",
|
||||||
"wireit": "^0.14.1",
|
"wireit": "0.14.1",
|
||||||
"wp-textdomain": "1.0.1"
|
"wp-textdomain": "1.0.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"tslib": "^2.6.2",
|
"tslib": "^2.6.2",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
|
|
|
@ -17,6 +17,6 @@
|
||||||
"pnpm": "^8.6.7"
|
"pnpm": "^8.6.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"tslib": "^2.6.2",
|
"tslib": "^2.6.2",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"oclif": {
|
"oclif": {
|
||||||
"bin": "monorepo-merge",
|
"bin": "monorepo-merge",
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
"jest": "~27.5.1",
|
"jest": "~27.5.1",
|
||||||
"ts-jest": "~29.1.1",
|
"ts-jest": "~29.1.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.1",
|
"node": "^16.14.1",
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"tslib": "^2.6.2",
|
"tslib": "^2.6.2",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"oclif": {
|
"oclif": {
|
||||||
"bin": "package-release",
|
"bin": "package-release",
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
"@types/node-fetch": "^2.6.9",
|
"@types/node-fetch": "^2.6.9",
|
||||||
"@types/semver": "^7.5.6",
|
"@types/semver": "^7.5.6",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commander-js/extra-typings": "^0.1.0",
|
"@commander-js/extra-typings": "^0.1.0",
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"webpack": "^5.89.0",
|
"webpack": "^5.89.0",
|
||||||
"wireit": "^0.14.1"
|
"wireit": "0.14.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/preset-typescript": "^7.23.3"
|
"@babel/preset-typescript": "^7.23.3"
|
||||||
|
|
Loading…
Reference in New Issue