@sproutsocial/racine 12.4.0 → 12.4.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/racine",
3
- "version": "12.4.0",
3
+ "version": "12.4.1",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "__flow__",
@@ -12,8 +12,7 @@
12
12
  "CHANGELOG.md"
13
13
  ],
14
14
  "bin": {
15
- "racine-codemod": "bin/racine-codemod.js",
16
- "build-npm": "bin/buildNpm.js"
15
+ "racine-codemod": "bin/racine-codemod.js"
17
16
  },
18
17
  "main": "commonjs/index.js",
19
18
  "module": "lib/index.js",
@@ -143,7 +142,7 @@
143
142
  "jscodeshift": "^0.6.4",
144
143
  "json-to-scss": "^1.6.2",
145
144
  "lint-staged": "^10.2.11",
146
- "moment": "^2.29.1",
145
+ "moment": "^2.29.4",
147
146
  "npm-run-all": "^4.1.2",
148
147
  "outdent": "^0.7.0",
149
148
  "pify": "^4.0.1",
@@ -173,7 +172,7 @@
173
172
  "@sproutsocial/seeds-networkcolor": ">=2.2.0",
174
173
  "@sproutsocial/seeds-space": ">=0.4.0",
175
174
  "@sproutsocial/seeds-typography": ">=2.0.0",
176
- "moment": "^2.29.1",
175
+ "moment": "^2.29.4",
177
176
  "prop-types": "^15.0.0",
178
177
  "react": "^16.2.0",
179
178
  "react-dates": "^21.8.0",