Skip to content

Commit

Permalink
feat: update to ts 4.2, esbuild 0.11, pw-test 3.0.0 and electron 12 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored Apr 6, 2021
1 parent 39e5c07 commit 542d16b
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "32.2.0",
"description": "JavaScript project management",
"keywords": [
"webpack",
"standard",
"lint",
"build"
Expand Down Expand Up @@ -60,7 +59,7 @@
"@achingbrain/dependency-check": "^4.1.0",
"@electron/get": "^1.12.3",
"@polka/send-type": "^0.5.2",
"@types/chai": "^4.2.15",
"@types/chai": "^4.2.16",
"@types/chai-as-promised": "^7.1.3",
"@types/chai-subset": "^1.3.3",
"@types/dirty-chai": "^2.0.2",
Expand All @@ -81,7 +80,7 @@
"dirty-chai": "^2.0.1",
"electron-mocha": "^10.0.0",
"env-paths": "^2.2.1",
"esbuild": "0.9.6",
"esbuild": "0.11.5",
"esbuild-register": "^2.3.0",
"eslint": "^7.23.0",
"eslint-config-ipfs": "^2.0.0",
Expand All @@ -91,7 +90,7 @@
"gh-pages": "^3.1.0",
"git-authors-cli": "^1.0.33",
"globby": "^11.0.3",
"ipfs-utils": "^6.0.4",
"ipfs-utils": "^6.0.5",
"it-glob": "~0.0.10",
"kleur": "^4.1.4",
"lilconfig": "^2.0.2",
Expand All @@ -103,7 +102,7 @@
"ora": "^5.4.0",
"p-map": "^4.0.0",
"pascalcase": "^1.0.0",
"playwright-test": "^2.1.0",
"playwright-test": "^3.0.0",
"polka": "^0.5.2",
"premove": "^3.0.1",
"proper-lockfile": "^4.1.2",
Expand All @@ -113,17 +112,17 @@
"strip-bom": "^4.0.0",
"strip-json-comments": "^3.1.1",
"tempy": "^1.0.1",
"typedoc": "^0.20.34",
"typescript": "4.1.5",
"typedoc": "^0.20.35",
"typescript": "4.2.3",
"update-notifier": "^5.0.0",
"yargs": "^16.2.0"
},
"devDependencies": {
"@types/bytes": "^3.1.0",
"@types/conventional-changelog": "^3.1.0",
"@types/cors": "^2.8.10",
"@types/eslint": "^7.2.7",
"@types/fs-extra": "^9.0.9",
"@types/eslint": "^7.2.8",
"@types/fs-extra": "^9.0.10",
"@types/gh-pages": "^3.0.0",
"@types/listr": "^0.14.2",
"@types/pascalcase": "^1.0.0",
Expand All @@ -132,20 +131,14 @@
"@types/semver": "^7.3.4",
"@types/update-notifier": "^5.0.0",
"@types/yargs": "^16.0.1",
"electron": "^11.2.0",
"electron": "^12.0.2",
"iso-url": "^1.1.5",
"sinon": "^10.0.0"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"browserslist": [
">1%",
"last 2 versions",
"Firefox ESR",
"not ie < 11"
],
"eslintConfig": {
"extends": "ipfs"
},
Expand Down

0 comments on commit 542d16b

Please sign in to comment.