Skip to content

Commit 5cfa08b

Browse files
committed
Update dependencies
1 parent aceb221 commit 5cfa08b

File tree

4 files changed

+159
-362
lines changed

4 files changed

+159
-362
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.0.0] - 2023-12-08
6+
7+
### Changed
8+
9+
- Updated all dependencies to latest version
10+
11+
### Removed
12+
13+
- `eslint-config-next` dependency and configuration
14+
515
## [1.0.0] - 2023-08-21
616

717
### Added

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ module.exports = {
66
'plugin:react-hooks/recommended',
77
'prettier',
88
'plugin:prettier/recommended',
9-
'plugin:@next/next/recommended',
109
],
1110
plugins: ['@typescript-eslint', 'import', 'unused-imports'],
1211
parserOptions: {

0 commit comments

Comments
 (0)