Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9cbcd52

Browse filesBrowse files
committed
Issue 126: Update JQuery version on affected samples
1 parent 8934a60 commit 9cbcd52
Copy full SHA for 9cbcd52

File tree

Expand file treeCollapse file tree

7 files changed

+8
-8
lines changed
Filter options
Expand file treeCollapse file tree

7 files changed

+8
-8
lines changed

‎11 TestReducer/package.json

Copy file name to clipboardExpand all lines: 11 TestReducer/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "ISC",
1212
"dependencies": {
1313
"bootstrap": "^3.3.5",
14-
"jquery": "^2.1.4",
14+
"jquery": "^3.2.1",
1515
"lodash": "^4.5.1",
1616
"object-assign": "^4.0.1",
1717
"q": "^1.4.1",

‎12 TestAction/package.json

Copy file name to clipboardExpand all lines: 12 TestAction/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "ISC",
1212
"dependencies": {
1313
"bootstrap": "^3.3.5",
14-
"jquery": "^2.1.4",
14+
"jquery": "^3.2.1",
1515
"lodash": "^4.5.1",
1616
"object-assign": "^4.0.1",
1717
"q": "^1.4.1",

‎13 TestComponent/package.json

Copy file name to clipboardExpand all lines: 13 TestComponent/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "ISC",
1212
"dependencies": {
1313
"bootstrap": "^3.3.5",
14-
"jquery": "^2.1.4",
14+
"jquery": "^3.2.1",
1515
"lodash": "^4.5.1",
1616
"object-assign": "^4.0.1",
1717
"q": "^1.4.1",

‎14 AsyncCalls_Redux_Saga/package.json

Copy file name to clipboardExpand all lines: 14 AsyncCalls_Redux_Saga/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"dependencies": {
1212
"bootstrap": "^3.3.5",
13-
"jquery": "^2.1.4",
13+
"jquery": "^3.2.1",
1414
"lodash": "^4.5.1",
1515
"object-assign": "^4.0.1",
1616
"q": "^1.4.1",

‎15 Lazy Loading/package.json

Copy file name to clipboardExpand all lines: 15 Lazy Loading/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "ISC",
1212
"dependencies": {
1313
"bootstrap": "^3.3.5",
14-
"jquery": "^2.1.4",
14+
"jquery": "^3.2.1",
1515
"lodash": "^4.5.1",
1616
"object-assign": "^4.0.1",
1717
"q": "^1.4.1",

‎16 Custom Middleware/package.json

Copy file name to clipboardExpand all lines: 16 Custom Middleware/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "ISC",
1212
"dependencies": {
1313
"bootstrap": "^3.3.5",
14-
"jquery": "^2.1.4",
14+
"jquery": "^3.2.1",
1515
"lodash": "^4.5.1",
1616
"object-assign": "^4.0.1",
1717
"q": "^1.4.1",

‎17 ReactHotLoader/package.json

Copy file name to clipboardExpand all lines: 17 ReactHotLoader/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "ISC",
1313
"dependencies": {
1414
"bootstrap": "^3.3.5",
15-
"jquery": "^2.1.4",
15+
"jquery": "^3.2.1",
1616
"lodash": "^4.5.1",
1717
"object-assign": "^4.0.1",
1818
"q": "^1.4.1",
@@ -52,6 +52,6 @@
5252
"typescript": "^1.8.9",
5353
"url-loader": "^0.5.7",
5454
"webpack": "^1.12.13",
55-
"webpack-dev-server": "^1.14.1"
55+
"webpack-dev-server": "^1.14.1"
5656
}
5757
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.