Skip to content

Commit

Permalink
Merge pull request #21 from swrlab/chor/update-dependencies
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
frytg authored Oct 28, 2024
2 parents 365bacd + d34d88d commit 46d572b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
Binary file modified bun.lockb
Binary file not shown.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swrlab/style-guide",
"version": "1.0.1",
"version": "1.0.2",
"description": "SWR Audio Lab's engineering style guide",
"type": "module",
"license": "ISC",
Expand Down Expand Up @@ -33,7 +33,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"eslint": ">=8.48.0",
"eslint": "^9.13.0",
"prettier": ">=3.0.0"
},
"peerDependenciesMeta": {
Expand All @@ -45,30 +45,30 @@
}
},
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@eslint/js": "^9.9.0",
"@stylistic/eslint-plugin-js": "^2.6.4",
"@babel/core": "^7.25.9",
"@babel/eslint-parser": "^7.25.9",
"@eslint/js": "^9.13.0",
"@stylistic/eslint-plugin-js": "^2.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-perfectionist": "^3.2.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-perfectionist": "^3.9.1",
"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": "^55.0.0",
"eslint-plugin-unused-imports": "^4.1.3",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.9.0"
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-testing-library": "^6.4.0",
"eslint-plugin-unicorn": "^56.0.0",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-vue": "^9.29.1",
"globals": "^15.11.0"
},
"devDependencies": {
"eslint": "^9.9.0",
"eslint": "^9.13.0",
"eslint-define-config": "^2.1.0",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3"
},
"engines": {
Expand Down

0 comments on commit 46d572b

Please sign in to comment.