Skip to content

Commit

Permalink
chore: update frontend deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Mar 7, 2024
1 parent cdaeb88 commit 5f22e7f
Show file tree
Hide file tree
Showing 4 changed files with 407 additions and 461 deletions.
1 change: 1 addition & 0 deletions frontend/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = {
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/return-await': 'off',
'no-undef-init': 'off',
'@typescript-eslint/no-unsafe-argument': 'off',
'simple-import-sort/imports': 'error',
'simple-import-sort/exports': 'error',
'import/no-internal-modules': [
Expand Down
38 changes: 19 additions & 19 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,44 +16,44 @@
"lint": "pnpm run '/^lint:.*/'"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
"@types/deep-equal": "^1.0.4",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.60.1",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"effector-logger": "^0.15.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^36.0.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-boundaries": "^4.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-svelte": "^2.35.1",
"feature-sliced-svelte": "^1.4.0",
"fontkit": "^2.0.2",
"postcss": "^8.4.32",
"postcss-html": "^1.5.0",
"sass": "^1.69.5",
"stylelint": "^16.1.0",
"postcss": "^8.4.35",
"postcss-html": "^1.6.0",
"sass": "^1.71.1",
"stylelint": "^16.2.1",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-scss": "^6.0.0",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"stylelint-scss": "^6.2.1",
"svelte": "^4.2.12",
"svelte-check": "^3.6.6",
"svelte-preprocess": "^5.1.3",
"tslib": "^2.6.2",
"typescript": "^5.1.0",
"vite": "^5.0.10"
"vite": "^5.1.5"
},
"dependencies": {
"@naco-ui/svelte": "1.6.0",
"colorjs.io": "0.4.5",
"colorjs.io": "0.5.0",
"deep-equal": "2.2.3",
"effector": "23.1.0",
"patronum": "2.1.1",
"effector": "23.2.0",
"patronum": "2.2.0",
"svelte-awesome-color-picker": "2.4.8"
}
}
2 changes: 1 addition & 1 deletion frontend/package.json.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c7f6f6038d4b6834cc7476b799af9097
8116f2f1fa673af023647151fc26e960
Loading

0 comments on commit 5f22e7f

Please sign in to comment.