Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CosAnca committed Mar 20, 2023
1 parent 05b96c6 commit 9fa86e7
Show file tree
Hide file tree
Showing 2 changed files with 1,169 additions and 840 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,27 @@
},
"dependencies": {
"@11ty/eleventy": "^1.0.2",
"@babel/core": "^7.20.5",
"@babel/core": "^7.21.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/runtime": "^7.20.6",
"@babel/runtime": "^7.21.0",
"@fullhuman/postcss-purgecss": "^5.0.0",
"ansi-colors": "^4.1.3",
"autoprefixer": "^10.4.13",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.0",
"bourbon": "7.2.0",
"browser-sync": "^2.27.10",
"browserslist": "^4.21.4",
"bourbon": "7.3.0",
"browser-sync": "^2.29.0",
"browserslist": "^4.21.5",
"critical": "^4.0.1",
"cssnano": "^5.1.14",
"cssnano": "^5.1.15",
"del": "6.0.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-compat": "^4.0.2",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-compat": "^4.1.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-webpack-plugin": "^3.2.0",
"eslint-webpack-plugin": "^4.0.0",
"fancy-log": "^2.0.0",
"gulp": "4.0.2",
"gulp-changed": "^4.0.3",
Expand All @@ -88,29 +88,29 @@
"gulp-svgstore": "9.0.0",
"lodash": "^4.17.21",
"merge-stream": "^2.0.0",
"minimist": "^1.2.7",
"minimist": "^1.2.8",
"plugin-error": "^2.0.0",
"postcss": "^8.4.19",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.8.3",
"postcss-preset-env": "^8.0.1",
"postcss-scss": "^4.0.6",
"postcss-svg": "^3.0.0",
"prettier": "^2.8.0",
"prettier": "^2.8.5",
"require-dir": "1.2.0",
"sass-mq": "^6.0.0",
"simply-beautiful": "^0.2.14",
"stylelint": "14.15.0",
"stylelint": "15.3.0",
"stylelint-config-nucleum": "^3.0.0",
"stylelint-config-prettier": "^9.0.4",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.75.0",
"stylelint-config-prettier": "^9.0.5",
"terser-webpack-plugin": "^5.3.7",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.0",
"webpack-dev-middleware": "^6.0.0",
"webpack-dev-middleware": "^6.0.2",
"webpack-hot-middleware": "^2.25.3"
},
"devDependencies": {
"babel-jest": "^28.0.2",
"jest": "^28.0.2"
"babel-jest": "^29.5.0",
"jest": "^29.5.0"
},
"resolutions": {
"graceful-fs": "^4.1.11"
Expand Down
Loading

0 comments on commit 9fa86e7

Please sign in to comment.