Skip to content

Commit 65ddf8b

Browse files
Update to latest dependencies (#125)
1 parent c945ebd commit 65ddf8b

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ node_modules/
44
.vscode/
55
.DS_Store
66
.nyc_output
7+
.rollup.cache
78
coverage
89
yarn-error.log
910
yarn.lock

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,38 +28,38 @@
2828
"test": "NODE_DISABLE_COLORS=1 tap --no-coverage --no-esm test/output/**/*.test.mjs",
2929
"build": "rollup -c; chmod a+x dist/filesize",
3030
"try": "./dist/filesize",
31-
"release": "np --no-2fa",
31+
"release": "np --no-2fa --any-branch",
3232
"prepublishOnly": "yarn npm-run-all clean build"
3333
},
3434
"dependencies": {
3535
"@kristoferbaxter/async": "1.0.0",
3636
"@kristoferbaxter/kleur": "4.0.2",
3737
"bytes": "3.1.0",
38-
"fast-glob": "3.2.2",
39-
"mri": "1.1.5"
38+
"fast-glob": "3.2.5",
39+
"mri": "1.1.6"
4040
},
4141
"devDependencies": {
4242
"@ampproject/rollup-plugin-closure-compiler": "0.26.0",
43-
"@rollup/plugin-commonjs": "13.0.0",
44-
"@rollup/plugin-node-resolve": "8.0.1",
45-
"@rollup/plugin-typescript": "3.1.1",
43+
"@rollup/plugin-commonjs": "17.1.0",
44+
"@rollup/plugin-node-resolve": "11.1.1",
45+
"@rollup/plugin-typescript": "8.1.1",
4646
"@types/bytes": "3.1.0",
4747
"@types/mri": "1.1.0",
48-
"@types/node": "14.0.13",
49-
"@types/tap": "14.10.0",
48+
"@types/node": "14.14.25",
49+
"@types/tap": "14.10.2",
5050
"np": "https://github.com/pixelastic/np/tarball/c3ab2e3b053c7da0ce40a572ca1616273ac080f8",
5151
"npm-run-all": "4.1.5",
52-
"prettier": "2.0.5",
52+
"prettier": "2.2.1",
5353
"rimraf": "3.0.2",
54-
"rollup": "2.15.0",
55-
"tap": "14.10.7",
56-
"tslib": "2.0.0",
57-
"typescript": "3.9.5",
54+
"rollup": "2.38.5",
55+
"tap": "14.11.0",
56+
"tslib": "2.1.0",
57+
"typescript": "4.1.3",
5858
"typescript-esm": "1.0.1"
5959
},
6060
"volta": {
61-
"node": "14.4.0",
62-
"yarn": "1.22.4"
61+
"node": "14.15.4",
62+
"yarn": "1.22.10"
6363
},
6464
"filesize": {
6565
"track": [

src/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"noImplicitAny": true,
1616
"noImplicitThis": true,
1717
"alwaysStrict": true,
18-
"incremental": true,
1918
"esModuleInterop": true,
2019
"declaration": true,
2120
},

0 commit comments

Comments
 (0)