Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed Oct 5, 2023
2 parents 32061bc + c2074e1 commit 588de06
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 62 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
commit-message:
prefix: "npm"
116 changes: 59 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lodash": "^4.17.21",
"next": "^13.4.12",
"photoswipe": "^5.3.8",
"postcss": "8.4.23",
"postcss": "8.4.31",
"react": "18.2.0",
"react-animated-cursor": "^2.7.0",
"react-dom": "18.2.0",
Expand All @@ -40,17 +40,17 @@
"react-spinners": "^0.13.8",
"tailwind-merge": "^1.13.1",
"tailwindcss": "^3.3.3",
"typescript": "5.0.4",
"typescript": "5.2.2",
"zod": "^3.22.2",
"zod-formik-adapter": "^1.2.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.5",
"@types/gtag.js": "^0.0.12",
"@types/gtag.js": "^0.0.14",
"@types/lodash": "^4.14.195",
"@types/react-page-visibility": "^6.4.1",
"colors": "^1.4.0",
"cypress": "^12.12.0",
"cypress": "^13.3.0",
"eslint": "^8.41.0",
"eslint-config-next": "^13.4.3",
"eslint-plugin-cypress": "^2.13.3",
Expand All @@ -60,6 +60,6 @@
"jimp": "^0.22.8",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"ts-xor": "^1.1.0"
"ts-xor": "^1.3.0"
}
}

0 comments on commit 588de06

Please sign in to comment.