Skip to content

Commit

Permalink
Add mockoon + upgrade yarn dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eels committed Sep 6, 2023
1 parent db3cf4b commit 1e8b02b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions homebrew/brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# Description: Brew & Cask dependency definitions
# -----------------------------------------------

tap 'ferdium/ferdium'
tap 'buo/cask-upgrade'
tap 'ferdium/ferdium'
tap 'homebrew/aliases'
tap 'homebrew/bundle'
tap 'homebrew/cask'
tap 'homebrew/core'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/cask'
tap 'homebrew/core'
tap 'homebrew/services'
tap 'shivammathur/php'
tap 'wilmoore/formulae'
Expand All @@ -21,12 +21,12 @@ brew 'gh'
brew 'git'
brew 'httpie'
brew 'imagemagick'
brew 'sheldon'
brew 'mas'
brew 'p7zip'
brew 'php'
brew 'php-version'
brew 'php'
brew 'pnpm'
brew 'sheldon'
brew 'starship'
brew 'yarn'
brew 'zsh'
Expand All @@ -40,6 +40,7 @@ cask 'figma'
cask 'firefox'
cask 'hyper'
cask 'maccy'
cask 'mockoon'
cask 'notion'
cask 'postman'
cask 'raycast'
Expand Down
2 changes: 1 addition & 1 deletion yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"description": "Global Yarn Dependencies",
"dependencies": {
"nodemon": "^3.0.1",
"ts-node": "^10.5.0"
"ts-node": "^10.9.1"
}
}

0 comments on commit 1e8b02b

Please sign in to comment.