Skip to content

Commit

Permalink
Updated deps.
Browse files Browse the repository at this point in the history
brajevicm committed Jan 31, 2022
1 parent 0a1aca6 commit 9c9d9a7
Showing 2 changed files with 850 additions and 4,641 deletions.
5,475 changes: 842 additions & 4,633 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-universal-route",
"version": "1.7.0",
"version": "1.8.0",
"description": "Universal Next.js Route",
"main": "./cjs/index.js",
"module": "./es/index.js",
@@ -32,26 +32,26 @@
"server-rendering"
],
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/jest": "^27.4.0",
"@types/lru-cache": "^5.1.1",
"@types/next": "^9.0.0",
"@types/node": "^16.11.12",
"@types/node": "^17.0.13",
"@types/path-to-regexp": "^1.7.0",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.37",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"jest": "^27.4.3",
"jest": "^27.4.7",
"prettier": "^2.5.1",
"react": "^17.0.2",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.1",
"ts-jest": "^27.1.3",
"tslint": "^6.1.3",
"tslint-react": "^5.0.0",
"typescript": "^4.5.2"
"typescript": "^4.5.5"
},
"dependencies": {
"path-to-regexp": "^6.2.0",
"qs": "^6.10.2",
"qs": "^6.10.3",
"request-ip": "^2.1.3"
}
}

0 comments on commit 9c9d9a7

Please sign in to comment.