mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
Release v2.1.1 (#454)
* deps: updated outdated deps * chore: updated version to v2.1.1 * deps(next): updated next to 11.0.1 * deps: fix error on build
This commit is contained in:
parent
0759e35f2c
commit
9a32df09e7
1
next-env.d.ts
vendored
1
next-env.d.ts
vendored
@ -1,2 +1,3 @@
|
||||
/// <reference types="next" />
|
||||
/// <reference types="next/types/global" />
|
||||
/// <reference types="next/image-types/global" />
|
||||
|
||||
@ -18,9 +18,7 @@ const NextConfig = {
|
||||
NEXT_PUBLIC_RELEASE_VERSION: VERSION,
|
||||
SENTRY_SKIP_AUTO_RELEASE: true
|
||||
},
|
||||
future: {
|
||||
webpack5: true,
|
||||
},
|
||||
future: {},
|
||||
experimental: {
|
||||
scrollRestoration: true
|
||||
}
|
||||
|
||||
53
package.json
53
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "koreanbots",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
@ -18,31 +18,31 @@
|
||||
"@hcaptcha/react-hcaptcha": "0.3.6",
|
||||
"@sentry/nextjs": "6.8.0",
|
||||
"@sentry/node": "6.8.0",
|
||||
"@sentry/react": "6.8.0",
|
||||
"@sentry/react": "^6.9.0",
|
||||
"@sentry/tracing": "6.8.0",
|
||||
"abort-controller": "3.0.0",
|
||||
"autoprefixer": "10.2.5",
|
||||
"autoprefixer": "^10.3.1",
|
||||
"badgen": "3.2.2",
|
||||
"cookie": "0.4.1",
|
||||
"csrf": "3.1.0",
|
||||
"dataloader": "2.0.0",
|
||||
"dayjs": "1.10.5",
|
||||
"dd-trace": "0.34.0",
|
||||
"dayjs": "^1.10.6",
|
||||
"dd-trace": "^1.0.0",
|
||||
"difflib": "0.2.4",
|
||||
"discord.js": "12.5.3",
|
||||
"emoji-mart": "3.0.1",
|
||||
"erlpack": "0.1.3",
|
||||
"express-rate-limit": "5.2.6",
|
||||
"express-rate-limit": "^5.3.0",
|
||||
"formik": "2.2.9",
|
||||
"generate-license-file": "1.1.0",
|
||||
"josa": "3.0.1",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
"knex": "0.95.6",
|
||||
"knex": "^0.95.7",
|
||||
"mysql": "2.18.1",
|
||||
"next": "10.2.3",
|
||||
"next": "^11.0.1",
|
||||
"next-connect": "0.10.1",
|
||||
"next-pwa": "5.2.21",
|
||||
"next-seo": "4.24.0",
|
||||
"next-pwa": "^5.2.23",
|
||||
"next-seo": "^4.26.0",
|
||||
"next-session": "3.4.0",
|
||||
"node-emoji": "1.10.0",
|
||||
"nprogress": "0.2.0",
|
||||
@ -69,35 +69,36 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/custom-forms": "0.2.1",
|
||||
"@types/cookie": "0.4.0",
|
||||
"@types/emoji-mart": "3.0.4",
|
||||
"@types/express-rate-limit": "5.1.1",
|
||||
"@types/jest": "26.0.23",
|
||||
"@types/cookie": "^0.4.1",
|
||||
"@types/emoji-mart": "^3.0.5",
|
||||
"@types/express-rate-limit": "^5.1.3",
|
||||
"@types/jest": "^26.0.24",
|
||||
"@types/josa": "3.0.2",
|
||||
"@types/jsonwebtoken": "8.5.1",
|
||||
"@types/jsonwebtoken": "^8.5.4",
|
||||
"@types/node": "14.17.2",
|
||||
"@types/node-emoji": "1.8.1",
|
||||
"@types/node-fetch": "2.5.10",
|
||||
"@types/node-fetch": "^2.5.11",
|
||||
"@types/nprogress": "0.2.0",
|
||||
"@types/rc-tooltip": "3.7.3",
|
||||
"@types/react": "17.0.9",
|
||||
"@types/react-select": "4.0.15",
|
||||
"@types/sanitize-html": "2.3.1",
|
||||
"@types/twemoji": "12.1.1",
|
||||
"@types/rc-tooltip": "^3.7.4",
|
||||
"@types/react": "^17.0.14",
|
||||
"@types/react-select": "^4.0.17",
|
||||
"@types/sanitize-html": "^2.3.2",
|
||||
"@types/twemoji": "^12.1.2",
|
||||
"@types/url-regex-safe": "1.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "4.26.0",
|
||||
"@typescript-eslint/parser": "4.26.0",
|
||||
"eslint": "7.27.0",
|
||||
"@typescript-eslint/parser": "^4.28.3",
|
||||
"eslint": "^7.30.0",
|
||||
"eslint-config-next": "^11.0.1",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
"eslint-plugin-jsx-a11y": "6.4.1",
|
||||
"eslint-plugin-prettier": "3.4.0",
|
||||
"eslint-plugin-react": "7.24.0",
|
||||
"eslint-plugin-react-hooks": "4.2.0",
|
||||
"jest": "27.0.6",
|
||||
"prettier": "2.3.0",
|
||||
"prettier-plugin-tailwind": "2.2.10",
|
||||
"prettier": "^2.3.2",
|
||||
"prettier-plugin-tailwind": "^2.2.12",
|
||||
"ts-jest": "27.0.3",
|
||||
"typescript": "4.3.2"
|
||||
"typescript": "^4.3.5"
|
||||
},
|
||||
"license": "AGPL-3.0"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user