Skip to content

Commit

Permalink
yarn から pnpm への切り替え (#4)
Browse files Browse the repository at this point in the history
* build: Switch into pnpm

* chore: Bump dependencies
  • Loading branch information
MikuroXina authored Jan 14, 2021
1 parent 81ee235 commit 781270e
Show file tree
Hide file tree
Showing 3 changed files with 1,161 additions and 1,128 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"lint:fix": "npm run --fix"
},
"dependencies": {
"discord.js": "^12.2.0",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0"
},
"devDependencies": {
"@types/node": "^14.0.6",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.5",
"@types/node": "^14.14.20",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.17.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.3"
"typescript": "^3.9.7"
}
}
Loading

0 comments on commit 781270e

Please sign in to comment.