Skip to content

Commit e503da3

Browse files
committed
chore: updated all dependencies
1 parent 13020a1 commit e503da3

File tree

3 files changed

+1316
-911
lines changed

3 files changed

+1316
-911
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
src/_js
3-
dist
3+
dist
4+
.DS_Store

package.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -18,39 +18,39 @@
1818
"test": "jest"
1919
},
2020
"dependencies": {
21-
"preact": "10.6.4",
22-
"preact-render-to-string": "5.1.19",
23-
"preactement": "1.8.2"
21+
"preact": "10.11.3",
22+
"preact-render-to-string": "5.2.6",
23+
"preactement": "1.8.4"
2424
},
2525
"devDependencies": {
26-
"@11ty/eleventy": "1.0.0",
27-
"@11ty/eleventy-plugin-syntaxhighlight": "3.1.3",
28-
"@types/node": "14.14.37",
29-
"@typescript-eslint/eslint-plugin": "5.9.1",
30-
"@typescript-eslint/parser": "5.9.1",
26+
"@11ty/eleventy": "1.0.2",
27+
"@11ty/eleventy-plugin-syntaxhighlight": "4.2.0",
28+
"@types/node": "18.11.18",
29+
"@typescript-eslint/eslint-plugin": "5.50.0",
30+
"@typescript-eslint/parser": "5.50.0",
3131
"copy-webpack-plugin": "9.1.0",
32-
"css-loader": "5.2.7",
33-
"eslint": "8.6.0",
32+
"css-loader": "6.7.3",
33+
"eslint": "8.33.0",
3434
"eslint-config-preact": "1.3.0",
35-
"eslint-config-prettier": "8.3.0",
36-
"eslint-plugin-jsx-a11y": "6.5.1",
35+
"eslint-config-prettier": "8.6.0",
36+
"eslint-plugin-jsx-a11y": "6.7.1",
3737
"file-loader": "6.2.0",
38-
"glob": "7.2.0",
39-
"markdown-it": "12.3.2",
40-
"markdown-it-anchor": "8.4.1",
41-
"mini-css-extract-plugin": "2.4.6",
38+
"glob": "8.1.0",
39+
"markdown-it": "13.0.1",
40+
"markdown-it-anchor": "8.6.6",
41+
"mini-css-extract-plugin": "2.7.2",
4242
"npm-run-all": "4.1.5",
43-
"prettier": "2.5.1",
43+
"prettier": "2.8.3",
4444
"rimraf": "3.0.2",
45-
"sass": "1.47.0",
46-
"sass-loader": "12.4.0",
45+
"sass": "1.58.0",
46+
"sass-loader": "13.2.0",
4747
"style-loader": "3.3.1",
48-
"terser-webpack-plugin": "5.3.0",
49-
"ts-loader": "9.2.6",
50-
"typescript": "4.5.4",
51-
"webpack": "5.66.0",
52-
"webpack-assets-manifest": "5.0.1",
53-
"webpack-cli": "4.9.1",
54-
"yargs": "17.3.1"
48+
"terser-webpack-plugin": "5.3.6",
49+
"ts-loader": "9.4.2",
50+
"typescript": "4.9.5",
51+
"webpack": "5.75.0",
52+
"webpack-assets-manifest": "5.1.0",
53+
"webpack-cli": "5.0.1",
54+
"yargs": "17.6.2"
5555
}
5656
}

0 commit comments

Comments
 (0)