Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelzs committed Jul 11, 2022
1 parent 0de1c5d commit eabfe61
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 43 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# 2.1.0 - 2022-07-11

- ADDED
- REMOVED
- IMPROVED
- Update Axentix to 2.1.0 - https://github.com/axentix/axentix/releases/tag/2.1.0
- Update dependencies
- BUGFIXES

# 2.0.0 - 2022-05-20

New major version with reworked [docs](https://neu.useaxentix.com/) !
Expand Down
74 changes: 37 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "neu-axentix",
"version": "2.0.0",
"version": "2.1.0",
"description": "The official Axentix neumorphism design implementation. Start using neumorphism shadows in 3 easy steps.",
"homepage": "https://neu.useaxentix.com",
"author": "Axel SIMONET, Vincent LEVEQUE",
Expand Down Expand Up @@ -50,14 +50,14 @@
],
"engine": "node >= 16",
"dependencies": {
"axentix": "^2.0.1"
"axentix": "^2.1.0"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"fast-glob": "^3.2.11",
"sass": "^1.52.0",
"typescript": "^4.6.4",
"vite": "^2.9.9",
"vite-plugin-mpa": "^1.1.2"
"sass": "^1.53.0",
"typescript": "^4.7.4",
"vite": "^2.9.14",
"vite-plugin-mpa": "^1.1.3"
}
}

0 comments on commit eabfe61

Please sign in to comment.