Skip to content

Commit

Permalink
Merge pull request #340 from TykTechnologies/fix-lib
Browse files Browse the repository at this point in the history
fixes lib
  • Loading branch information
ifrim authored Dec 7, 2023
2 parents de53526 + 99a05a8 commit 7e565e2
Show file tree
Hide file tree
Showing 16 changed files with 262 additions and 2,793 deletions.
11 changes: 0 additions & 11 deletions lib/9c4ab5d453e67f8e3a66.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/9c4ab5d453e67f8e3a66.js.map

This file was deleted.

1 change: 1 addition & 0 deletions lib/ee385296b124aae4e5d9.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lib/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.css.map

Large diffs are not rendered by default.

1,290 changes: 2 additions & 1,288 deletions lib/index.js

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions lib/index.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/*
* based on code from:
*
* @license RequireJS text 0.25.0 Copyright (c) 2010-2011, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license.
* see: http://github.com/jrburke/requirejs for details
*/

/*! @license
==========================================================================
SproutCore -- JavaScript Application Framework
copyright 2006-2009, Sprout Systems Inc., Apple Inc. and contributors.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

SproutCore and the SproutCore logo are trademarks of Sprout Systems, Inc.

For more information about SproutCore, visit http://www.sproutcore.com


==========================================================================
@license */
2 changes: 1 addition & 1 deletion lib/index.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lib/tyk-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/tyk-ui.css.map

Large diffs are not rendered by default.

1,290 changes: 2 additions & 1,288 deletions lib/tyk-ui.js

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions lib/tyk-ui.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/*
* based on code from:
*
* @license RequireJS text 0.25.0 Copyright (c) 2010-2011, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license.
* see: http://github.com/jrburke/requirejs for details
*/

/*! @license
==========================================================================
SproutCore -- JavaScript Application Framework
copyright 2006-2009, Sprout Systems Inc., Apple Inc. and contributors.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

SproutCore and the SproutCore logo are trademarks of Sprout Systems, Inc.

For more information about SproutCore, visit http://www.sproutcore.com


==========================================================================
@license */
2 changes: 1 addition & 1 deletion lib/tyk-ui.js.map

Large diffs are not rendered by default.

340 changes: 161 additions & 179 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,27 +42,27 @@
]
},
"devDependencies": {
"@babel/core": "7.23.3",
"@babel/core": "7.23.5",
"@babel/eslint-parser": "7.23.3",
"@babel/preset-env": "7.23.3",
"@babel/preset-env": "7.23.5",
"@babel/preset-react": "7.23.3",
"@cypress/code-coverage": "3.12.12",
"@cypress/code-coverage": "3.12.13",
"@cypress/react": "8.0.0",
"@cypress/webpack-dev-server": "3.7.1",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.8.1",
"cypress": "13.6.0",
"cypress": "13.6.1",
"esbuild-loader": "4.0.2",
"eslint": "8.54.0",
"eslint": "8.55.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-webpack-plugin": "4.0.1",
"html-webpack-plugin": "5.5.3",
"html-webpack-plugin": "5.5.4",
"mini-css-extract-plugin": "2.7.6",
"react-styleguidist": "13.1.1",
"resolve-url-loader": "5.0.0",
Expand All @@ -73,7 +73,7 @@
"webpack-dev-server": "4.15.1"
},
"dependencies": {
"ace-builds": "1.31.2",
"ace-builds": "1.32.0",
"brace": "0.11.1",
"date-fns": "2.30.0",
"echarts": "5.4.3",
Expand Down
8 changes: 1 addition & 7 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const path = require('path');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const CopyWebpackPlugin = require('copy-webpack-plugin');
const { EsbuildPlugin } = require('esbuild-loader');
const ESLintPlugin = require('eslint-webpack-plugin');

module.exports = {
Expand Down Expand Up @@ -87,12 +86,7 @@ module.exports = {
],
},
optimization: {
minimizer: [
new EsbuildPlugin({
target: 'es2015',
css: true,
}),
],
minimize: true,
},
plugins: [
new MiniCssExtractPlugin({
Expand Down

0 comments on commit 7e565e2

Please sign in to comment.