Skip to content

Commit

Permalink
chore: remove npx only-allow
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Nov 12, 2023
1 parent 8da66be commit 4d58964
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 361 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"format": "pnpm prettier --check \"src/**/*.{ts,js}\" -w",
"ls:pack": "npm pack --dry-run",
"prepare": "ts-patch install -s",
"preinstall": "npx only-allow pnpm",
"_preinstall": "npx only-allow pnpm",
"semantic-release": "semantic-release"
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.10.2",
"repository": {
"type": "git",
"url": "https://github.com/sonofmagic/npm-lib-rollup-template.git"
Expand All @@ -46,20 +46,20 @@
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.4",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@tsconfig/recommended": "^1.0.3",
"@types/klaw": "^3.0.5",
"@types/lodash": "^4.14.200",
"@types/lodash-es": "^4.17.10",
"@types/node": "^20.8.7",
"@types/semantic-release": "^20.0.4",
"@types/klaw": "^3.0.6",
"@types/lodash": "^4.14.201",
"@types/lodash-es": "^4.17.11",
"@types/node": "^20.9.0",
"@types/semantic-release": "^20.0.5",
"@vitest/coverage-v8": "^0.34.6",
"cross-env": "^7.0.3",
"defu": "^6.1.2",
"defu": "^6.1.3",
"del": "^7.1.0",
"eslint": "8.52.0",
"eslint": "8.53.0",
"eslint-config-icebreaker": "^1.2.2",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
Expand All @@ -68,9 +68,9 @@
"lodash-es": "^4.17.21",
"only-allow": "^1.2.1",
"prettier": "^3.0.3",
"rollup": "^4.1.4",
"rollup": "^4.4.0",
"rollup-plugin-visualizer": "^5.9.2",
"semantic-release": "^22.0.5",
"semantic-release": "^22.0.7",
"ts-node": "^10.9.1",
"ts-patch": "^3.0.2",
"tsconfig-paths": "^4.2.0",
Expand Down
Loading

0 comments on commit 4d58964

Please sign in to comment.