Browse Source

upd core

merge-requests/23/head
rozetko 2 years ago
parent
commit
f2369e2745
  1. 2
      build/webpack.prod.conf.js
  2. 2
      package.json
  3. 12
      yarn.lock

2
build/webpack.prod.conf.js

@ -3,7 +3,7 @@ const baseWebpackConfig = require('./webpack.base.conf');
var conf = baseWebpackConfig; var conf = baseWebpackConfig;
conf.mode = 'production'; conf.mode = 'production';
conf.externals = [ conf.externals = [
'@chartwerk/core' '@chartwerk/core', 'd3', 'lodash'
]; ];
module.exports = baseWebpackConfig; module.exports = baseWebpackConfig;

2
package.json

@ -15,7 +15,7 @@
"author": "CorpGlory", "author": "CorpGlory",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@chartwerk/core": "^0.5.0-beta2" "@chartwerk/core": "^0.5.0-beta3"
}, },
"devDependencies": { "devDependencies": {
"css-loader": "^3.4.2", "css-loader": "^3.4.2",

12
yarn.lock

@ -2,12 +2,12 @@
# yarn lockfile v1 # yarn lockfile v1
"@chartwerk/core@^0.5.0-beta2": "@chartwerk/core@^0.5.0-beta3":
version "0.5.0-beta2" version "0.5.0-beta3"
resolved "https://registry.yarnpkg.com/@chartwerk/core/-/core-0.5.0-beta2.tgz#2b8595682c101fb7dd0e956c4e2eac465cccd7f7" resolved "https://registry.yarnpkg.com/@chartwerk/core/-/core-0.5.0-beta3.tgz#861f5c022eb180fba70fc8eacd5ab977e5ea55e9"
integrity sha512-8y9EKg4fDOU0DQiZbNv/aHPRpjDFkpIq+jL5SDN9nofnDUzWt5BNt3I8sRSU1GOCrpPfmKZ4Bo3FjgrcwrfteQ== integrity sha512-Z8XvVoDgMre+E880SHQKy+1PsKT0Vq4Jp2JumJVsFvUx2rYBAxcR9OUmA36t2i/1+nblXF7lisnix0xq5K8VyA==
dependencies: dependencies:
d3 "^5.16.0" d3 "^5.7.2"
lodash "^4.17.21" lodash "^4.17.21"
"@types/json-schema@^7.0.5": "@types/json-schema@^7.0.5":
@ -964,7 +964,7 @@ d3-zoom@1:
d3-selection "1" d3-selection "1"
d3-transition "1" d3-transition "1"
d3@^5.16.0: d3@^5.7.2:
version "5.16.0" version "5.16.0"
resolved "https://registry.yarnpkg.com/d3/-/d3-5.16.0.tgz#9c5e8d3b56403c79d4ed42fbd62f6113f199c877" resolved "https://registry.yarnpkg.com/d3/-/d3-5.16.0.tgz#9c5e8d3b56403c79d4ed42fbd62f6113f199c877"
integrity sha512-4PL5hHaHwX4m7Zr1UapXW23apo6pexCgdetdJ5kTmADpG/7T9Gkxw0M0tf/pjoB63ezCCm0u5UaFYy2aMt0Mcw== integrity sha512-4PL5hHaHwX4m7Zr1UapXW23apo6pexCgdetdJ5kTmADpG/7T9Gkxw0M0tf/pjoB63ezCCm0u5UaFYy2aMt0Mcw==

Loading…
Cancel
Save