Skip to content

Commit

Permalink
Updated all dependencies to latest supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
jahilldev committed Jan 13, 2022
1 parent 8a7b746 commit c9c25dd
Show file tree
Hide file tree
Showing 2 changed files with 1,380 additions and 1,149 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "11tyby",
"version": "1.3.1",
"version": "1.3.2",
"description": "Home",
"main": "index.js",
"author": "jhukdev",
Expand All @@ -18,39 +18,39 @@
"test": "jest"
},
"dependencies": {
"preact": "10.5.13",
"preact-render-to-string": "5.1.18",
"preactement": "1.6.3"
"preact": "10.6.4",
"preact-render-to-string": "5.1.19",
"preactement": "1.6.5"
},
"devDependencies": {
"@11ty/eleventy": "1.0.0",
"@types/node": "14.14.19",
"@typescript-eslint/eslint-plugin": "4.20.0",
"@typescript-eslint/parser": "4.20.0",
"copy-webpack-plugin": "7.0.0",
"css-loader": "5.0.2",
"eslint": "7.20.0",
"eslint-config-preact": "1.1.3",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"@11ty/eleventy-plugin-syntaxhighlight": "3.1.3",
"@types/node": "14.14.37",
"@typescript-eslint/eslint-plugin": "5.9.1",
"@typescript-eslint/parser": "5.9.1",
"copy-webpack-plugin": "9.1.0",
"css-loader": "5.2.7",
"eslint": "8.6.0",
"eslint-config-preact": "1.3.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"file-loader": "6.2.0",
"glob": "7.1.6",
"markdown-it": "12.0.4",
"markdown-it-anchor": "7.0.2",
"mini-css-extract-plugin": "1.3.7",
"glob": "7.2.0",
"markdown-it": "12.3.2",
"markdown-it-anchor": "8.4.1",
"mini-css-extract-plugin": "2.4.6",
"npm-run-all": "4.1.5",
"prettier": "2.2.1",
"prettier": "2.5.1",
"rimraf": "3.0.2",
"sass": "1.32.7",
"sass-loader": "11.0.1",
"style-loader": "2.0.0",
"terser-webpack-plugin": "5.1.1",
"ts-loader": "8.0.17",
"typescript": "4.1.5",
"webpack": "5.22.0",
"sass": "1.47.0",
"sass-loader": "12.4.0",
"style-loader": "3.3.1",
"terser-webpack-plugin": "5.3.0",
"ts-loader": "9.2.6",
"typescript": "4.5.4",
"webpack": "5.66.0",
"webpack-assets-manifest": "5.0.1",
"webpack-cli": "4.5.0",
"yargs": "^17.3.1"
"webpack-cli": "4.9.1",
"yargs": "17.3.1"
}
}
Loading

0 comments on commit c9c25dd

Please sign in to comment.