Skip to content

Commit

Permalink
fix(deps): update dependency cookie to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent aa1e6ac commit 2f6a44f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 12 deletions.
4 changes: 2 additions & 2 deletions contentsgarten.netlify.app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@remix-run/eslint-config": "^1.14.3",
"@rushstack/eslint-plugin-packlets": "^0.9.0",
"@tailwindcss/typography": "^0.5.3",
"@types/cookie": "^0.6.0",
"@types/cookie": "^1.0.0",
"@types/js-cookie": "^3.0.3",
"@types/lodash-es": "^4.17.7",
"@types/markdown-it": "^13.0.0",
Expand All @@ -47,7 +47,7 @@
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.14",
"concurrently": "^9.0.0",
"cookie": "^0.7.0",
"cookie": "^1.0.0",
"depcheck": "^1.4.3",
"eslint": "^8.36.0",
"firebase": "^10.0.0",
Expand Down
30 changes: 22 additions & 8 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions wiki.creatorsgarten.org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"astro": "^5.0.0",
"clsx": "^2.0.0",
"contentsgarten": "workspace:*",
"cookie": "^0.7.0",
"cookie": "^1.0.0",
"firebase": "^10.0.0",
"lazy-strict-env": "^0.3.1",
"openapi-trpc": "^0.2.0",
Expand All @@ -44,6 +44,6 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@types/cookie": "^0.6.0"
"@types/cookie": "^1.0.0"
}
}

0 comments on commit 2f6a44f

Please sign in to comment.