Skip to content

Commit

Permalink
fix(regenerator): update inlined regenerator-runtime code to align wi…
Browse files Browse the repository at this point in the history
…th v0.13.5
  • Loading branch information
wessberg committed Apr 6, 2020
1 parent 5261ebe commit ab869f2
Show file tree
Hide file tree
Showing 3 changed files with 947 additions and 1,075 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"preversion": "npm run lint && NODE_ENV=production pnpm run build",
"version": "pnpm run generate:all && git add .",
"release": "np --no-cleanup --no-yarn",
"update": "npx npm-check-updates -u && pnpm update && pnpm install"
"update": "npx npm-check-updates -u -x np && pnpm update && pnpm install"
},
"keywords": [
"rollup",
Expand Down Expand Up @@ -50,31 +50,31 @@
"@rollup/plugin-alias": "^3.0.1",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-json": "^4.0.2",
"@types/node": "^13.9.5",
"@types/prettier": "^1.19.1",
"@types/node": "^13.11.0",
"@types/prettier": "^2.0.0",
"@types/semver": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"@wessberg/rollup-plugin-ts": "^1.2.21",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"@wessberg/rollup-plugin-ts": "^1.2.23",
"@wessberg/scaffold": "^1.0.29",
"@wessberg/ts-config": "^1.0.8",
"ava": "3.5.1",
"ava": "3.6.0",
"babel-preset-minify": "^0.5.1",
"core-js": "^3.6.4",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^22.1.0",
"husky": "^4.2.3",
"np": "5.2.1",
"pnpm": "^4.12.1",
"prettier": "^2.0.2",
"np": "6.2.0",
"pnpm": "^4.12.5",
"prettier": "^2.0.4",
"pretty-quick": "^2.0.1",
"rimraf": "^3.0.2",
"rollup": "^2.2.0",
"rollup": "^2.3.3",
"standard-changelog": "^2.0.21",
"ts-node": "8.8.1",
"typescript": "^3.9.0-beta",
"ts-node": "8.8.2",
"typescript": "^3.9.0-dev.20200406",
"typescript-3-0-1": "npm:typescript@3.0.1",
"typescript-3-1-1": "npm:typescript@3.1.1",
"typescript-3-2-1": "npm:typescript@3.2.1",
Expand All @@ -97,18 +97,18 @@
"@babel/preset-env": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@rollup/pluginutils": "^3.0.8",
"@types/babel__core": "^7.1.6",
"@wessberg/browserslist-generator": "^1.0.34",
"@types/babel__core": "^7.1.7",
"@wessberg/browserslist-generator": "^1.0.35",
"@wessberg/stringutil": "^1.0.19",
"@wessberg/ts-clone-node": "^0.3.8",
"browserslist": "^4.11.0",
"chalk": "^3.0.0",
"browserslist": "^4.11.1",
"chalk": "^4.0.0",
"magic-string": "^0.25.7",
"slash": "^3.0.0",
"tslib": "^1.11.1"
},
"peerDependencies": {
"rollup": ">= 1.x",
"rollup": ">=2.x",
"typescript": ">= 3.x"
},
"main": "./dist/cjs/index.js",
Expand Down
Loading

0 comments on commit ab869f2

Please sign in to comment.