Skip to content

Commit

Permalink
Prepare v4.4.0 release (#50)
Browse files Browse the repository at this point in the history
* Upgrade configcat-common to v9.3.0

* npm audit fix

* Set eslint as default formatter for VSCode workspace

* Bump version
  • Loading branch information
adams85 authored Mar 21, 2024
1 parent b471acb commit b4a597b
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"eslint.format.enable": true,
"eslint.validate": [
"typescript"
Expand Down
56 changes: 44 additions & 12 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.3.0",
"version": "4.4.0",
"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.2.0",
"configcat-common": "9.3.0",
"tslib": "^2.4.1"
},
"peerDependencies": {
Expand Down

0 comments on commit b4a597b

Please sign in to comment.