Skip to content

Commit

Permalink
chore: upgrade packages (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto authored Apr 14, 2023
1 parent 0bfd56b commit 3edb6e5
Show file tree
Hide file tree
Showing 3 changed files with 2,577 additions and 3,756 deletions.
7 changes: 7 additions & 0 deletions .restyled.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
exclude:
- "**/*.patch"
- "**/node_modules/**/*"
- "**/vendor/**/*"
- ".github/workflows/**/*"
- ".gitignore"
- "pnpm-lock.yaml"
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smart-tagz",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"type": "module",
"description": "A Smart input tags component for Vue 3",
Expand Down Expand Up @@ -46,37 +46,37 @@
"devDependencies": {
"@rollup/plugin-beep": "^1.0.2",
"@rollup/plugin-buble": "^1.0.2",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-sucrase": "^5.0.1",
"@types/nanoid": "^3.0.0",
"@types/vue-feather-icons": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vitejs/plugin-vue": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.47",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-vue": "^9.9.0",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.10.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"lint-staged": "^13.2.1",
"postcss": "^8.4.21",
"postcss-html": "^1.5.0",
"postcss-preset-env": "^8.0.1",
"prettier": "^2.8.4",
"rimraf": "^4.1.2",
"rollup": "^3.15.0",
"postcss-preset-env": "^8.3.1",
"prettier": "^2.8.7",
"rimraf": "^5.0.0",
"rollup": "^3.20.2",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.58.0",
"stylelint": "^15.1.0",
"stylelint-config-standard": "^30.0.1",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"sass": "^1.62.0",
"stylelint": "^15.4.0",
"stylelint-config-standard": "^32.0.0",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vue": "^3.2.47",
"vue-template-compiler": "2.7.14"
},
Expand Down
Loading

1 comment on commit 3edb6e5

@vercel
Copy link

@vercel vercel bot commented on 3edb6e5 Apr 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

smart-tagz – ./

smart-tagz-prabhuignoto.vercel.app
smart-tagz.vercel.app
smart-tagz-git-master-prabhuignoto.vercel.app

Please sign in to comment.