Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
larsjohnsen committed Jun 29, 2024
1 parent 4b5c66c commit 2c2c7c3
Show file tree
Hide file tree
Showing 2 changed files with 705 additions and 734 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
],
"dependencies": {
"dashjs": "4.7.4",
"dayjs": "1.11.10",
"dompurify": "3.0.9",
"dayjs": "1.11.11",
"dompurify": "3.1.5",
"fast-levenshtein": "3.0.0",
"favico.js": "0.3.10",
"jquery": "3.7.1",
Expand All @@ -56,19 +56,19 @@
"tinycolor2": "1.6.0"
},
"devDependencies": {
"@babel/core": "7.24.0",
"@babel/eslint-parser": "7.23.10",
"@babel/plugin-syntax-flow": "7.23.3",
"@babel/plugin-syntax-import-attributes": "7.23.3",
"@babel/plugin-transform-flow-strip-types": "7.23.3",
"@babel/register": "7.23.7",
"ava": "6.1.2",
"@babel/core": "7.24.7",
"@babel/eslint-parser": "7.24.7",
"@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/register": "7.24.6",
"ava": "6.1.3",
"chrome-extension-deploy": "3.0.0",
"commander": "12.0.0",
"commander": "12.1.0",
"cross-env": "7.0.3",
"esbuild": "0.20.1",
"esbuild": "0.21.5",
"esbuild-plugin-copy": "2.1.1",
"esbuild-sass-plugin": "3.1.0",
"esbuild-sass-plugin": "3.3.1",
"eslint": "8.57.0",
"eslint-plugin-ava": "14.0.0",
"eslint-plugin-dollar-sign": "1.0.2",
Expand All @@ -77,20 +77,20 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-no-useless-assign": "1.0.3",
"eslint-plugin-prefer-spread": "1.0.3",
"eslint-plugin-you-dont-need-lodash-underscore": "6.13.0",
"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.230.0",
"jscodeshift": "0.15.2",
"flow-remove-types": "2.238.3",
"jscodeshift": "0.16.1",
"jszip": "3.10.1",
"nightwatch": "1.7.13",
"rimraf": "5.0.5",
"semver": "7.6.0",
"stylelint": "16.2.1",
"stylelint-config-recommended": "14.0.0",
"stylelint-config-sass-guidelines": "11.0.0",
"stylelint-config-standard": "36.0.0",
"stylelint-config-standard-scss": "13.0.0",
"stylelint-scss": "6.2.1"
"rimraf": "5.0.7",
"semver": "7.6.2",
"stylelint": "16.6.1",
"stylelint-config-recommended": "14.0.1",
"stylelint-config-sass-guidelines": "11.1.0",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-scss": "6.3.2"
}
}
Loading

0 comments on commit 2c2c7c3

Please sign in to comment.