flipper-server-companion 0.209.0 → 0.210.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flipper-server-companion",
3
- "version": "0.209.0",
3
+ "version": "0.210.1",
4
4
  "description": "Runs Flipper plugins on Flipper Server",
5
5
  "repository": "facebook/flipper",
6
6
  "main": "lib/index.js",
@@ -9,9 +9,9 @@
9
9
  "license": "MIT",
10
10
  "bugs": "https://github.com/facebook/flipper/issues",
11
11
  "dependencies": {
12
- "flipper-common": "0.209.0",
13
- "flipper-frontend-core": "0.209.0",
14
- "flipper-plugin-core": "0.209.0",
12
+ "flipper-common": "0.210.1",
13
+ "flipper-frontend-core": "0.210.1",
14
+ "flipper-plugin-core": "0.210.1",
15
15
  "immer": "^9.0.18"
16
16
  },
17
17
  "devDependencies": {