Pin dependencies

This commit is contained in:
Renovate Bot
2021-09-08 15:08:12 +00:00
committed by Thomas Ruoff
parent 3122f27e92
commit 003be06b5b

View File

@@ -10,36 +10,36 @@
"test": "jest" "test": "jest"
}, },
"dependencies": { "dependencies": {
"autoprefixer": "^10.2.6", "autoprefixer": "10.2.6",
"date-fns": "^2.22.1", "date-fns": "2.22.1",
"date-fns-tz": "^1.1.4", "date-fns-tz": "1.1.4",
"ics": "^2.29.0", "ics": "2.29.0",
"mongoose": "^5.12.13", "mongoose": "5.12.13",
"next": "^11.1.1", "next": "^11.1.1",
"next-iron-session": "^4.1.14", "next-iron-session": "4.1.14",
"next-mdx-remote": "^3.0.2", "next-mdx-remote": "3.0.2",
"p-retry": "^4.5.0", "p-retry": "4.5.0",
"react": "^17.0.2", "react": "^17.0.2",
"react-calendar": "^3.4.0", "react-calendar": "3.4.0",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"ts-jest": "^26.5.6", "ts-jest": "26.5.6",
"uuid": "^8.3.2" "uuid": "8.3.2"
}, },
"devDependencies": { "devDependencies": {
"@types/classnames": "^2.3.1", "@types/classnames": "2.3.1",
"@types/jest": "^26.0.23", "@types/jest": "26.0.23",
"@types/react": "^17.0.19", "@types/react": "17.0.19",
"@types/react-calendar": "^3.4.0", "@types/react-calendar": "3.4.0",
"@types/uuid": "^8.3.0", "@types/uuid": "8.3.0",
"eslint": "^7.30.0", "eslint": "7.30.0",
"eslint-config-next": "^11.0.0", "eslint-config-next": "^11.0.0",
"jest": "^26.6.3", "jest": "^26.6.3",
"postcss": "^8.3.6", "postcss": "8.3.6",
"postcss-flexbugs-fixes": "^5.0.2", "postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "^6.7.0", "postcss-preset-env": "6.7.0",
"swr": "^0.5.6", "swr": "0.5.6",
"tailwindcss": "^2.2.2", "tailwindcss": "2.2.2",
"typescript": "^4.4.2" "typescript": "4.4.2"
}, },
"jest": { "jest": {
"transform": { "transform": {