Skip to content

Commit

Permalink
chore!: upgrade deps to typescript 4.1
Browse files Browse the repository at this point in the history
BREAKING CHANGES: drop support for lower ts versions
  • Loading branch information
danielroe committed Nov 29, 2020
1 parent aa8ee80 commit be6f6c9
Show file tree
Hide file tree
Showing 9 changed files with 360 additions and 427 deletions.
2 changes: 1 addition & 1 deletion .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions .yarn/releases/yarn-2.3.3.cjs

Large diffs are not rendered by default.

55 changes: 0 additions & 55 deletions .yarn/releases/yarn-berry.js

This file was deleted.

2 changes: 1 addition & 1 deletion .yarn/sdks/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "7.10.0-pnpify",
"version": "7.14.0-pnpify",
"main": "./lib/api.js",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion .yarn/sdks/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "2.1.2-pnpify",
"version": "2.2.1-pnpify",
"main": "./index.js",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "4.0.3-pnpify",
"version": "4.1.2-pnpify",
"main": "./lib/typescript.js",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-berry.js
yarnPath: .yarn/releases/yarn-2.3.3.cjs
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,44 +59,44 @@
"execa": "^4.1.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"jiti": "^0.1.12",
"rollup": "^2.33.3",
"rollup-plugin-dts": "^1.4.14",
"jiti": "^0.1.17",
"rollup": "^2.34.0",
"rollup-plugin-dts": "^2.0.0",
"rollup-plugin-esbuild": "2.5.2",
"sort-package-json": "^1.46.1",
"typescript": "^4.0.5",
"sort-package-json": "^1.48.0",
"typescript": "^4.1.2",
"v8-compile-cache": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/core": "^7.12.9",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-typescript": "^7.12.7",
"@babel/runtime": "^7.12.5",
"@release-it/conventional-changelog": "^2.0.0",
"@types/execa": "^2.0.0",
"@types/fs-extra": "^9.0.4",
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.8",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"babel-loader": "^8.2.1",
"@types/node": "^14.14.10",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"babel-loader": "^8.2.2",
"codecov": "^3.8.1",
"conventional-changelog-conventionalcommits": "^4.5.0",
"eslint": "^7.13.0",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"husky": "^4.3.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.1",
"prettier": "^2.1.2",
"release-it": "14.2.1",
"lint-staged": "^10.5.2",
"prettier": "^2.2.1",
"release-it": "14.2.2",
"semver": "^7.3.2",
"tsd": "^0.13.1",
"typescript": "^4.0.5"
"typescript": "^4.1.2"
},
"tsd": {
"directory": "test/tsd",
Expand Down
Loading

0 comments on commit be6f6c9

Please sign in to comment.