diff --git a/next-env.d.ts b/next-env.d.ts index c6643fd..9bc3dd4 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,3 +1,6 @@ /// /// /// + +// NOTE: This file should not be edited +// see https://nextjs.org/docs/basic-features/typescript for more information. diff --git a/package-lock.json b/package-lock.json index 31486af..c320d5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,13 +8,13 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "@next/bundle-analyzer": "^11.0.1", + "@next/bundle-analyzer": "^11.1.0", "axios": "^0.21.1", "date-fns": "^2.23.0", "fast-deep-equal": "^3.1.3", "js-cookie": "^2.2.1", "lodash": "^4.17.21", - "next": "^11.0.1", + "next": "^11.1.0", "normalize.css": "^8.0.1", "react": "^17.0.2", "react-beautiful-dnd": "^13.1.0", @@ -45,7 +45,7 @@ "eslint": "^7.32.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-airbnb-typescript": "^13.0.0", - "eslint-config-next": "^11.0.1", + "eslint-config-next": "^11.1.0", "husky": "^7.0.1", "next-sitemap": "^1.6.162", "npm-run-all": "^4.1.5", diff --git a/package.json b/package.json index 458484c..305a3a4 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint": "^7.32.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-airbnb-typescript": "^13.0.0", - "eslint-config-next": "^11.0.1", + "eslint-config-next": "^11.1.0", "husky": "^7.0.1", "next-sitemap": "^1.6.162", "npm-run-all": "^4.1.5", @@ -57,13 +57,13 @@ "typescript": "^4.3.5" }, "dependencies": { - "@next/bundle-analyzer": "^11.0.1", + "@next/bundle-analyzer": "^11.1.0", "axios": "^0.21.1", "date-fns": "^2.23.0", "fast-deep-equal": "^3.1.3", "js-cookie": "^2.2.1", "lodash": "^4.17.21", - "next": "^11.0.1", + "next": "^11.1.0", "normalize.css": "^8.0.1", "react": "^17.0.2", "react-beautiful-dnd": "^13.1.0",