Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Aug 19, 2024
1 parent 9be9a67 commit c5c6742
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@swrlab/style-guide",
"version": "1.0.0",
"packageManager": "[email protected]",
"version": "1.0.1",
"description": "SWR Audio Lab's engineering style guide",
"type": "module",
"license": "ISC",
Expand All @@ -13,11 +12,7 @@
"type": "git",
"url": "https://github.com/swrlab/style-guide.git"
},
"files": [
"biome",
"eslint",
"prettier"
],
"files": ["biome", "eslint", "prettier"],
"main": "index.js",
"exports": {
"./biome": "./biome/biome.json",
Expand Down Expand Up @@ -56,12 +51,12 @@
"eslint-plugin-import-x": "^0.5.3",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-perfectionist": "^2.11.0",
"eslint-plugin-perfectionist": "^3.2.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-testing-library": "^6.3.0",
"eslint-plugin-unicorn": "^54.0.0",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unused-imports": "^4.1.3",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.9.0"
Expand Down

0 comments on commit c5c6742

Please sign in to comment.