This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react'; | |
import { BrowserRouter as Router, Link, Route } from 'react-router-dom'; | |
import Root from './Root'; | |
import Sidebar from './Sidebar'; | |
import SidebarItem from './SidebarItem'; | |
import Main from './Main'; | |
import Gist from './Gist'; | |
// import logo from './logo.svg'; | |
import './App.css'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function (global, factory) { | |
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react'), require('react-dom'), require('ag-grid'), require('prop-types'), require('react-dom-factories')) : | |
typeof define === 'function' && define.amd ? define(['exports', 'react', 'react-dom', 'ag-grid', 'prop-types', 'react-dom-factories'], factory) : | |
(factory((global.AgGridReact = {}),global.React,global.ReactDOM,global.agGrid,global.PropTypes,global.ReactDOMFactories)); | |
}(this, (function (exports,React,ReactDOM,AgGrid,PropTypes,DOM) { 'use strict'; | |
function __extends(d, b) { | |
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; | |
function __() { this.constructor = d; } | |
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/scripts/babel/transform-object-assign-require.js b/scripts/babel/transform-object-assign-require.js | |
index 2d4d8203b..d98591c16 100644 | |
--- a/scripts/babel/transform-object-assign-require.js | |
+++ b/scripts/babel/transform-object-assign-require.js | |
@@ -7,12 +7,16 @@ | |
'use strict'; | |
+const {addDefault} = require('@babel/helper-module-imports'); | |
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/examples/ssr/build/bundle.js b/examples/ssr/build/bundle.js | |
index c49fadece..e4fb0ad97 100644 | |
--- a/examples/ssr/build/bundle.js | |
+++ b/examples/ssr/build/bundle.js | |
@@ -9880,30 +9880,31 @@ | |
Object.defineProperty(exports, '__esModule', { | |
value: true, | |
}); | |
- exports.default = void 0; | |
+ exports.set = set; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** @license React vundefined | |
* react-test-renderer-shallow.development.js | |
* | |
* Copyright (c) Facebook, Inc. and its affiliates. | |
* | |
* This source code is licensed under the MIT license found in the | |
* LICENSE file in the root directory of this source tree. | |
*/ | |
'use strict'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/build/node_modules/react-test-renderer/package.json b/../react-test-renderer/package.json | |
index b1ab08fe6..ccfb6b8f1 100644 | |
--- a/build/node_modules/react-test-renderer/package.json | |
+++ b/../react-test-renderer/package.json | |
@@ -21,7 +21,7 @@ | |
"dependencies": { | |
"object-assign": "^4.1.1", | |
"react-is": "^16.8.6", | |
- "react-shallow-renderer": "^16.12.0", | |
+ "react-shallow-renderer": "^16.13.0", |