Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Aug 31, 2021
1 parent 7467494 commit c7968ab
Show file tree
Hide file tree
Showing 6 changed files with 2,035 additions and 2,013 deletions.
79 changes: 40 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,38 +49,38 @@
],
"license": "MIT",
"devDependencies": {
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-alias": "^3.1.5",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.0.0",
"@types/prettier": "^2.2.3",
"@types/semver": "^7.3.6",
"@types/node": "^15.9.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@types/prettier": "^2.3.2",
"@types/semver": "^7.3.8",
"@types/node": "^16.7.9",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@wessberg/ts-config": "^1.1.2",
"sandhog": "^1.0.41",
"ava": "3.15.0",
"babel-preset-minify": "^0.5.1",
"eslint": "^7.27.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^35.1.2",
"fast-glob": "^3.2.5",
"husky": "^6.0.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsdoc": "^36.0.8",
"fast-glob": "^3.2.7",
"husky": "^7.0.2",
"np": "7.5.0",
"pnpm": "^6.6.2",
"prettier": "^2.3.0",
"pretty-quick": "^3.1.0",
"pnpm": "^6.14.5",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
"rimraf": "^3.0.2",
"rollup": "^2.50.6",
"rollup": "^2.56.3",
"semver": "7.3.5",
"standard-changelog": "^2.0.27",
"ts-node": "10.0.0",
"npm-check-updates": "11.6.0",
"ts-node": "10.2.1",
"npm-check-updates": "11.8.3",
"memfs": "^3.2.2",
"helpertypes": "^0.0.2",
"typescript": "^4.3.2",
"helpertypes": "^0.0.4",
"typescript": "^4.4.2",
"typescript-3-4-1": "npm:typescript@3.4.1",
"typescript-3-5-1": "npm:typescript@3.5.1",
"typescript-3-6-2": "npm:typescript@3.6.2",
Expand All @@ -89,29 +89,30 @@
"typescript-3-9-2": "npm:typescript@3.9.2",
"typescript-4-0-3": "npm:typescript@4.0.3",
"typescript-4-1-2": "npm:typescript@4.1.2",
"typescript-4-2-4": "npm:typescript@4.2.4"
"typescript-4-2-4": "npm:typescript@4.2.4",
"typescript-4-3-5": "npm:typescript@4.3.5"
},
"dependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-async-generator-functions": "^7.14.2",
"@babel/plugin-proposal-json-strings": "^7.14.2",
"@babel/plugin-proposal-object-rest-spread": "^7.14.4",
"@babel/plugin-proposal-optional-catch-binding": "^7.14.2",
"@babel/plugin-proposal-unicode-property-regex": "^7.12.13",
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-async-generator-functions": "^7.14.9",
"@babel/plugin-proposal-json-strings": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-proposal-optional-catch-binding": "^7.14.5",
"@babel/plugin-proposal-unicode-property-regex": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/runtime": "^7.14.0",
"@types/babel__core": "^7.1.14",
"@rollup/pluginutils": "^4.1.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/runtime": "^7.15.3",
"@types/babel__core": "^7.1.15",
"@rollup/pluginutils": "^4.1.1",
"@wessberg/stringutil": "^1.0.19",
"ts-clone-node": "^0.3.23",
"compatfactory": "^0.0.7",
"browserslist-generator": "^1.0.59",
"browserslist": "^4.16.6",
"chalk": "^4.1.1",
"ts-clone-node": "^0.3.25",
"compatfactory": "^0.0.9",
"browserslist-generator": "^1.0.60",
"browserslist": "^4.16.8",
"chalk": "^4.1.2",
"magic-string": "^0.25.7",
"tslib": "^2.2.0",
"tslib": "^2.3.1",
"crosspath": "^0.0.9"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit c7968ab

Please sign in to comment.