Skip to content

Commit

Permalink
Update samples to v11.0.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
adams85 authored Nov 28, 2023
1 parent 918c283 commit c40dae7
Show file tree
Hide file tree
Showing 10 changed files with 104 additions and 104 deletions.
42 changes: 21 additions & 21 deletions samples/console-esm/package-lock.json

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

2 changes: 1 addition & 1 deletion samples/console-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"author": "configcat",
"license": "MIT",
"dependencies": {
"configcat-node": "^10.1.0"
"configcat-node": "^11.0.0"
}
}
42 changes: 21 additions & 21 deletions samples/console/package-lock.json

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

2 changes: 1 addition & 1 deletion samples/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"author": "configcat",
"license": "MIT",
"dependencies": {
"configcat-node": "^10.1.0"
"configcat-node": "^11.0.0"
}
}
42 changes: 21 additions & 21 deletions samples/customcache/package-lock.json

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

2 changes: 1 addition & 1 deletion samples/customcache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "configcat",
"license": "MIT",
"dependencies": {
"configcat-node": "^10.1.0",
"configcat-node": "^11.0.0",
"redis": "^3.1.2"
}
}
42 changes: 21 additions & 21 deletions samples/expresswithdocker/package-lock.json

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

2 changes: 1 addition & 1 deletion samples/expresswithdocker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"description": "Sample application for ConfigCat SDK",
"dependencies": {
"configcat-node": "^10.1.0",
"configcat-node": "^11.0.0",
"express": "^4.17.1",
"semver": "^7.3.5"
}
Expand Down
Loading

0 comments on commit c40dae7

Please sign in to comment.