Skip to content

Commit

Permalink
fix(aphrodite_jss_deprecation): aphrodite_jss replaced with custom so…
Browse files Browse the repository at this point in the history
…lution

Aphrodite JSS deprecation
  • Loading branch information
roggervalf authored Mar 10, 2020
2 parents 742513c + c591804 commit fcdf7f1
Show file tree
Hide file tree
Showing 7 changed files with 196 additions and 284 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"comma-dangle": ["error", "never"],
"semi": ["error", "always"],
"object-curly-spacing": ["error", "always"],
"quote-props": ["error", "consistent"]
"quote-props": ["error", "consistent"],
"no-var": ["error"]
}
}
205 changes: 48 additions & 157 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"react-dom": ">=16.0.0"
},
"dependencies": {
"aphrodite-jss": "^2.1.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down Expand Up @@ -118,7 +117,6 @@
"rollup-plugin-eslint": "7.0.0",
"rollup-plugin-stylelint": "1.0.0",
"semantic-release": "15.1.5",
"sinon": "^1.17.7",
"snazzy": "^2.0.1",
"standard": "^5.2.2",
"uglifyjs": "^2.4.10",
Expand Down
Loading

0 comments on commit fcdf7f1

Please sign in to comment.