Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Apr 11, 2022
1 parent 32fc6f3 commit 454404a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
"description": "A minimalist WordPress starter theme.",
"author": "Digitoimisto Dude Oy ([email protected])",
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@hint/hint-axe": "^4.4.8",
"@hint/hint-button-type": "^3.0.10",
"@hint/hint-compat-api": "^4.4.7",
"@hint/hint-axe": "^4.4.9",
"@hint/hint-button-type": "^3.0.11",
"@hint/hint-compat-api": "^4.4.8",
"@ronilaukkarinen/gulp-stylelint": "^14.0.6",
"@ronilaukkarinen/stylelint-a11y": "^1.2.4",
"@ronilaukkarinen/stylelint-value-no-unknown-custom-properties": "^3.0.1",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"autoprefixer": "^10.4.4",
"babel-loader": "^8.2.4",
"babel-preset-airbnb": "^5.0.0",
"browser-sync": "^2.27.9",
"caniuse-lite": "^1.0.30001314",
"caniuse-lite": "^1.0.30001327",
"cssnano": "^5.1.7",
"cssnano-preset-advanced": "^5.3.3",
"eslint": "^8.10.0",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"gulp": "4.0.2",
"gulp-eslint-new": "^1.4.2",
"gulp-exec": "^5.0.0",
Expand All @@ -35,8 +35,8 @@
"gulp-sass": "^5.1.0",
"gulp-size": "^4.0.1",
"gulp-sourcemaps": "^3.0.0",
"hint": "^6.1.9",
"npm-check-updates": "^12.5.2",
"hint": "^6.1.11",
"npm-check-updates": "^12.5.8",
"postcss": "^8.4.12",
"postcss-calc": "^8.2.4",
"postcss-colormin": "^5.3.0",
Expand All @@ -50,27 +50,27 @@
"postcss-normalize-url": "^5.1.0",
"postcss-unique-selectors": "^5.1.1",
"postcss-zindex": "^5.1.0",
"sass": "^1.49.9",
"stylelint": "^14.5.3",
"sass": "^1.50.0",
"stylelint": "^14.6.1",
"stylelint-config-recommended": "^7.0.0",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-declaration-strict-value": "^1.8.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.1.0",
"stylelint-scss": "^4.2.0",
"terser-webpack-plugin": "^5.3.1",
"vinyl-named": "^1.1.0",
"webpack": "^5.70.0",
"webpack": "^5.72.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"airbnb-browser-shims": "^3.3.0",
"hamburgers": "^1.1.3",
"hamburgers": "^1.2.1",
"moveto": "^1.8.2",
"reframe.js": "^3.0.3",
"sanitize.css": "git+https://github.com/csstools/sanitize.css.git",
"slick-carousel": "^1.8.1",
"vanilla-lazyload": "^17.6",
"vanilla-lazyload": "^17.7",
"what-input": "^5.2.10"
}
}

0 comments on commit 454404a

Please sign in to comment.