Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
Bump deps
  • Loading branch information
cmdcolin committed Dec 18, 2023
1 parent a399b9c commit c5b662a
Show file tree
Hide file tree
Showing 4 changed files with 943 additions and 966 deletions.
2 changes: 1 addition & 1 deletion inst/htmlwidgets/JBrowseR.js

Large diffs are not rendered by default.

66 changes: 29 additions & 37 deletions inst/htmlwidgets/JBrowseR.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/
/*!
* Based on xzwasm (c) Steve Sanderson. License: MIT - https://github.com/SteveSanderson/xzwasm
* Contains xz-embedded by Lasse Collin and Igor Pavlov. License: Public domain - https://tukaani.org/xz/embedded.html
* and walloc (c) 2020 Igalia, S.L. License: MIT - https://github.com/wingo/walloc
*/

/*!
* Determine if an object is a Buffer
Expand Down Expand Up @@ -100,23 +100,33 @@ PERFORMANCE OF THIS SOFTWARE.
*/

/**
* @license
* Copyright 2009 The Closure Library Authors
* Copyright 2020 Daniel Wirtz / The long.js Authors.
* @license React
* react-dom-server-legacy.browser.production.min.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.
*/

/**
* @license React
* react-dom-server.browser.production.min.js
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* Copyright (c) Facebook, Inc. and its affiliates.
*
* http://www.apache.org/licenses/LICENSE-2.0
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* Copyright (c) Facebook, Inc. and its affiliates.
*
* SPDX-License-Identifier: Apache-2.0
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
Expand All @@ -130,7 +140,7 @@ PERFORMANCE OF THIS SOFTWARE.
*/

/**
* @mui/x-data-grid v6.16.3
* @mui/x-data-grid v6.18.5
*
* @license MIT
* This source code is licensed under the MIT license found in the
Expand Down Expand Up @@ -160,21 +170,3 @@ PERFORMANCE OF THIS SOFTWARE.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-dom-server.browser.production.min.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.
*/

/** @license React v17.0.2
* react-jsx-runtime.production.min.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.
*/
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"dependencies": {
"@jbrowse/react-linear-genome-view": "^2.5.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.1",
Expand All @@ -21,8 +21,8 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-unicorn": "^48.0.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"eslint-plugin-unicorn": "^49.0.0",
"node-polyfill-webpack-plugin": "^3.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"webpack": "^5.85.0",
Expand Down
Loading

0 comments on commit c5b662a

Please sign in to comment.