Skip to content

Commit

Permalink
Merge pull request #94 from ndom91/ndom91/move-react-select-to-peer-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 authored Mar 29, 2023
2 parents 70ebb1c + 28bf279 commit c7289b6
Show file tree
Hide file tree
Showing 10 changed files with 168 additions and 183 deletions.
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
contact_links:
- name: 💬 Nico's Contact Links
url: https://ndo.dev
about: Want to discuss / chat with the community? Here you go!
- name: ⁉️ Why and How to make a reproduction?
- name: ⁉️ Why and how to make a reproduction?
url: https://antfu.me/posts/why-reproductions-are-required
about: Reproduction is very important for maintainer to help on your issues!
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
enable-pre-post-scripts=true
auto-install-peers = true
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-timezone-select",
"version": "1.5.6",
"version": "2.0.0",
"description": "Usable, dynamic React Timezone Select",
"scripts": {
"dev": "concurrently \"tsup src/index.tsx --format esm --watch\" \"cd example && pnpm dev\"",
Expand Down Expand Up @@ -48,10 +48,10 @@
},
"peerDependencies": {
"react": "^18 || ^17.0.1 || ^16",
"react-dom": "^18 || ^17.0.1 || ^16"
"react-dom": "^18 || ^17.0.1 || ^16",
"react-select": "^5.7.0"
},
"dependencies": {
"react-select": "^5.7.0",
"spacetime": "^7.4.1",
"timezone-soft": "^1.4.1"
},
Expand Down
Loading

0 comments on commit c7289b6

Please # to comment.