reaction-with-style 5.0.232 → 5.0.234

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -58,7 +58,7 @@ The example will then be available at the following URL:
58
58
 
59
59
  http://localhost:8888
60
60
 
61
- The source for the example can be found in the `src/example.js` file and corresponding`src/example` folder. You are encouraged to try the example whilst reading what follows. You can rebuild it on the fly with the following command:
61
+ The source for the example can be found in the `src/example.js` file and corresponding `src/example` folder. You are encouraged to try the example whilst reading what follows. You can rebuild it on the fly with the following command:
62
62
 
63
63
  npm run watch-debug
64
64
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "reaction-with-style",
3
3
  "author": "James Smith",
4
- "version": "5.0.232",
4
+ "version": "5.0.234",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/reaction-with-style",
7
7
  "description": "Programmatic styles for Reaction.",
@@ -10,7 +10,7 @@
10
10
  "url": "https://github.com/djalbat/reaction-with-style"
11
11
  },
12
12
  "dependencies": {
13
- "reaction": "^4.0.41",
13
+ "reaction": "^4.0.42",
14
14
  "with-style": "^5.0.157"
15
15
  },
16
16
  "devDependencies": {