Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye64 committed May 24, 2021
1 parent 6168cb6 commit b28ce59
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quasar/quasar-app-extension-qmarkdown",
"version": "1.4.2",
"version": "1.4.3",
"description": "Display inline markdown in your Quasar App",
"author": "Jeff Galbraith <[email protected]>",
"license": "MIT",
Expand Down
22 changes: 11 additions & 11 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quasar/quasar-ui-qmarkdown",
"version": "1.4.2",
"version": "1.4.3",
"author": "Jeff Galbraith <[email protected]>",
"description": "Display inline markdown in your Quasar App",
"license": "MIT",
Expand Down Expand Up @@ -74,26 +74,26 @@
"babel-eslint": "^10.1.0",
"babel-preset-env": "^1.7.0",
"chalk": "^4.1.1",
"cssnano": "^5.0.3",
"eslint": "^7.26.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.23.2",
"cssnano": "^5.0.4",
"eslint": "^7.27.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-quasar": "^1.0.0",
"eslint-plugin-vue": "^7.9.0",
"eslint-plugin-nodeca": "^1.0.3",
"fs-extra": "^10.0.0",
"open": "^8.0.9",
"postcss": "8.2.15",
"open": "^8.2.0",
"postcss": "8.3.0",
"punycode": "^2.1.1",
"quasar": "^1.15.15",
"quasar": "^1.15.16",
"quasar-json-api": "^1.2.6",
"rimraf": "^3.0.2",
"rollup": "^2.48.0",
"rtlcss": "^3.1.2",
"sass": "^1.32.13",
"rollup": "^2.49.0",
"rtlcss": "^3.2.0",
"sass": "^1.34.0",
"uglify-es": "^3.3.9",
"zlib": "^1.0.5"
},
Expand Down

0 comments on commit b28ce59

Please sign in to comment.