Skip to content

Commit

Permalink
See #6. Upgrade react, jest, and enzyme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarman committed Nov 7, 2018
1 parent e27aa26 commit 09070c0
Show file tree
Hide file tree
Showing 3 changed files with 328 additions and 255 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skeleton-ui-react",
"version": "0.6.1",
"version": "1.0.0",
"description": "React SPA Starter Project",
"main": "index.js",
"repository": "[email protected]:leanstacks/skeleton-ui-react.git",
Expand Down Expand Up @@ -31,27 +31,27 @@
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.7",
"dotenv": "^4.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"enzyme-to-json": "^3.3.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"history": "^4.7.2",
"html-webpack-plugin": "^2.30.1",
"jest": "^23.3.0",
"jest-localstorage-mock": "^2.2.0",
"jest": "^23.6.0",
"jest-localstorage-mock": "^2.3.0",
"jquery": "^3.3.1",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"node-sass": "^4.7.2",
"numeral": "^2.0.6",
"popper.js": "^1.14.3",
"raf": "^3.4.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react": "^16.6.1",
"react-dom": "^16.6.1",
"react-redux": "^5.1.0",
"react-router-dom": "^4.3.1",
"redux": "^4.0.0",
"redux": "^4.0.1",
"redux-mock-store": "^1.5.3",
"redux-thunk": "^2.3.0",
"sass-loader": "^6.0.6",
Expand Down
8 changes: 4 additions & 4 deletions public/assets/data/technologies/technologies.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "adbe711c-9698-41f7-bf86-ae3e41ba49eb",
"name": "React",
"type": "application",
"version": "16.4.1",
"version": "16.6.1",
"license": "MIT",
"licenseUrl": "https://spdx.org/licenses/MIT.html",
"description": "React is a structural framework for dynamic web apps.",
Expand All @@ -13,7 +13,7 @@
"id": "0360ff87-0f87-411e-8231-797806583067",
"name": "Redux",
"type": "application",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"licenseUrl": "https://spdx.org/licenses/MIT.html",
"description": "Redux is a predictable state container for JavaScript apps.",
Expand Down Expand Up @@ -149,7 +149,7 @@
"id": "8218cb49-7830-4d88-8df5-4c1ad4d4df4f",
"name": "Jest",
"type": "test",
"version": "23.3.0",
"version": "23.6.0",
"license": "MIT",
"licenseUrl": "https://spdx.org/licenses/MIT.html",
"description": "Jest is used by Facebook to test all JavaScript code including React applications.",
Expand All @@ -159,7 +159,7 @@
"id": "f62dd51f-ceae-4051-bbf1-931161ee54fc",
"name": "Enzyme",
"type": "test",
"version": "3.3.0",
"version": "3.7.0",
"license": "MIT",
"licenseUrl": "https://spdx.org/licenses/MIT.html",
"description": "Enzyme is a JavaScript Testing utility for React that makes it easier to assert, manipulate, and traverse your React Components' output.",
Expand Down
Loading

0 comments on commit 09070c0

Please sign in to comment.