Skip to content

Commit

Permalink
Prepare v3.1.1 release (#39)
Browse files Browse the repository at this point in the history
* Update to configcat-common v8.1.1

* Downgrade TypeScript to v4.1

* Bump version
  • Loading branch information
adams85 authored Aug 4, 2023
1 parent 6d9872e commit a922b94
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "configcat-react",
"version": "3.1.0",
"version": "3.1.1",
"scripts": {
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "tsc -p tsconfig.build.esm.json && gulp esm",
Expand Down Expand Up @@ -33,7 +33,7 @@
"homepage": "https://configcat.com",
"license": "MIT",
"dependencies": {
"configcat-common": "^8.1.0",
"configcat-common": "^8.1.1",
"tslib": "^2.4.1"
},
"peerDependencies": {
Expand All @@ -58,7 +58,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"typescript": "^4.9.4"
"typescript": "^4.1.2"
},
"overrides": {
"chokidar": "3.5.3",
Expand Down

0 comments on commit a922b94

Please sign in to comment.