Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/google.golang.org/grpc…
Browse files Browse the repository at this point in the history
…-1.68.0
  • Loading branch information
thomaspoignant authored Nov 11, 2024
2 parents 2d28513 + aad320c commit 953830d
Show file tree
Hide file tree
Showing 6 changed files with 322 additions and 137 deletions.
234 changes: 207 additions & 27 deletions examples/openfeature_react/react-app/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 examples/openfeature_react/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"@openfeature/core": "^1.3.0",
"@openfeature/go-feature-flag-web-provider": "^0.2.1",
"@openfeature/react-sdk": "^0.4.8",
"@openfeature/web-sdk": "^1.3.1",
"@openfeature/web-sdk": "^1.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.12.2",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
Expand Down
24 changes: 12 additions & 12 deletions examples/openfeature_web/webapp/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 examples/openfeature_web/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
},
"dependencies": {
"@openfeature/go-feature-flag-web-provider": "^0.2.1",
"@openfeature/web-sdk": "^1.3.1",
"@openfeature/web-sdk": "^1.3.2",
"highlight.js": "^11.10.0",
"uuid": "^11.0.2"
"uuid": "^11.0.3"
}
}
Loading

0 comments on commit 953830d

Please sign in to comment.