Skip to content

Commit

Permalink
Drop cookieState helper && uninstall js-cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyyakym committed Jan 9, 2025
1 parent aeae927 commit ff1d870
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 109 deletions.
16 changes: 0 additions & 16 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions packages/analytics-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@
"dependencies": {
"@react-hookz/web": "^25.0.1",
"@segment/analytics-next": "^1.76.0",
"js-cookie": "^3.0.1",
"next-plausible": "^3.12.0"
},
"devDependencies": {
"@prezly/sdk": "21.2.0",
"@types/js-cookie": "3.0.6",
"@types/node": "22.10.5",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5"
Expand Down
57 changes: 0 additions & 57 deletions packages/analytics-nextjs/src/lib/cookieState.test.ts

This file was deleted.

33 changes: 0 additions & 33 deletions packages/analytics-nextjs/src/lib/cookieState.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/analytics-nextjs/src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './cookieState';
export * from './getApiUrl';
export * from './getRecipientInfo';
export * from './isTrackingCookieAllowed';
Expand Down

0 comments on commit ff1d870

Please sign in to comment.