Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #135 from swrlab/dev/0-3-0-dependencies
Browse files Browse the repository at this point in the history
chore: update all dependencies
  • Loading branch information
frytg authored Aug 15, 2023
2 parents acda66f + 51d03bb commit bd43df1
Show file tree
Hide file tree
Showing 3 changed files with 998 additions and 415 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ by [**SWR Audio Lab**](https://lab.swr.de/)

## Changelog

- 2023-08-15 - v0.3.0
- chore: update all dependencies
- chore!: require node >16

- 2022-07-26 - v0.2.0
- chore: update all dependencies

Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swrlab/eslint-plugin-swr",
"version": "0.2.0",
"version": "0.3.0",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -18,25 +18,25 @@
},
"dependencies": {
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-security": "^1.5.0",
"eslint-plugin-sonarjs": "^0.14.0",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-vue": "^9.3.0"
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-sonarjs": "^0.20.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-vue": "^9.17.0"
},
"devDependencies": {
"@swrlab/swr-prettier-config": "^0.1.2",
"eslint": "^8.20.0",
"prettier": "^2.7.1"
"@swrlab/swr-prettier-config": "^0.2.0",
"eslint": "^8.47.0",
"prettier": "^3.0.1"
},
"peerDependencies": {
"eslint": ">5"
"eslint": ">8"
},
"engines": {
"node": ">=12"
"node": ">=16"
},
"files": [
"index.js",
Expand Down
Loading

0 comments on commit bd43df1

Please sign in to comment.