Skip to content

Commit

Permalink
update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
larsjohnsen committed Sep 14, 2024
1 parent e804618 commit 490e475
Show file tree
Hide file tree
Showing 2 changed files with 421 additions and 258 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,29 +44,29 @@
],
"dependencies": {
"dashjs": "4.7.4",
"dayjs": "1.11.11",
"dompurify": "3.1.5",
"dayjs": "1.11.13",
"dompurify": "3.1.6",
"fast-levenshtein": "3.0.0",
"favico.js": "0.3.10",
"jquery": "3.7.1",
"lodash-es": "4.17.21",
"snudown-js": "4.0.1",
"sortablejs": "1.15.2",
"sortablejs": "1.15.3",
"suncalc": "1.9.0",
"tinycolor2": "1.6.0"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/eslint-parser": "7.24.7",
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@babel/plugin-syntax-flow": "7.24.7",
"@babel/plugin-syntax-import-attributes": "7.24.7",
"@babel/plugin-transform-flow-strip-types": "7.24.7",
"@babel/plugin-syntax-import-attributes": "7.25.6",
"@babel/plugin-transform-flow-strip-types": "7.25.2",
"@babel/register": "7.24.6",
"ava": "6.1.3",
"chrome-extension-deploy": "3.0.0",
"commander": "12.1.0",
"cross-env": "7.0.3",
"esbuild": "0.23.0",
"esbuild": "0.23.1",
"esbuild-plugin-copy": "2.1.1",
"esbuild-sass-plugin": "3.3.1",
"eslint": "8.57.0",
Expand All @@ -80,13 +80,13 @@
"eslint-plugin-you-dont-need-lodash-underscore": "6.14.0",
"firefox-extension-deploy": "1.1.2",
"flow-bin": "0.84.0",
"flow-remove-types": "2.238.3",
"jscodeshift": "0.16.1",
"flow-remove-types": "2.246.0",
"jscodeshift": "17.0.0",
"jszip": "3.10.1",
"nightwatch": "1.7.13",
"postcss": "8.4.39",
"rimraf": "5.0.7",
"semver": "7.6.2",
"postcss": "8.4.45",
"rimraf": "6.0.1",
"semver": "7.6.3",
"stylelint": "16.6.1",
"stylelint-config-recommended": "14.0.1",
"stylelint-config-sass-guidelines": "11.1.0",
Expand Down
Loading

0 comments on commit 490e475

Please sign in to comment.