-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove qs-stringify dependency (#18)
- Loading branch information
1 parent
d906493
commit 232c3b3
Showing
4 changed files
with
16 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'next-use-contextual-routing': minor | ||
--- | ||
|
||
refactor: remove qs-stringify dependency in favour of native URLSearchParams |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,9 +43,6 @@ | |
}, | ||
"author": "Andrea Carraro <[email protected]>", | ||
"license": "ISC", | ||
"dependencies": { | ||
"qs-stringify": "^1.2.1" | ||
}, | ||
"devDependencies": { | ||
"@changesets/cli": "^2.27.7", | ||
"@testing-library/react": "^16.0.0", | ||
|
@@ -55,6 +52,7 @@ | |
"jest-environment-jsdom": "^29.3.1", | ||
"next": "^15.0.0", | ||
"prettier": "^3.3.2", | ||
"qs-stringify": "^1.2.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-modal": "^3.16.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters