Skip to content

Commit

Permalink
Merge branch 'master' into video-overlay-bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Galpittel authored Nov 27, 2023
2 parents ca3f011 + d9b2a20 commit bcb68f9
Show file tree
Hide file tree
Showing 14 changed files with 346 additions and 8,502 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,3 @@ maven
# Storybook
storybook-static/
storybook-static-old/
.npmrc
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "5.0.72"
"version": "5.0.73"
}
8,751 changes: 306 additions & 8,445 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"packages/*"
],
"dependencies": {
"pro-gallery": "3.1.38",
"start-server-and-test": "^1.10.6"
}
}
1 change: 1 addition & 0 deletions packages/blueprints/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"prettier/@typescript-eslint"
],
"rules": {
"@typescript-eslint/no-explicit-any": "off"
}
}
12 changes: 6 additions & 6 deletions packages/blueprints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pro-gallery-blueprints",
"version": "5.0.72",
"version": "5.0.73",
"private": false,
"author": {
"name": "Nir Naor",
Expand All @@ -27,10 +27,10 @@
"lint:fix": "npm run lint -- --fix"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"chai": "^4.2.0",
"eslint": "^7.13.0",
"eslint": "8.54.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"lodash": "^4.17.21",
Expand All @@ -41,8 +41,8 @@
"typescript": "^4.9.5"
},
"dependencies": {
"pro-gallery-lib": "5.0.72",
"pro-layouts": "5.0.72"
"pro-gallery-lib": "5.0.73",
"pro-layouts": "5.0.73"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
4 changes: 3 additions & 1 deletion packages/gallery/eslintTSConfig.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
module.exports = {
extends: ['plugin:@typescript-eslint/eslint-recommended', 'plugin:@typescript-eslint/recommended'],
rules: {},
rules: {
'@typescript-eslint/no-explicit-any': 'off',
},
};
14 changes: 7 additions & 7 deletions packages/gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "pro-gallery",
"version": "5.0.72",
"version": "5.0.73",
"sideEffects": [
"./src/components/styles/gallery.scss"
],
Expand Down Expand Up @@ -38,9 +38,9 @@
"dependencies": {
"@vimeo/player": "2.8.2",
"hls.js": "1.4.12",
"pro-gallery-blueprints": "5.0.72",
"pro-gallery-lib": "5.0.72",
"pro-layouts": "5.0.72",
"pro-gallery-blueprints": "5.0.73",
"pro-gallery-lib": "5.0.73",
"pro-layouts": "5.0.73",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "2.11.0",
Expand All @@ -55,14 +55,14 @@
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.0",
"@types/three": "0.143.1",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"babel-jest": "^29.6.2",
"babelify": "^10.0.0",
"chai": "^4.2.0",
"chai-spies": "^0.7.1",
"concurrently": "^6.1.0",
"eslint": "^7.13.0",
"eslint": "8.54.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^29.6.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/layouts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"name": "pro-layouts",
"sideEffects": false,
"version": "5.0.72",
"version": "5.0.73",
"author": {
"name": "Guy Sopher",
"email": "[email protected]"
Expand All @@ -26,11 +26,11 @@
"lint:fix": "npm run lint -- --fix"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"chai": "^4.2.0",
"deep-freeze": "0.0.1",
"eslint": "^7.13.0",
"eslint": "8.54.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"mocha": "^8.2.1",
Expand All @@ -43,6 +43,6 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"pro-gallery-lib": "5.0.72"
"pro-gallery-lib": "5.0.73"
}
}
2 changes: 1 addition & 1 deletion packages/lib/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"plugin:prettier/recommended",
"prettier/@typescript-eslint"
],
"ignorePatterns": ['standaloneValidateCode.js'],
"ignorePatterns": ["standaloneValidateCode.js", "optionsMap.js"],
"rules": {
}
}
8 changes: 4 additions & 4 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pro-gallery-lib",
"version": "5.0.72",
"version": "5.0.73",
"private": false,
"author": {
"name": "Rita Bazak",
Expand Down Expand Up @@ -28,12 +28,12 @@
"lint:fix": "npm run lint -- --fix"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"ajv": "^8.6.0",
"browserify": "^17.0.0",
"chai": "^4.2.0",
"eslint": "^7.13.0",
"eslint": "8.54.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/src/core/helpers/optionsConverter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function process_old_to_new_columnRatios(obj) {
} else {
_obj[optionsMap.layoutParams.structure.columnRatios] = _obj[optionsMap.layoutParams.structure.columnRatios]
? _obj[optionsMap.layoutParams.structure.columnRatios]?.split
? [..._obj[optionsMap.layoutParams.structure.columnRatios]?.split(',').map(Number)]
? [...(_obj[optionsMap.layoutParams.structure.columnRatios]?.split(',') || []).map(Number)]
: _obj[optionsMap.layoutParams.structure.columnRatios]
: undefined;
}
Expand Down
16 changes: 0 additions & 16 deletions packages/playground/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,22 +281,6 @@ module.exports = function (webpackEnv) {
// Disable require.ensure as it's not a standard language feature.
{ parser: { requireEnsure: false } },

// First, run the linter.
// It's important to do this before Babel processes the JS.
{
test: /\.(js|mjs|jsx|ts|tsx)$/,
enforce: 'pre',
use: [
{
options: {
formatter: require.resolve('react-dev-utils/eslintFormatter'),
eslintPath: require.resolve('eslint'),
},
loader: require.resolve('eslint-loader'),
},
],
include: paths.appSrc,
},
{
// "oneOf" will traverse all following loaders until one will
// match the requirements. When no loader matches it will fall
Expand Down
24 changes: 11 additions & 13 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pro-playground",
"version": "5.0.72",
"version": "5.0.73",
"private": true,
"scripts": {
"watch": "sleep 10 && node scripts/start.js",
Expand All @@ -22,10 +22,10 @@
"image-client-api": "^1.3130.0",
"lodash.clonedeep": "^4.5.0",
"moment": "2.29.2",
"pro-gallery": "5.0.72",
"pro-gallery-blueprints": "5.0.72",
"pro-gallery-lib": "5.0.72",
"pro-layouts": "5.0.72",
"pro-gallery": "5.0.73",
"pro-gallery-blueprints": "5.0.73",
"pro-gallery-lib": "5.0.73",
"pro-layouts": "5.0.73",
"re-resizable": "^6.8.0",
"react": "^18.2.0",
"react-color": "^2.17.3",
Expand All @@ -43,14 +43,12 @@
"babel-preset-react-app": "^9.0.0",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"css-loader": "^2.1.1",
"eslint": "^7.13.0",
"eslint-config-react-app": "^6.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-flowtype": "^5.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.2.0",
"eslint": "8.54.0",
"eslint-config-react-app": "7.0.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",
"file-loader": "^4.1.0",
"html-webpack-plugin": "^4.0.0-beta.5",
"jest": "^29.6.2",
Expand Down

0 comments on commit bcb68f9

Please sign in to comment.