Skip to content

Commit

Permalink
Merge branch 'release/v0.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarman committed Jul 9, 2018
2 parents 07f15f6 + 177e525 commit 34745d4
Show file tree
Hide file tree
Showing 4 changed files with 570 additions and 348 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ typings/
# next.js build output
.next

# GitHub release notes (gren)
.grenrc*

# VS Code files
.vscode/

Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skeleton-ui-react",
"version": "0.5.0",
"version": "0.6.0",
"description": "React SPA Starter Project",
"main": "index.js",
"repository": "[email protected]:leanstacks/skeleton-ui-react.git",
Expand All @@ -17,47 +17,47 @@
"dependencies": {},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.1.0",
"axios": "^0.17.1",
"axios": "^0.18.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"bootstrap": "4.1.1",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.7",
"dotenv": "^4.0.0",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.2.2",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"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": "^21.2.1",
"jest": "^23.3.0",
"jest-localstorage-mock": "^2.2.0",
"jquery": "^3.2.1",
"jquery": "^3.3.1",
"lodash": "^4.17.10",
"moment": "^2.19.3",
"moment": "^2.22.2",
"node-sass": "^4.7.2",
"numeral": "^2.0.6",
"popper.js": "^1.14.3",
"raf": "^3.4.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-mock-store": "^1.3.0",
"redux-thunk": "^2.2.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"redux": "^4.0.0",
"redux-mock-store": "^1.5.3",
"redux-thunk": "^2.3.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"validator": "^9.1.2",
"validator": "^10.4.0",
"webpack": "^3.9.1",
"webpack-dev-server": "^2.9.5",
"webpack-merge": "^4.1.1"
Expand Down
28 changes: 19 additions & 9 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.2.0",
"version": "16.4.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": "3.7.2",
"version": "4.0.0",
"license": "MIT",
"licenseUrl": "https://spdx.org/licenses/MIT.html",
"description": "Redux is a predictable state container for JavaScript apps.",
Expand All @@ -23,7 +23,7 @@
"id": "805356dc-f453-4842-89c8-7d763310c5a3",
"name": "React Router",
"type": "application",
"version": "4.2.2",
"version": "4.3.1",
"license": "MIT",
"licenseUrl": "https://spdx.org/licenses/MIT.html",
"description": "Components are the heart of React's powerful, declarative programming model. React Router is a collection of navigational components that compose declaratively with your application.",
Expand All @@ -33,7 +33,7 @@
"id": "4b5b3180-2169-4d80-a22c-1ca4248cb049",
"name": "Axios",
"type": "application",
"version": "0.17.1",
"version": "0.18.0",
"license": "MIT",
"licenseUrl": "https://spdx.org/licenses/MIT.html",
"description": "A Promise-based HTTP client for the browser and node.js.",
Expand Down Expand Up @@ -73,7 +73,7 @@
"id": "aa636860-0fa5-4093-9592-1cbb6b2f5c3b",
"name": "Moment",
"type": "application",
"version": "2.19.3",
"version": "2.22.2",
"license": "MIT",
"licenseUrl": "https://spdx.org/licenses/MIT.html",
"description": "Parse, validate, manipulate, and display dates and times in JavaScript.",
Expand All @@ -89,6 +89,16 @@
"description": "A javascript library for formatting and manipulating numbers.",
"url": "http://numeraljs.com/"
},
{
"id": "482ffcac-9db2-40d2-a971-fbaf93707d5a",
"name": "Validator",
"type": "application",
"version": "10.4.0",
"license": "MIT",
"licenseUrl": "https://spdx.org/licenses/MIT.html",
"description": "A javascript library of validators and sanitizers.",
"url": "https://github.com/chriso/validator.js"
},
{
"id": "d142466a-e461-474b-9aac-3490a37906d8",
"name": "Webpack",
Expand All @@ -103,7 +113,7 @@
"id": "7671e7af-7dc6-4d22-ba65-6a21778d2beb",
"name": "Babel",
"type": "build",
"version": "6.26.0",
"version": "6.26.3",
"license": "MIT",
"licenseUrl": "https://spdx.org/licenses/MIT.html",
"description": "Babel is a JavaScript transpiler.",
Expand Down Expand Up @@ -139,7 +149,7 @@
"id": "8218cb49-7830-4d88-8df5-4c1ad4d4df4f",
"name": "Jest",
"type": "test",
"version": "21.2.1",
"version": "23.3.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 @@ -149,7 +159,7 @@
"id": "f62dd51f-ceae-4051-bbf1-931161ee54fc",
"name": "Enzyme",
"type": "test",
"version": "3.2.0",
"version": "3.3.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 All @@ -159,7 +169,7 @@
"id": "878a061d-2605-4839-ba44-8b2eced0e982",
"name": "Redux Mock Store",
"type": "test",
"version": "1.3.0",
"version": "1.5.3",
"license": "MIT",
"licenseUrl": "https://spdx.org/licenses/MIT.html",
"description": "A mock store for testing Redux async action creators and middleware.",
Expand Down
Loading

0 comments on commit 34745d4

Please sign in to comment.