diff --git a/package.json b/package.json index 10f2e47..095594a 100755 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "react-dom": "^18 || ^17.0.1 || ^16" }, "dependencies": { - "react-select": "^5.2.2", + "react-select": "^5.7.0", "spacetime": "^7.1.4", "timezone-soft": "^1.3.1" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9e39e73..2928eda 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,7 +18,7 @@ specifiers: pretty-quick: ^3.1.3 react: ^17 react-dom: ^17 - react-select: ^5.2.2 + react-select: ^5.7.0 rollup: ^2.67.0 rollup-plugin-peer-deps-external: ^2.2.4 rollup-plugin-postcss: ^4.0.2 @@ -30,7 +30,7 @@ specifiers: typescript: ^4.5.5 dependencies: - react-select: 5.4.0_nn45z5sr7igu7sfun6tiae5hx4 + react-select: 5.7.0_nn45z5sr7igu7sfun6tiae5hx4 spacetime: 7.1.4 timezone-soft: 1.3.1 @@ -623,6 +623,22 @@ packages: } dev: false + /@floating-ui/core/1.1.1: + resolution: + { + integrity: sha512-PL7g3dhA4dHgZfujkuD8Q+tfJJynEtnNQSPzmucCnxMvkxf4cLBJw/ZYqZUn4HCh33U3WHrAfv2R2tbi9UCSmw==, + } + dev: false + + /@floating-ui/dom/1.1.1: + resolution: + { + integrity: sha512-TpIO93+DIujg3g7SykEAGZMDtbJRrmnYRCNYSjJlvIbGhBjRSNTLVbNeDQBrzy9qDgUbiWdc7KA0uZHZ2tJmiw==, + } + dependencies: + '@floating-ui/core': 1.1.1 + dev: false + /@istanbuljs/load-nyc-config/1.1.0: resolution: { @@ -4185,10 +4201,10 @@ packages: } dev: true - /memoize-one/5.2.1: + /memoize-one/6.0.0: resolution: { - integrity: sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==, + integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==, } dev: false @@ -5150,10 +5166,10 @@ packages: } dev: true - /react-select/5.4.0_nn45z5sr7igu7sfun6tiae5hx4: + /react-select/5.7.0_nn45z5sr7igu7sfun6tiae5hx4: resolution: { - integrity: sha512-CjE9RFLUvChd5SdlfG4vqxZd55AZJRrLrHzkQyTYeHlpOztqcgnyftYAolJ0SGsBev6zAs6qFrjm6KU3eo2hzg==, + integrity: sha512-lJGiMxCa3cqnUr2Jjtg9YHsaytiZqeNOKeibv6WF5zbK/fPegZ1hg3y/9P1RZVLhqBTs0PfqQLKuAACednYGhQ==, } peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -5162,12 +5178,14 @@ packages: '@babel/runtime': 7.18.6 '@emotion/cache': 11.9.3 '@emotion/react': 11.9.3_sudpmbbyhqtxq6t4xf6jlicdem + '@floating-ui/dom': 1.1.1 '@types/react-transition-group': 4.4.5 - memoize-one: 5.2.1 + memoize-one: 6.0.0 prop-types: 15.8.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 react-transition-group: 4.4.2_sfoxds7t5ydpegc3knd667wn6m + use-isomorphic-layout-effect: 1.1.2_sudpmbbyhqtxq6t4xf6jlicdem transitivePeerDependencies: - '@babel/core' - '@types/react' @@ -5990,6 +6008,22 @@ packages: picocolors: 1.0.0 dev: true + /use-isomorphic-layout-effect/1.1.2_sudpmbbyhqtxq6t4xf6jlicdem: + resolution: + { + integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==, + } + peerDependencies: + '@types/react': '*' + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + dependencies: + '@types/react': 17.0.47 + react: 17.0.2 + dev: false + /util-deprecate/1.0.2: resolution: {