Skip to content

Commit

Permalink
Prepare v4.6.1 release (#56)
Browse files Browse the repository at this point in the history
* npm audit fix

* Upgrade to configcat-common v9.3.1

* Bump version
  • Loading branch information
adams85 authored Sep 6, 2024
1 parent 0b72912 commit c3f024a
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 87 deletions.
159 changes: 74 additions & 85 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": "configcat-react",
"version": "4.6.0",
"version": "4.6.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": "9.3.0",
"configcat-common": "9.3.1",
"tslib": "^2.4.1"
},
"peerDependencies": {
Expand Down

0 comments on commit c3f024a

Please sign in to comment.