Skip to content

Commit 34745d4

Browse files
committed
Merge branch 'release/v0.6.0'
2 parents 07f15f6 + 177e525 commit 34745d4

File tree

4 files changed

+570
-348
lines changed

4 files changed

+570
-348
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ typings/
6060
# next.js build output
6161
.next
6262

63+
# GitHub release notes (gren)
64+
.grenrc*
65+
6366
# VS Code files
6467
.vscode/
6568

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skeleton-ui-react",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "React SPA Starter Project",
55
"main": "index.js",
66
"repository": "[email protected]:leanstacks/skeleton-ui-react.git",
@@ -17,47 +17,47 @@
1717
"dependencies": {},
1818
"devDependencies": {
1919
"@fortawesome/fontawesome-free": "^5.1.0",
20-
"axios": "^0.17.1",
20+
"axios": "^0.18.0",
2121
"babel-cli": "^6.26.0",
22-
"babel-core": "^6.26.0",
23-
"babel-loader": "^7.1.2",
22+
"babel-core": "^6.26.3",
23+
"babel-loader": "^7.1.5",
2424
"babel-plugin-transform-class-properties": "^6.24.1",
2525
"babel-plugin-transform-object-rest-spread": "^6.26.0",
2626
"babel-polyfill": "^6.26.0",
27-
"babel-preset-env": "^1.6.1",
27+
"babel-preset-env": "^1.7.0",
2828
"babel-preset-react": "^6.24.1",
2929
"bootstrap": "4.1.1",
3030
"clean-webpack-plugin": "^0.1.17",
3131
"copy-webpack-plugin": "^4.3.1",
3232
"css-loader": "^0.28.7",
3333
"dotenv": "^4.0.0",
34-
"enzyme": "^3.2.0",
35-
"enzyme-adapter-react-16": "^1.1.0",
36-
"enzyme-to-json": "^3.2.2",
34+
"enzyme": "^3.3.0",
35+
"enzyme-adapter-react-16": "^1.1.1",
36+
"enzyme-to-json": "^3.3.4",
3737
"extract-text-webpack-plugin": "^3.0.2",
3838
"file-loader": "^1.1.6",
3939
"history": "^4.7.2",
4040
"html-webpack-plugin": "^2.30.1",
41-
"jest": "^21.2.1",
41+
"jest": "^23.3.0",
4242
"jest-localstorage-mock": "^2.2.0",
43-
"jquery": "^3.2.1",
43+
"jquery": "^3.3.1",
4444
"lodash": "^4.17.10",
45-
"moment": "^2.19.3",
45+
"moment": "^2.22.2",
4646
"node-sass": "^4.7.2",
4747
"numeral": "^2.0.6",
4848
"popper.js": "^1.14.3",
4949
"raf": "^3.4.0",
50-
"react": "^16.2.0",
51-
"react-dom": "^16.2.0",
52-
"react-redux": "^5.0.6",
53-
"react-router-dom": "^4.2.2",
54-
"redux": "^3.7.2",
55-
"redux-mock-store": "^1.3.0",
56-
"redux-thunk": "^2.2.0",
50+
"react": "^16.4.1",
51+
"react-dom": "^16.4.1",
52+
"react-redux": "^5.0.7",
53+
"react-router-dom": "^4.3.1",
54+
"redux": "^4.0.0",
55+
"redux-mock-store": "^1.5.3",
56+
"redux-thunk": "^2.3.0",
5757
"sass-loader": "^6.0.6",
5858
"style-loader": "^0.19.0",
5959
"url-loader": "^0.6.2",
60-
"validator": "^9.1.2",
60+
"validator": "^10.4.0",
6161
"webpack": "^3.9.1",
6262
"webpack-dev-server": "^2.9.5",
6363
"webpack-merge": "^4.1.1"

public/assets/data/technologies/technologies.json

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "adbe711c-9698-41f7-bf86-ae3e41ba49eb",
44
"name": "React",
55
"type": "application",
6-
"version": "16.2.0",
6+
"version": "16.4.1",
77
"license": "MIT",
88
"licenseUrl": "https://spdx.org/licenses/MIT.html",
99
"description": "React is a structural framework for dynamic web apps.",
@@ -13,7 +13,7 @@
1313
"id": "0360ff87-0f87-411e-8231-797806583067",
1414
"name": "Redux",
1515
"type": "application",
16-
"version": "3.7.2",
16+
"version": "4.0.0",
1717
"license": "MIT",
1818
"licenseUrl": "https://spdx.org/licenses/MIT.html",
1919
"description": "Redux is a predictable state container for JavaScript apps.",
@@ -23,7 +23,7 @@
2323
"id": "805356dc-f453-4842-89c8-7d763310c5a3",
2424
"name": "React Router",
2525
"type": "application",
26-
"version": "4.2.2",
26+
"version": "4.3.1",
2727
"license": "MIT",
2828
"licenseUrl": "https://spdx.org/licenses/MIT.html",
2929
"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.",
@@ -33,7 +33,7 @@
3333
"id": "4b5b3180-2169-4d80-a22c-1ca4248cb049",
3434
"name": "Axios",
3535
"type": "application",
36-
"version": "0.17.1",
36+
"version": "0.18.0",
3737
"license": "MIT",
3838
"licenseUrl": "https://spdx.org/licenses/MIT.html",
3939
"description": "A Promise-based HTTP client for the browser and node.js.",
@@ -73,7 +73,7 @@
7373
"id": "aa636860-0fa5-4093-9592-1cbb6b2f5c3b",
7474
"name": "Moment",
7575
"type": "application",
76-
"version": "2.19.3",
76+
"version": "2.22.2",
7777
"license": "MIT",
7878
"licenseUrl": "https://spdx.org/licenses/MIT.html",
7979
"description": "Parse, validate, manipulate, and display dates and times in JavaScript.",
@@ -89,6 +89,16 @@
8989
"description": "A javascript library for formatting and manipulating numbers.",
9090
"url": "http://numeraljs.com/"
9191
},
92+
{
93+
"id": "482ffcac-9db2-40d2-a971-fbaf93707d5a",
94+
"name": "Validator",
95+
"type": "application",
96+
"version": "10.4.0",
97+
"license": "MIT",
98+
"licenseUrl": "https://spdx.org/licenses/MIT.html",
99+
"description": "A javascript library of validators and sanitizers.",
100+
"url": "https://github.com/chriso/validator.js"
101+
},
92102
{
93103
"id": "d142466a-e461-474b-9aac-3490a37906d8",
94104
"name": "Webpack",
@@ -103,7 +113,7 @@
103113
"id": "7671e7af-7dc6-4d22-ba65-6a21778d2beb",
104114
"name": "Babel",
105115
"type": "build",
106-
"version": "6.26.0",
116+
"version": "6.26.3",
107117
"license": "MIT",
108118
"licenseUrl": "https://spdx.org/licenses/MIT.html",
109119
"description": "Babel is a JavaScript transpiler.",
@@ -139,7 +149,7 @@
139149
"id": "8218cb49-7830-4d88-8df5-4c1ad4d4df4f",
140150
"name": "Jest",
141151
"type": "test",
142-
"version": "21.2.1",
152+
"version": "23.3.0",
143153
"license": "MIT",
144154
"licenseUrl": "https://spdx.org/licenses/MIT.html",
145155
"description": "Jest is used by Facebook to test all JavaScript code including React applications.",
@@ -149,7 +159,7 @@
149159
"id": "f62dd51f-ceae-4051-bbf1-931161ee54fc",
150160
"name": "Enzyme",
151161
"type": "test",
152-
"version": "3.2.0",
162+
"version": "3.3.0",
153163
"license": "MIT",
154164
"licenseUrl": "https://spdx.org/licenses/MIT.html",
155165
"description": "Enzyme is a JavaScript Testing utility for React that makes it easier to assert, manipulate, and traverse your React Components' output.",
@@ -159,7 +169,7 @@
159169
"id": "878a061d-2605-4839-ba44-8b2eced0e982",
160170
"name": "Redux Mock Store",
161171
"type": "test",
162-
"version": "1.3.0",
172+
"version": "1.5.3",
163173
"license": "MIT",
164174
"licenseUrl": "https://spdx.org/licenses/MIT.html",
165175
"description": "A mock store for testing Redux async action creators and middleware.",

0 commit comments

Comments
 (0)