Skip to content

Commit

Permalink
🧑‍💻add 'use client' to index for better nextjs support (#3703)
Browse files Browse the repository at this point in the history
* ➕rollup-preserve-directives

* 'use client' added to index.ts

* bump version for test release

* restore version
  • Loading branch information
oddvernes authored and torleifhalseth committed Feb 12, 2025
1 parent a804b04 commit f6893fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/eds-core-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@
"rollup-plugin-delete": "^2.1.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-preserve-directives": "^1.1.3",
"storybook": "^8.4.7",
"styled-components": "6.1.13",
"tsc-watch": "^6.2.1",
"typescript": "^5.7.2"
"storybook": "^8.3.4",
"styled-components": "6.1.12",
"tsc-watch": "^6.2.0",
"typescript": "^5.5.4"
},
"peerDependencies": {
"react": ">=16.8",
Expand Down

0 comments on commit f6893fc

Please sign in to comment.