Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jan 26, 2025
1 parent 3633e7e commit 26891ab
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 59 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lvmweb",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -19,10 +19,10 @@
"storybook:build": "storybook build"
},
"dependencies": {
"@mantine/core": "7.16.1",
"@mantine/form": "^7.16.1",
"@mantine/hooks": "7.16.1",
"@mantine/notifications": "^7.16.1",
"@mantine/core": "7.16.2",
"@mantine/form": "^7.16.2",
"@mantine/hooks": "7.16.2",
"@mantine/notifications": "^7.16.2",
"@next/bundle-analyzer": "^15.1.6",
"@tabler/icons": "^3.29.0",
"@tabler/icons-react": "^3.29.0",
Expand All @@ -35,8 +35,8 @@
"react-use": "^17.6.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@eslint/js": "^9.18.0",
"@babel/core": "^7.26.7",
"@eslint/js": "^9.19.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@next/eslint-plugin-next": "^15.1.6",
"@storybook/addon-essentials": "^8.5.1",
Expand All @@ -55,7 +55,7 @@
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"babel-loader": "^9.2.1",
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-mantine": "^4.0.3",
Expand All @@ -76,7 +76,7 @@
"prettier": "^3.4.2",
"storybook": "^8.5.1",
"storybook-dark-mode": "^4.0.2",
"stylelint": "^16.13.2",
"stylelint": "^16.14.0",
"stylelint-config-standard-scss": "^14.0.0",
"ts-jest": "^29.2.5",
"typescript": "5.7.3",
Expand Down
Loading

0 comments on commit 26891ab

Please sign in to comment.