Skip to content

Commit

Permalink
chore(deps): Updates 31-03-22 (#2376)
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Mar 31, 2022
1 parent 351db5a commit 5ebc8f7
Show file tree
Hide file tree
Showing 12 changed files with 97 additions and 122 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
parser: '@babel/eslint-parser',
root: true,
plugins: ['jest'],
extends: ['airbnb-base', 'prettier'],
env: {
node: true,
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"@size-limit/preset-big-lib": "7.0.8",
"babel-jest": "27.5.1",
"classnames": "2.3.1",
"eslint": "8.11.0",
"eslint": "8.12.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "25.7.0",
"eslint-plugin-jest": "26.1.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-react-hooks": "4.4.0",
"glob": "7.2.0",
"husky": "7.0.4",
"jest": "27.5.1",
Expand All @@ -57,14 +57,14 @@
"npm-run-all": "4.1.5",
"patch-package": "6.4.7",
"postinstall-postinstall": "2.1.0",
"prettier": "2.6.0",
"prettier": "2.6.1",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"rimraf": "3.0.2",
"size-limit": "7.0.8",
"ssri": "8.0.1",
"stylelint": "14.6.0",
"stylelint": "14.6.1",
"stylelint-config-css-modules": "2.3.0",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-standard": "24.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@ecl/dom-utils": "^3.2.3",
"@ecl/theme-dev": "^3.2.3",
"@ecl/vanilla-layout-grid": "^3.2.3",
"focus-trap": "6.7.2"
"focus-trap": "6.7.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion src/playground/addons/storybook-addon-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@storybook/addons": "6.4.19",
"@storybook/components": "6.4.19",
"@storybook/theming": "6.4.19",
"js-beautify": "1.14.0",
"js-beautify": "1.14.2",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down
5 changes: 4 additions & 1 deletion src/presets/ec/ecl-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ module.exports = {
},
handlers: [
{
pattern: `${path.resolve(__dirname, '..')}/(dev|ec)/src/*.scss`,
pattern: `${path.resolve(
__dirname,
'..'
)}/(dev|ec|reset|rtl)/src/*.scss`,
events: [
{
on: 'change',
Expand Down
5 changes: 4 additions & 1 deletion src/presets/eu/ecl-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ module.exports = {
},
handlers: [
{
pattern: `${path.resolve(__dirname, '..')}/(dev|eu)/src/*.scss`,
pattern: `${path.resolve(
__dirname,
'..'
)}/(dev|eu|reset|rtl)/src/*.scss`,
events: [
{
on: 'change',
Expand Down
3 changes: 0 additions & 3 deletions src/presets/reset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@
},
"scripts": {
"build:copy": "ecl-builder copy",
"build:scripts": "ecl-builder scripts",
"build:styles": "ecl-builder styles",
"build": "run-p build:*",
"clean": "rimraf build dist",
"dist": "cross-env NODE_ENV=production run-p build:*",
"watch": "ecl-builder watch",
"prepublish": "npm run clean && npm run build && npm run dist"
},
"devDependencies": {
"@ecl/builder": "^3.2.3",
"chokidar-cli": "2.1.0",
"cross-env": "7.0.3",
"normalize.css": "8.0.1",
"npm-run-all": "4.1.5",
Expand Down
2 changes: 0 additions & 2 deletions src/presets/rtl/ecl-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const banner = `${pkg.name} - ${
} Built on ${new Date().toISOString()}`;

module.exports = {
scripts: [],
styles: [
{
entry: path.resolve(__dirname, 'src/rtl.scss'),
Expand All @@ -26,5 +25,4 @@ module.exports = {
},
},
],
copy: [],
};
5 changes: 0 additions & 5 deletions src/presets/rtl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,16 @@
"access": "public"
},
"scripts": {
"build:copy": "ecl-builder copy",
"build:scripts": "ecl-builder scripts",
"build:styles": "ecl-builder styles",
"build": "run-p build:*",
"clean": "rimraf build dist",
"dist": "cross-env NODE_ENV=production run-p build:*",
"watch": "ecl-builder watch",
"prepublish": "npm run clean && npm run build && npm run dist"
},
"devDependencies": {
"@ecl/builder": "^3.2.3",
"@ecl/theme-dev": "^3.2.3",
"chokidar-cli": "2.1.0",
"cross-env": "7.0.3",
"normalize.css": "8.0.1",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/tools/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-svg": "2.0.0",
"rollup-plugin-uglify": "6.0.4",
"sass": "1.49.9"
"sass": "1.49.10"
},
"engines": {
"node": ">=12.0.0"
Expand Down
6 changes: 3 additions & 3 deletions src/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"deepmerge": "4.2.2",
"html-react-parser": "0.14.2",
"iframe-resizer": "4.3.2",
"js-beautify": "1.14.0",
"js-beautify": "1.14.2",
"normalize.css": "8.0.1",
"object-assign": "4.1.1",
"prismjs": "1.27.0",
Expand Down Expand Up @@ -61,7 +61,7 @@
"copy-webpack-plugin": "6.3.2",
"css-loader": "5.2.6",
"documentation": "13.2.5",
"eslint": "8.11.0",
"eslint": "8.12.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
Expand All @@ -85,7 +85,7 @@
"remark-frontmatter": "2.0.0",
"remark-unwrap-images": "2.1.0",
"rimraf": "3.0.2",
"sass": "1.49.9",
"sass": "1.49.10",
"sass-loader": "10.1.0",
"serve": "13.0.2",
"style-loader": "2.0.0",
Expand Down
Loading

1 comment on commit 5ebc8f7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.