Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
## Version 2.1.0
### Changes
- Base TS Config file was renamed. (#164)

### Fixes
- Dependency vulnerabilities were remediated. (#163, #165)
  • Loading branch information
tmeyer2115 authored Nov 15, 2022
2 parents fb10f62 + 5a35d3f commit 04477aa
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 27 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/search-headless-react",
"version": "2.0.1",
"version": "2.1.0",
"description": "The official React UI Bindings layer for Search Headless",
"main": "./lib/esm/index.js",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -32,7 +32,7 @@
"generate-notices": "generate-license-file --input package.json --output THIRD-PARTY-NOTICES --overwrite"
},
"dependencies": {
"@yext/search-headless": "^2.0.0",
"@yext/search-headless": "^2.1.0",
"use-sync-external-store": "^1.1.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions tests/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "../tsconfig.json",
"include": [
"."
]
}
2 changes: 1 addition & 1 deletion tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.base.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"outDir": "lib/commonjs"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.esm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.base.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "esnext",
"outDir": "lib/esm",
Expand Down
File renamed without changes.

0 comments on commit 04477aa

Please sign in to comment.