Skip to content

Commit

Permalink
Merge branch 'main' into storybook
Browse files Browse the repository at this point in the history
# Conflicts:
#	package.json
#	pnpm-lock.yaml
  • Loading branch information
iva2k committed Dec 4, 2024
2 parents 1fd6c1d + 8c290f5 commit 397c3f1
Show file tree
Hide file tree
Showing 5 changed files with 617 additions and 374 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@
"@types/minimist": "^1.2.5",
"@types/node": "^22.10.1",
"@types/object-hash": "^3.0.6",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@vite-pwa/sveltekit": "^0.6.6",
"@vitest/coverage-v8": "^2.1.6",
"@vitest/coverage-v8": "^2.1.8",
"autoprefixer": "^10.4.20",
"backloop.dev": "^2.0.4",
"chromatic": "^11.19.0",
Expand All @@ -126,14 +126,14 @@
"cross-env": "^7.0.3",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.4.3",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import-x": "^4.5.0",
"eslint-plugin-playwright": "^2.1.0",
"eslint-plugin-storybook": "^0.11.1",
"eslint-plugin-svelte": "^2.46.1",
"eslint-plugin-vitest": "^0.5.4",
"glob": "^11.0.0",
"globals": "^15.12.0",
"globals": "^15.13.0",
"http-server": "^14.1.1",
"minimist": "^1.2.8",
"object-hash": "^3.0.0",
Expand All @@ -148,28 +148,28 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "^6.0.1",
"sass": "^1.81.0",
"sass": "^1.82.0",
"shx": "^0.3.4",
"storybook": "^8.4.6",
"stylelint": "^16.11.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-standard": "^36.0.1",
"svelte": "^5.2.12",
"svelte-check": "^4.1.0",
"svelte": "^5.5.3",
"svelte-check": "^4.1.1",
"svgo": "^3.3.2",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"typescript-eslint": "^8.17.0",
"typescript-eslint-parser-for-extra-files": "^0.7.0",
"unplugin-icons": "^0.20.2",
"unplugin-icons": "^0.21.0",
"vanilla-lazyload": "^19.1.3",
"vite": "^6.0.1",
"vite": "^6.0.2",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-static-copy": "^2.2.0",
"vitest": "^2.1.6",
"vitest": "^2.1.8",
"workbox-build": "^7.3.0",
"workbox-core": "^7.3.0",
"workbox-precaching": "^7.3.0",
Expand Down
Loading

0 comments on commit 397c3f1

Please sign in to comment.