Skip to content

Commit fcdf7f1

Browse files
authored
fix(aphrodite_jss_deprecation): aphrodite_jss replaced with custom solution
Aphrodite JSS deprecation
2 parents 742513c + c591804 commit fcdf7f1

File tree

7 files changed

+196
-284
lines changed

7 files changed

+196
-284
lines changed

.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"comma-dangle": ["error", "never"],
4848
"semi": ["error", "always"],
4949
"object-curly-spacing": ["error", "always"],
50-
"quote-props": ["error", "consistent"]
50+
"quote-props": ["error", "consistent"],
51+
"no-var": ["error"]
5152
}
5253
}

package-lock.json

+48-157
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"react-dom": ">=16.0.0"
5353
},
5454
"dependencies": {
55-
"aphrodite-jss": "^2.1.0",
5655
"prop-types": "^15.7.2"
5756
},
5857
"devDependencies": {
@@ -118,7 +117,6 @@
118117
"rollup-plugin-eslint": "7.0.0",
119118
"rollup-plugin-stylelint": "1.0.0",
120119
"semantic-release": "15.1.5",
121-
"sinon": "^1.17.7",
122120
"snazzy": "^2.0.1",
123121
"standard": "^5.2.2",
124122
"uglifyjs": "^2.4.10",

0 commit comments

Comments
 (0)