Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobp100 committed Sep 5, 2019
1 parent 8750513 commit 3369f9f
Show file tree
Hide file tree
Showing 5 changed files with 4,875 additions and 137 deletions.
24 changes: 12 additions & 12 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@
"private": true,
"dependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-loader": "^8.0.6",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.22.0",
"benchmark": "^2.1.3",
"console.table": "^0.8.0",
"cssta": "^0.8.0",
"eslint": "^3.15.0",
"react": "^15.4.2",
"react-test-renderer": "^15.4.2",
"styled-components": "^1.4.3",
"webpack": "^2.2.1"
"console.table": "^0.10.0",
"cssta": "^0.9.0",
"eslint": "^6.3.0",
"react": "^16.9.0",
"react-test-renderer": "^16.9.0",
"styled-components": "^4.3.2",
"webpack": "^4.39.3"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-cssta": "^0.8.0",
"babel-plugin-cssta": "^0.9.0",
"babel-preset-latest": "^6.22.0",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"webpack": "^2.2.1"
},
"scripts": {
Expand Down

0 comments on commit 3369f9f

Please sign in to comment.