Skip to content

Commit

Permalink
change workspace:* dep versions to hard numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelansmith committed Jan 28, 2024
1 parent 99876d9 commit d86650c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/node_modules
.DS_store
.turbo
2 changes: 1 addition & 1 deletion dist/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Wrap all generic WP `render-blocks` types to make them React-specific.
* Wrap all generic WP `@kaelan/render-blocks` types to make them React-specific.
* Doing so prevents users from having to mess with type parameters all over the place.
*/
/// <reference types="react" />
Expand Down
2 changes: 1 addition & 1 deletion dist/types.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";
/**
* Wrap all generic WP `render-blocks` types to make them React-specific.
* Wrap all generic WP `@kaelan/render-blocks` types to make them React-specific.
* Doing so prevents users from having to mess with type parameters all over the place.
*/
Object.defineProperty(exports, "__esModule", { value: true });
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,18 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"cloakwp": ">= 0.3.8",
"cloakwp": ">= 0.4.1",
"html-react-parser": "3.x",
"react": ">= 17.0.2",
"react-dom": ">= 17.0.2"
},
"dependencies": {
"@cloakui/styles": "workspace:*",
"@cloakui/react-primitives": "workspace:*",
"@cloakui/styles": "^0.0.1",
"@cloakui/react-primitives": "^0.0.2",
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0"
},
"publishConfig": {
"access": "public"
}
}
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Wrap all generic WP `render-blocks` types to make them React-specific.
* Wrap all generic WP `@kaelan/render-blocks` types to make them React-specific.
* Doing so prevents users from having to mess with type parameters all over the place.
*/

Expand Down

0 comments on commit d86650c

Please sign in to comment.