Skip to content

Commit

Permalink
update dependencies, cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefpansancolt committed Apr 8, 2023
1 parent 970e2b4 commit 661eeb0
Show file tree
Hide file tree
Showing 2 changed files with 347 additions and 309 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"test:start": "bundle exec rake test",
"test:open": "open coverage/index.html",
"test": "npm-run-all test:*",
"lint:markdown": "markdownlint CHANGELOG.md .github/CODE_OF_CONDUCT.md .github/CONTRIBUTING.md README.md .github/PULL_REQUEST_TEMPLATE.md -c .markdownlint.yml",
"lint": "./bin/lint",
"lint:markdown": "markdownlint CHANGELOG.md README.md .github/**/*.md -c .markdownlint.yml",
"lint:ruby": "rubocop",
"lint:erb": "bundle exec erblint --lint-all",
"lint:javascript": "eslint dist",
Expand Down Expand Up @@ -46,21 +47,21 @@
"homepage": "https://simplecov-tailwind.chiefpansancolt.dev/",
"babel": {},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.21.3",
"@hotwired/stimulus": "^3.2.1",
"@prettier/plugin-ruby": "^3.2.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"esbuild": "^0.17.14",
"eslint": "^8.36.0",
"markdownlint": "^0.28.0",
"esbuild": "^0.17.15",
"eslint": "^8.38.0",
"markdownlint": "^0.28.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.7",
"prettier-plugin-erb": "^0.4.0",
"prettier-plugin-tailwindcss": "^0.2.5",
"tailwindcss": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.1",
"timeago.js": "^4.0.2"
}
}
Loading

0 comments on commit 661eeb0

Please sign in to comment.