Skip to content

Commit

Permalink
Update Playwright and Node type definitions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hironow committed Dec 2, 2024
1 parent 7fb70f1 commit b7cb17e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 36 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ install: cmd-exists-mise ## Install this repository requirements
mise install
.PHONY: install

edit: cmd-exists-code ## Open this repository with VSCode
@code dotfiles.code-workspace
.PHONY: edit

deploy: ## Create symlink to home directory
@echo "==> Start to deploy dotfiles to home directory."
ln -s ~/dotfiles/.zshrc ~/.zshrc
Expand Down
Empty file removed dataset/.gitkeep
Empty file.
36 changes: 18 additions & 18 deletions e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ rust = "1.82.0"
ruby = "3.3"


[plugins]
nnnn = 'https://github.com/mise-plugins/rtx-nodejs#main'
[tasks]
code = "code dotfiles.code-workspace"
format = "echo 'TODO'"
test = "echo 'TODO'"

0 comments on commit b7cb17e

Please sign in to comment.