Skip to content

Commit

Permalink
chore(deps): πŸ”— update
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 2, 2020
1 parent 084ef92 commit b7dc359
Show file tree
Hide file tree
Showing 3 changed files with 298 additions and 10 deletions.
22 changes: 19 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
}
},
"scripts": {
"ultra:a": "sleep 3",
"ultra:sleep": "sleep 2 && sleep 2",
"ultra:a": "yarn ultra:sleep",
"ultra:b": "sleep 3",
"ultra:c": "sleep 3",
"preultra": "echo pre",
Expand Down Expand Up @@ -76,12 +77,23 @@
"@rollup/plugin-node-resolve": "7.1.1",
"@rollup/plugin-typescript": "3.0.0",
"@types/chai": "4.2.9",
"@types/cli-spinners": "^1.3.0",
"@types/concurrently": "5.1.0",
"@types/copyfiles": "2.1.1",
"@types/eslint": "6.1.8",
"@types/eslint-plugin-prettier": "2.2.0",
"@types/jest": "25.1.3",
"@types/node": "13.7.7",
"@types/prettier": "1.19.0",
"@types/rimraf": "2.0.3",
"@types/rollup-plugin-progress": "1.1.0",
"@types/rollup-plugin-visualizer": "2.6.0",
"@types/sinon": "7.5.2",
"@types/sinon-chai": "3.2.3",
"@types/standard-version": "7.0.0",
"@types/supports-color": "5.3.0",
"@types/wrap-ansi": "3.0.0",
"@types/yaml": "^1.2.0",
"@typescript-eslint/eslint-plugin": "2.21.0",
"@typescript-eslint/parser": "2.21.0",
"builtin-modules": "3.1.0",
Expand Down Expand Up @@ -117,16 +129,20 @@
"ts-jest": "25.2.1",
"ts-node": "8.6.2",
"tslib": "1.11.1",
"typescript": "3.8.3"
"typescript": "3.8.3",
"typesync": "^0.6.1"
},
"dependencies": {
"chalk": "^3.0.0",
"cli-cursor": "^3.1.0",
"cli-spinners": "^2.2.0",
"commander": "^4.1.0",
"globrex": "^0.1.2",
"shellwords-ts": "^3.0.0",
"string-width": "^4.2.0",
"supports-color": "^7.1.0",
"wrap-ansi": "^6.2.0"
"tiny-glob": "^0.2.6",
"wrap-ansi": "^6.2.0",
"yaml": "^1.7.2"
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"importHelpers": true, // Use tslib instead of adding helpers to every emitted js file
"module": "CommonJS", // Should be CommonJS for NodeJS apps
"strict": true,
"target": "ES2016", // any node version after 2016 is supported
"target": "ES2019", // any node version after 2016 is supported
"moduleResolution": "node", // should be node
"resolveJsonModule": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"plugins": []
},
Expand Down
Loading

0 comments on commit b7dc359

Please sign in to comment.