Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Apr 23, 2024
1 parent 30ed102 commit f269dfe
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eik/cli",
"version": "2.0.34",
"description": "Cli tool for publishing assets",
"description": "CLI tool for publishing assets to an Eik server",
"main": "./classes/index.js",
"bin": {
"eik": "index.js"
Expand Down Expand Up @@ -37,21 +37,16 @@
"boxen": "5.1.2",
"bytes": "3.1.2",
"chalk": "4.1.2",
"copy": "0.3.2",
"date-fns": "2.30.0",
"form-data": "4.0.0",
"glob": "7.2.3",
"gzip-size": "6.0.0",
"make-dir": "3.1.0",
"node-fetch": "2.7.0",
"ora": "5.4.1",
"pkg-dir": "6.0.1",
"read-package-up": "11.0.0",
"rimraf": "3.0.2",
"semver": "7.6.0",
"ssri": "8.0.1",
"tar": "6.2.1",
"temp-dir": "2.0.0",
"yargs": "17.7.2",
"yargs-parser": "21.1.1"
},
Expand All @@ -66,12 +61,8 @@
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "4.0.0",
"fastify": "3.29.5",
"fastify-cors": "6.0.3",
"fs-extra": "10.1.0",
"prettier": "2.5.1",
"puppeteer": "13.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"semantic-release": "19.0.5",
"semantic-release-slack-bot": "3.5.3",
"tap": "15.1.6"
Expand Down

0 comments on commit f269dfe

Please sign in to comment.