Skip to content

Commit

Permalink
chore!: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 24, 2021
1 parent 1b8e747 commit 293dd7f
Show file tree
Hide file tree
Showing 2 changed files with 344 additions and 359 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,36 +20,36 @@
"dev": "yarn unbuild test/fixture",
"lint": "eslint --ext .ts,.js .",
"unbuild": "jiti ./src/cli",
"prepublishOnly": "yarn build",
"prepack": "yarn build",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint"
},
"dependencies": {
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-node-resolve": "^13.0.0",
"chalk": "^4.1.1",
"consola": "^2.15.3",
"defu": "^4.0.1",
"esbuild": "^0.11.13",
"jiti": "^1.9.1",
"defu": "^5.0.0",
"esbuild": "^0.12.1",
"jiti": "^1.9.2",
"mkdirp": "^1.0.4",
"mkdist": "^0.2.1",
"mkdist": "^0.3.0",
"mri": "^1.1.6",
"pretty-bytes": "^5.6.0",
"rimraf": "^3.0.2",
"rollup": "^2.45.2",
"rollup-plugin-dts": "^3.0.1",
"rollup-plugin-esbuild": "^3.0.2",
"scule": "^0.2.0",
"rollup-plugin-dts": "^3.0.2",
"rollup-plugin-esbuild": "^4.2.3",
"scule": "^0.2.1",
"typescript": "^4.2.4",
"untyped": "^0.2.5",
"upath": "^2.0.1"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
"@types/mkdirp": "^1.0.1",
"@types/mkdirp": "latest",
"@types/mri": "latest",
"@types/node": "latest",
"@types/rimraf": "latest",
Expand Down
Loading

0 comments on commit 293dd7f

Please sign in to comment.