Skip to content

Commit

Permalink
docs: pkg versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrywu committed Feb 17, 2024
1 parent 35b22db commit f418786
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@documate/documate": "latest",
"vitepress": "^1.0.0-rc.40",
"vitepress": "^1.0.0-rc.42",
"vitepress-plugin-sandpack": "latest"
}
}
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,57 +88,57 @@
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@swc/core": "^1.3.107",
"@testing-library/jest-dom": "^6.4.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@swc/core": "^1.4.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.0.1",
"@testing-library/vue": "^8.0.2",
"@types/lodash.isequal": "^4.5.8",
"@types/lz-string": "^1.5.0",
"@types/node": "^20.11.10",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-vue": "^5.0.3",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/ui": "^1.2.2",
"@vitest/ui": "^1.3.0",
"@vue/babel-plugin-jsx": "^1.2.1",
"@vue/eslint-config-typescript": "^12.0.0",
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
"browserslist-to-esbuild": "^1.2.0",
"bumpp": "^9.3.0",
"core-js": "^3.35.1",
"core-js": "^3.36.0",
"cssnano": "^6.0.3",
"esbuild-plugin-babel": "^0.2.3",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-vue": "^9.20.1",
"husky": "^8.0.3",
"eslint-plugin-vue": "^9.21.1",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.2",
"npm": "^10.4.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.33",
"postcss": "^8.4.35",
"postcss-cli": "^11.0.0",
"postcss-loader": "^8.0.0",
"postcss-loader": "^8.1.0",
"postcss-nested": "^6.0.1",
"postcss-scss": "^4.0.9",
"rimraf": "^5.0.5",
"sass": "^1.70.0",
"sass": "^1.71.0",
"shelljs": "^0.8.5",
"stylelint": "^14.16.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^29.0.0",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite": "^5.1.3",
"vite-plugin-dts": "^3.7.2",
"vite-plugin-style-import": "^2.0.0",
"vitest": "^1.2.2",
"vitest": "^1.3.0",
"vue-tsc": "^1.8.27"
},
"peerDependencies": {
Expand Down

1 comment on commit f418786

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for vue3-toastify ready!

✅ Preview
https://vue3-toastify-4mo94btp3-jerrywu001.vercel.app

Built with commit f418786.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.