Skip to content

Commit

Permalink
chore: updated all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jahilldev committed Feb 2, 2023
1 parent 13020a1 commit e503da3
Show file tree
Hide file tree
Showing 3 changed files with 1,316 additions and 911 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
src/_js
dist
dist
.DS_Store
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,39 +18,39 @@
"test": "jest"
},
"dependencies": {
"preact": "10.6.4",
"preact-render-to-string": "5.1.19",
"preactement": "1.8.2"
"preact": "10.11.3",
"preact-render-to-string": "5.2.6",
"preactement": "1.8.4"
},
"devDependencies": {
"@11ty/eleventy": "1.0.0",
"@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",
"@11ty/eleventy": "1.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "4.2.0",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"copy-webpack-plugin": "9.1.0",
"css-loader": "5.2.7",
"eslint": "8.6.0",
"css-loader": "6.7.3",
"eslint": "8.33.0",
"eslint-config-preact": "1.3.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"file-loader": "6.2.0",
"glob": "7.2.0",
"markdown-it": "12.3.2",
"markdown-it-anchor": "8.4.1",
"mini-css-extract-plugin": "2.4.6",
"glob": "8.1.0",
"markdown-it": "13.0.1",
"markdown-it-anchor": "8.6.6",
"mini-css-extract-plugin": "2.7.2",
"npm-run-all": "4.1.5",
"prettier": "2.5.1",
"prettier": "2.8.3",
"rimraf": "3.0.2",
"sass": "1.47.0",
"sass-loader": "12.4.0",
"sass": "1.58.0",
"sass-loader": "13.2.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.9.1",
"yargs": "17.3.1"
"terser-webpack-plugin": "5.3.6",
"ts-loader": "9.4.2",
"typescript": "4.9.5",
"webpack": "5.75.0",
"webpack-assets-manifest": "5.1.0",
"webpack-cli": "5.0.1",
"yargs": "17.6.2"
}
}
Loading

0 comments on commit e503da3

Please sign in to comment.