react-oui-icons
Advanced tools
Comparing version 2.6.0 to 2.6.1
@@ -9,2 +9,5 @@ # Change Log | ||
## 2.6.1 - 2019-07-16 | ||
- [Chore] Upgrade to Babel 7, Node 12, Gulp 4 (#46) | ||
## 2.6.0 - 2018-10-29 | ||
@@ -11,0 +14,0 @@ - [Feature] Add file icon |
@@ -1,2 +0,2 @@ | ||
'use strict'; | ||
"use strict"; | ||
@@ -6,9 +6,9 @@ Object.defineProperty(exports, "__esModule", { | ||
}); | ||
exports["default"] = void 0; | ||
var _Icon = require('./Icon'); | ||
var _Icon = _interopRequireDefault(require("./Icon")); | ||
var _Icon2 = _interopRequireDefault(_Icon); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
exports.default = _Icon2.default; | ||
var _default = _Icon["default"]; | ||
exports["default"] = _default; |
{ | ||
"name": "react-oui-icons", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"main": "dist/index.js", | ||
@@ -36,5 +36,5 @@ "module": "module/index.js", | ||
"scripts": { | ||
"build": "npm run babel-es5 && npm run babel-module && gulp svg:combined", | ||
"babel-es5": "babel ./src --ignore *test.js --out-dir ./dist --presets=env,react --plugins=inline-json-import", | ||
"babel-module": "babel ./src --ignore *test.js --out-dir ./module", | ||
"build": "yarn babel-es5 && yarn babel-module && gulp svg:combined", | ||
"babel-es5": "babel ./src --ignore *test.js --out-dir ./dist --presets=@babel/env,@babel/react --plugins=inline-json-import", | ||
"babel-module": "babel ./src --ignore *test.js --out-dir ./module --presets=@babel/env,@babel/react", | ||
"test": "node scripts/test.js --env=jsdom", | ||
@@ -56,2 +56,23 @@ "storybook": "start-storybook -p 6006", | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0", | ||
"@babel/core": "^7.0.0", | ||
"@babel/plugin-proposal-class-properties": "^7.0.0", | ||
"@babel/plugin-proposal-decorators": "^7.0.0", | ||
"@babel/plugin-proposal-do-expressions": "^7.0.0", | ||
"@babel/plugin-proposal-export-default-from": "^7.0.0", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.0.0", | ||
"@babel/plugin-proposal-function-bind": "^7.0.0", | ||
"@babel/plugin-proposal-function-sent": "^7.0.0", | ||
"@babel/plugin-proposal-json-strings": "^7.0.0", | ||
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", | ||
"@babel/plugin-proposal-numeric-separator": "^7.0.0", | ||
"@babel/plugin-proposal-optional-chaining": "^7.0.0", | ||
"@babel/plugin-proposal-pipeline-operator": "^7.0.0", | ||
"@babel/plugin-proposal-throw-expressions": "^7.0.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0", | ||
"@babel/plugin-syntax-import-meta": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/runtime-corejs2": "^7.0.0", | ||
"@storybook/addon-actions": "^3.2.12", | ||
@@ -64,13 +85,6 @@ "@storybook/addon-info": "^3.2.12", | ||
"autoprefixer": "7.1.1", | ||
"babel-cli": "^6.24.1", | ||
"babel-core": "6.26.0", | ||
"babel-eslint": "7.2.3", | ||
"babel-jest": "20.0.3", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-eslint": "^9.0.0", | ||
"babel-jest": "^23.4.2", | ||
"babel-plugin-inline-json-import": "^0.2.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-env": "1.7.0", | ||
"babel-preset-react": "^6.24.1", | ||
"babel-preset-react-app": "^3.0.1", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"babel-runtime": "6.23.0", | ||
"chalk": "1.1.3", | ||
@@ -86,3 +100,3 @@ "dotenv": "4.0.0", | ||
"fs-extra": "3.0.1", | ||
"gulp": "^3.9.0", | ||
"gulp": "^4.0.2", | ||
"gulp-svg-symbols": "^1.0.0", | ||
@@ -136,3 +150,6 @@ "gulp-svgo": "^1.0.3", | ||
] | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
380623
118
5994
59