Skip to content

Commit

Permalink
update persian-date and fix warning in nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza-ab committed Aug 4, 2022
1 parent 789fc3c commit 8b179c8
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dist/build.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/build.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

/*! -!../node_modules/style-loader/dist/cjs.js!../node_modules/css-loader/dist/cjs.js!../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=style&index=0&lang=scss& */

/*! -!../node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=template&id=1ca67f6e& */
/*! -!../node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=template&id=5efbd083& */

/*! ../../node_modules/css-loader/dist/runtime/api.js */

Expand Down Expand Up @@ -308,7 +308,7 @@

/*! ./App.vue?vue&type=style&index=0&lang=scss& */

/*! ./App.vue?vue&type=template&id=1ca67f6e& */
/*! ./App.vue?vue&type=template&id=5efbd083& */

/*! ./ArrowIcon.vue?vue&type=script&lang=js& */

Expand Down Expand Up @@ -491,7 +491,7 @@
\****************************************************/

/*!****************************************************!*\
!*** ./src/App.vue?vue&type=template&id=1ca67f6e& ***!
!*** ./src/App.vue?vue&type=template&id=5efbd083& ***!
\****************************************************/

/*!*****************************************************!*\
Expand Down Expand Up @@ -1171,7 +1171,7 @@
\***************************************************************************************************************************************************************************************/

/*!*******************************************************************************************************************************************************************************************!*\
!*** ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/App.vue?vue&type=template&id=1ca67f6e& ***!
!*** ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/App.vue?vue&type=template&id=5efbd083& ***!
\*******************************************************************************************************************************************************************************************/

/*!********************************************************************************************************************************************************************************************!*\
Expand Down
2 changes: 1 addition & 1 deletion dist/build.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/datepicker.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/datepicker.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions nuxt.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default function (option) {
this.nuxt.hook("components:dirs", (dirs) => {
dirs.push({
path: join(__dirname, "src/components"),
pattern: "**/*.vue",
});
});
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alireza-ab/vue-persian-datepicker",
"description": "A datepicker component for select persian date",
"version": "2.3.0",
"version": "2.3.1",
"main": "./dist/datepicker.common.js",
"unpkg": "./dist/datepicker.min.js",
"scripts": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"author": "Alireza Alibeiki <[email protected]>",
"license": "MIT",
"dependencies": {
"@alireza-ab/persian-date": "^2.6.1"
"@alireza-ab/persian-date": "^2.6.2"
},
"devDependencies": {
"@babel/core": "^7.17.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@alireza-ab/persian-date@^2.6.1":
version "2.6.1"
resolved "https://registry.yarnpkg.com/@alireza-ab/persian-date/-/persian-date-2.6.1.tgz#ea452fa87c3e4b38ac93c42834c6d0c18f088be0"
integrity sha512-yXQGTJ5v79IHmqphRAWlROR6N/T19cByIjWe60sI1H1QtW2dx5ctZ0BEUMk6973+oxVLa4sJ3y/O1kk7uqPhEg==
"@alireza-ab/persian-date@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@alireza-ab/persian-date/-/persian-date-2.6.2.tgz#03c968cc00a4976f83366ab1a0980698f0cc49bc"
integrity sha512-Xv7gi9z4a9Y+2C7iklVaOOAuWWPFUxJbvoDgOJFATNirTFvzWtiKWAwXY/rYfil4Z8TrPD2RSpvBQZ4PoemGrw==

"@ampproject/remapping@^2.0.0":
version "2.0.2"
Expand Down

0 comments on commit 8b179c8

Please sign in to comment.