kopia lustrzana https://github.com/badgen/badgen.net
chore: bump deps (#429)
* chore: npm update * fix: next build error * chore: update types * chore: bump badgen-icons to 0.17 * chore: update @types/nodepull/432/head
rodzic
cb3dee827f
commit
be08a5aa59
|
@ -1,9 +1,3 @@
|
|||
module.exports = {
|
||||
target: 'server',
|
||||
exportPathMap: async function (defaultPathMap) {
|
||||
return {
|
||||
'/': { page: '/index' },
|
||||
'/builder': { page: '/builder' }
|
||||
}
|
||||
}
|
||||
target: 'server'
|
||||
}
|
||||
|
|
Plik diff jest za duży
Load Diff
26
package.json
26
package.json
|
@ -22,21 +22,21 @@
|
|||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/integrations": "^5.19.2",
|
||||
"@sentry/node": "^5.19.2",
|
||||
"@sentry/integrations": "^5.23.0",
|
||||
"@sentry/node": "^5.23.0",
|
||||
"badgen": "^3.2.1",
|
||||
"badgen-icons": "^0.16.0",
|
||||
"badgen-icons": "^0.17.0",
|
||||
"byte-size": "^6.2.0",
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
"chrome-webstore": "^1.4.0",
|
||||
"date-fns": "^2.15.0",
|
||||
"chrome-webstore": "^1.4.1",
|
||||
"date-fns": "^2.16.1",
|
||||
"got": "^10.7.0",
|
||||
"haxe-rpc-client": "^1.0.0",
|
||||
"humanize-duration": "^3.23.1",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"measurement-protocol": "^0.1.1",
|
||||
"micro": "^9.3.4",
|
||||
"millify": "^3.2.1",
|
||||
"millify": "^3.3.0",
|
||||
"my-way": "^2.0.0",
|
||||
"original-url": "^1.2.3",
|
||||
"react-debounce-render": "^5.0.0",
|
||||
|
@ -48,23 +48,23 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/cheerio": "^0.22.21",
|
||||
"@types/fs-extra": "^8.1.1",
|
||||
"@types/fs-extra": "^9.0.1",
|
||||
"@types/lodash.debounce": "^4.0.6",
|
||||
"@types/micro": "^7.3.3",
|
||||
"@types/node": "^12.12.50",
|
||||
"@types/react": "^16.9.43",
|
||||
"@types/node": "^14.10.0",
|
||||
"@types/react": "^16.9.49",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"@types/semver": "^7.3.1",
|
||||
"@types/semver": "^7.3.3",
|
||||
"@types/supertest": "^2.0.10",
|
||||
"@types/url-parse": "^1.4.3",
|
||||
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
||||
"@typescript-eslint/parser": "^2.34.0",
|
||||
"@zeit/next-typescript": "^1.1.1",
|
||||
"csstype": "^2.6.11",
|
||||
"csstype": "^2.6.13",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-react": "^7.20.3",
|
||||
"eslint-plugin-react": "^7.20.6",
|
||||
"fs-extra": "^9.0.1",
|
||||
"next": "^9.4.4",
|
||||
"next": "^9.5.3",
|
||||
"nodemon": "^2.0.4",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
|
|
Ładowanie…
Reference in New Issue