Skip to content

Commit

Permalink
React + ReactDOM v15.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed Jun 23, 2017
1 parent 2fdb84a commit 1923ca7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions R7.Dnn.JavaScriptLibraries/React/Manifest.dnn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="React" type="JavaScript_Library" version="15.05.04">
<package name="React" type="JavaScript_Library" version="15.06.01">
<friendlyName>React JavaScript Library</friendlyName>
<description>A JavaScript library for building user interfaces.</description>
<owner>
Expand All @@ -11,20 +11,20 @@
<email />
</owner>
<license>https://github.com/facebook/react/blob/master/LICENSE</license>
<releaseNotes>https://github.com/facebook/react/releases/tag/v15.5.0</releaseNotes>
<releaseNotes>https://github.com/facebook/react/releases/tag/v15.6.1</releaseNotes>
<components>
<component type="JavaScript_Library">
<javaScriptLibrary>
<libraryName>React</libraryName>
<fileName>react.min.js</fileName>
<preferredScriptLocation>PageHead</preferredScriptLocation>
<CDNPath>https://unpkg.com/react@15.5.4/dist/react.js</CDNPath>
<CDNPath>https://unpkg.com/react@15.6.1/dist/react.js</CDNPath>
<objectName>React</objectName>
</javaScriptLibrary>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>Resources\Libraries\React\15_05_04</basePath>
<basePath>Resources\Libraries\React\15_06_01</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
Expand Down
8 changes: 4 additions & 4 deletions R7.Dnn.JavaScriptLibraries/ReactDOM/Manifest.dnn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="ReactDOM" type="JavaScript_Library" version="15.05.04">
<package name="ReactDOM" type="JavaScript_Library" version="15.06.01">
<friendlyName>ReactDOM JavaScript Library</friendlyName>
<description>A JavaScript library for building user interfaces.</description>
<owner>
Expand All @@ -11,20 +11,20 @@
<email />
</owner>
<license>https://github.com/facebook/react/blob/master/LICENSE</license>
<releaseNotes>https://github.com/facebook/react/releases/tag/v15.5.0</releaseNotes>
<releaseNotes>https://github.com/facebook/react/releases/tag/v15.6.1</releaseNotes>
<components>
<component type="JavaScript_Library">
<javaScriptLibrary>
<libraryName>ReactDOM</libraryName>
<fileName>react-dom.min.js</fileName>
<preferredScriptLocation>PageHead</preferredScriptLocation>
<CDNPath>https://unpkg.com/react-dom@15.5.4/dist/react-dom.js</CDNPath>
<CDNPath>https://unpkg.com/react-dom@15.6.1/dist/react-dom.js</CDNPath>
<objectName>ReactDOM</objectName>
</javaScriptLibrary>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>Resources\Libraries\ReactDOM\15_05_04</basePath>
<basePath>Resources\Libraries\ReactDOM\15_06_01</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"jquery-colorbox": "^1.6.4",
"lazyad-loader": "git+https://github.com/madgex/lazy-ads.git",
"lightbox2": "^2.9.0",
"react": "^15.5.4",
"react-dom": "^15.5.4"
"react": "^15.6.1",
"react-dom": "^15.6.1"
}
}

0 comments on commit 1923ca7

Please sign in to comment.