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 #20 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 b0377f9 + 8f643c1 commit 9c25050
Show file tree
Hide file tree
Showing 3 changed files with 555 additions and 465 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ by [**SWR Audio Lab**](https://lab.swr.de/)

## Changelog

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

- 2022-08-09 - v0.2.0
- chore: update `super-linter` with new config

- until 2022-08-09 - v0.1.2
- feat: first project setup
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "@swrlab/swr-prettier-config",
"version": "0.2.0",
"version": "0.3.0",
"description": "SWR Audio Lab Prettier config",
"license": "MIT",
"main": "index.js",
"scripts": {
"reinstall": "rm -rf node_modules && rm yarn.lock && yarn"
},
"keywords": [
"prettier",
"swrlab"
Expand All @@ -20,7 +23,9 @@
"homepage": "https://github.com/swrlab/swr-prettier-config#readme",
"devDependencies": {
"@swrlab/eslint-plugin-swr": "0.2.0",
"eslint": "^8.21.0"
"eslint": "^8.47.0"
},
"scripts": {}
"engines": {
"node": ">=16"
}
}
Loading

0 comments on commit 9c25050

Please sign in to comment.