Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
remove the warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
aelbore committed Feb 5, 2021
1 parent b1406a5 commit e47b5e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bin/aria-build.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node --no-warnings
#!/usr/bin/env node

require('child_process')
.spawnSync('ts-esm', [
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,29 @@
},
"homepage": "https://github.com/aelbore/aria-build#readme",
"peerDependencies": {
"@swc/core": ">=1.2.43",
"@swc/core": ">=1.2.47",
"aria-fs": ">=0.7.0",
"typescript": ">=4.1.3"
},
"devDependencies": {
"@types/mocha": "^8.2.0",
"@types/mock-fs": "^4.13.0",
"@types/node": "^14.14.19",
"@types/node": "^14.14.25",
"coveralls": "^3.1.0",
"mock-fs": "^4.13.0",
"mock-require": "^3.0.3",
"sinon": "^9.2.2"
"sinon": "^9.2.4"
},
"dependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-node-resolve": "^11.1.1",
"@rollup/plugin-replace": "^2.3.4",
"@rollup/plugin-url": "^6.0.0",
"esbuild": "^0.8.29",
"esbuild": "^0.8.42",
"magic-string": "^0.25.7",
"rollup": "^2.35.1",
"rollup": "^2.38.5",
"rollup-plugin-dts": "^2.0.1",
"rollup-plugin-minify-html-literals": "^1.2.5",
"rollup-plugin-terser": "^7.0.2",
Expand Down

0 comments on commit e47b5e7

Please sign in to comment.