Skip to content

Commit

Permalink
Inject use client
Browse files Browse the repository at this point in the history
  • Loading branch information
kalysti committed Oct 24, 2023
1 parent c0dabba commit c5645b4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@himalaya-ui/core",
"version": "0.0.19",
"version": "0.0.20",
"main": "dist/bundle/index.js",
"module": "dist/bundle/esm/index.js",
"types": "dist/bundle/esm/index.d.ts",
Expand Down Expand Up @@ -117,7 +117,6 @@
"@use-gesture/react": "^10.3.0",
"@vercel/analytics": "^1.1.1",
"babel-jest": "^29.7.0",
"babel-plugin-transform-next-use-client": "^1.1.1",
"babel-plugin-transform-rename-import": "^2.3.0",
"babel-plugin-tsconfig-paths-module-resolver": "^1.0.4",
"bytes": "~3.1.2",
Expand Down
1 change: 0 additions & 1 deletion scripts/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = {
],
plugins: [
'@babel/plugin-transform-block-scoping',
'babel-plugin-transform-next-use-client',
'@babel/plugin-proposal-class-properties',
['@babel/plugin-proposal-object-rest-spread', { loose: true }],
['@babel/plugin-transform-runtime', { useESModules: true }],
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3356,11 +3356,6 @@ babel-plugin-polyfill-regenerator@^0.5.3:
dependencies:
"@babel/helper-define-polyfill-provider" "^0.4.3"

babel-plugin-transform-next-use-client@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-next-use-client/-/babel-plugin-transform-next-use-client-1.1.1.tgz#648f3b3de16a09b490f5d0bc34143516ef91a4df"
integrity sha512-qqyurXN5ZWP7kqmgzzXaEgF0fCi8d72tE+wCQwSCrjfN+LC0fI1+ejhNE+DtVECY1EvYkUoO0tcr9izwC9xexg==

babel-plugin-transform-rename-import@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-rename-import/-/babel-plugin-transform-rename-import-2.3.0.tgz#5d9d645f937b0ca5c26a24b2510a06277b6ffd9b"
Expand Down

0 comments on commit c5645b4

Please sign in to comment.