Skip to content

Commit

Permalink
update query-string, remove useless @types/query-string
Browse files Browse the repository at this point in the history
  • Loading branch information
dartess committed Aug 10, 2022
1 parent 88a5c71 commit 7cc93ae
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 27 deletions.
70 changes: 46 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "build-route-tree",
"version": "1.0.2",
"version": "1.0.3",
"description": "This library helps build a typed route tree",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@types/query-string": "^6.1.1",
"path-to-regexp": "^2.4.0",
"query-string": "^6.2.0"
"query-string": "^6.14.1"
},
"devDependencies": {
"typescript": "^3.1.4"
Expand Down

0 comments on commit 7cc93ae

Please sign in to comment.