Update internal packages

This commit is contained in:
Piotr Rogowski 2021-12-13 23:39:27 +01:00
parent c698137828
commit db9047df02
No known key found for this signature in database
GPG Key ID: F40F61D5587F5673
2 changed files with 66 additions and 47 deletions

109
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@reduxjs/toolkit": "^1.7.0",
"@sentry/react": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"@speedy-tuner/types": "^0.2.0",
"@speedy-tuner/types": "^0.2.1",
"antd": "^4.17.3",
"d3": "^7.0.4",
"d3fc": "^15.2.4",
@ -29,7 +29,7 @@
},
"devDependencies": {
"@craco/craco": "^6.4.3",
"@speedy-tuner/eslint-config": "^0.1.1",
"@speedy-tuner/eslint-config": "^0.1.2",
"@types/d3": "^7.0.0",
"@types/node": "^16.11.12",
"@types/pako": "^1.0.2",
@ -3327,25 +3327,25 @@
}
},
"node_modules/@speedy-tuner/eslint-config": {
"version": "0.1.1",
"resolved": "https://npm.pkg.github.com/download/@speedy-tuner/eslint-config/0.1.1/5ebe1e9a594ddab5075e405533d082375a5d012d2f4b4a85bb2b8244ee86a5ce",
"integrity": "sha512-4uQgF0dH7VedVjQ4Ev+s3b1Cqb/SaXEnDeRg9kkkRAsWEx537WDNSPMHB5fjPVj3frgltC0IT7ZiXWORQPPqPg==",
"version": "0.1.2",
"resolved": "https://npm.pkg.github.com/download/@speedy-tuner/eslint-config/0.1.2/148632e389e662845b5c9b0b95adf88e64c3dfd7e9f0aa0e0b84bfe87ad6cf2d",
"integrity": "sha512-Bw9sh4Cf8dd1/Q/qphtM9kzunUFFJsnNQd01423A9C7haqrBZOeZC53xSd16qtFM9hy+b/DNFsxjQMgJS0RQCg==",
"dev": true,
"license": "MIT",
"dependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-modules-newline": "^0.0.6",
"eslint-plugin-prettier": "^4.0.0"
}
},
"node_modules/@speedy-tuner/types": {
"version": "0.2.0",
"resolved": "https://npm.pkg.github.com/download/@speedy-tuner/types/0.2.0/db71ba55b0e51559defe5d7aa5624e32a3bc002f943aa4301ad2ae3fbf78f8b2",
"integrity": "sha512-oWWA6mFtiYpH1efzkrgqNViu3M6tQBITXbbbUGsh19w6aEf7fgf//Zz1tnKGS07nFiEfdRSjl2bSD5usCxbJrg==",
"version": "0.2.1",
"resolved": "https://npm.pkg.github.com/download/@speedy-tuner/types/0.2.1/378faaf77fc78a8b33a9f09b9a742b272cc01a9349fe6fe61081e202d953210b",
"integrity": "sha512-+Ez9TWMp3QpM1CV1YzDqWr34LNtV+zQ9G/m8uzcXpaoGwsssvkTtQFgJX5t3074p2QzB7fmDgDKActE/WzUVMQ==",
"license": "MIT"
},
"node_modules/@surma/rollup-plugin-off-main-thread": {
@ -8726,42 +8726,52 @@
}
},
"node_modules/eslint-config-airbnb": {
"version": "18.2.1",
"resolved": "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-18.2.1.tgz",
"integrity": "sha512-glZNDEZ36VdlZWoxn/bUR1r/sdFKPd1mHPbqUtkctgNG4yT2DLLtJ3D+yCV+jzZCc2V1nBVkmdknOJBZ5Hc0fg==",
"version": "19.0.2",
"resolved": "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-19.0.2.tgz",
"integrity": "sha512-4v5DEMVSl043LaCT+gsxPcoiIk0iYG5zxJKKjIy80H/D//2E0vtuOBWkb0CBDxjF+y26yQzspIXYuY6wMmt9Cw==",
"dev": true,
"dependencies": {
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-base": "^15.0.0",
"object.assign": "^4.1.2",
"object.entries": "^1.1.2"
"object.entries": "^1.1.5"
},
"engines": {
"node": ">= 6"
"node": "^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0"
},
"peerDependencies": {
"eslint": "^5.16.0 || ^6.8.0 || ^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4 || ^3 || ^2.3.0 || ^1.7.0"
"eslint": "^7.32.0 || ^8.2.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0"
}
},
"node_modules/eslint-config-airbnb-base": {
"version": "14.2.1",
"resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz",
"integrity": "sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==",
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz",
"integrity": "sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==",
"dev": true,
"dependencies": {
"confusing-browser-globals": "^1.0.10",
"object.assign": "^4.1.2",
"object.entries": "^1.1.2"
"object.entries": "^1.1.5",
"semver": "^6.3.0"
},
"engines": {
"node": ">= 6"
"node": "^10.12.0 || >=12.0.0"
},
"peerDependencies": {
"eslint": "^5.16.0 || ^6.8.0 || ^7.2.0",
"eslint-plugin-import": "^2.22.1"
"eslint": "^7.32.0 || ^8.2.0",
"eslint-plugin-import": "^2.25.2"
}
},
"node_modules/eslint-config-airbnb-base/node_modules/semver": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
"dev": true,
"bin": {
"semver": "bin/semver.js"
}
},
"node_modules/eslint-config-prettier": {
@ -26500,24 +26510,24 @@
}
},
"@speedy-tuner/eslint-config": {
"version": "0.1.1",
"resolved": "https://npm.pkg.github.com/download/@speedy-tuner/eslint-config/0.1.1/5ebe1e9a594ddab5075e405533d082375a5d012d2f4b4a85bb2b8244ee86a5ce",
"integrity": "sha512-4uQgF0dH7VedVjQ4Ev+s3b1Cqb/SaXEnDeRg9kkkRAsWEx537WDNSPMHB5fjPVj3frgltC0IT7ZiXWORQPPqPg==",
"version": "0.1.2",
"resolved": "https://npm.pkg.github.com/download/@speedy-tuner/eslint-config/0.1.2/148632e389e662845b5c9b0b95adf88e64c3dfd7e9f0aa0e0b84bfe87ad6cf2d",
"integrity": "sha512-Bw9sh4Cf8dd1/Q/qphtM9kzunUFFJsnNQd01423A9C7haqrBZOeZC53xSd16qtFM9hy+b/DNFsxjQMgJS0RQCg==",
"dev": true,
"requires": {
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-modules-newline": "^0.0.6",
"eslint-plugin-prettier": "^4.0.0"
}
},
"@speedy-tuner/types": {
"version": "0.2.0",
"resolved": "https://npm.pkg.github.com/download/@speedy-tuner/types/0.2.0/db71ba55b0e51559defe5d7aa5624e32a3bc002f943aa4301ad2ae3fbf78f8b2",
"integrity": "sha512-oWWA6mFtiYpH1efzkrgqNViu3M6tQBITXbbbUGsh19w6aEf7fgf//Zz1tnKGS07nFiEfdRSjl2bSD5usCxbJrg=="
"version": "0.2.1",
"resolved": "https://npm.pkg.github.com/download/@speedy-tuner/types/0.2.1/378faaf77fc78a8b33a9f09b9a742b272cc01a9349fe6fe61081e202d953210b",
"integrity": "sha512-+Ez9TWMp3QpM1CV1YzDqWr34LNtV+zQ9G/m8uzcXpaoGwsssvkTtQFgJX5t3074p2QzB7fmDgDKActE/WzUVMQ=="
},
"@surma/rollup-plugin-off-main-thread": {
"version": "1.4.2",
@ -30933,25 +30943,34 @@
}
},
"eslint-config-airbnb": {
"version": "18.2.1",
"resolved": "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-18.2.1.tgz",
"integrity": "sha512-glZNDEZ36VdlZWoxn/bUR1r/sdFKPd1mHPbqUtkctgNG4yT2DLLtJ3D+yCV+jzZCc2V1nBVkmdknOJBZ5Hc0fg==",
"version": "19.0.2",
"resolved": "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-19.0.2.tgz",
"integrity": "sha512-4v5DEMVSl043LaCT+gsxPcoiIk0iYG5zxJKKjIy80H/D//2E0vtuOBWkb0CBDxjF+y26yQzspIXYuY6wMmt9Cw==",
"dev": true,
"requires": {
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-base": "^15.0.0",
"object.assign": "^4.1.2",
"object.entries": "^1.1.2"
"object.entries": "^1.1.5"
}
},
"eslint-config-airbnb-base": {
"version": "14.2.1",
"resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz",
"integrity": "sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==",
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz",
"integrity": "sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==",
"dev": true,
"requires": {
"confusing-browser-globals": "^1.0.10",
"object.assign": "^4.1.2",
"object.entries": "^1.1.2"
"object.entries": "^1.1.5",
"semver": "^6.3.0"
},
"dependencies": {
"semver": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
"dev": true
}
}
},
"eslint-config-prettier": {

View File

@ -32,7 +32,7 @@
"@reduxjs/toolkit": "^1.7.0",
"@sentry/react": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"@speedy-tuner/types": "^0.2.0",
"@speedy-tuner/types": "^0.2.1",
"antd": "^4.17.3",
"d3": "^7.0.4",
"d3fc": "^15.2.4",
@ -49,7 +49,7 @@
},
"devDependencies": {
"@craco/craco": "^6.4.3",
"@speedy-tuner/eslint-config": "^0.1.1",
"@speedy-tuner/eslint-config": "^0.1.2",
"@types/d3": "^7.0.0",
"@types/node": "^16.11.12",
"@types/pako": "^1.0.2",