Ran npm run update, updated date-fns packages, changed to version 0.2.2

This commit is contained in:
Franco Speziali 2023-02-16 22:38:03 +01:00
parent ff2c3794d6
commit 21c5dfb426
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -1,15 +1,15 @@
{ {
"name": "joplin-plugin-event-calendar", "name": "joplin-plugin-event-calendar",
"version": "0.2.0", "version": "0.2.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "joplin-plugin-event-calendar", "name": "joplin-plugin-event-calendar",
"version": "0.2.0", "version": "0.2.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"date-fns": "^2.28.0", "date-fns": "^2.29.3",
"yaml": "^1.10.2" "yaml": "^1.10.2"
}, },
"devDependencies": { "devDependencies": {
@ -2755,9 +2755,9 @@
} }
}, },
"node_modules/date-fns": { "node_modules/date-fns": {
"version": "2.28.0", "version": "2.29.3",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.28.0.tgz", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz",
"integrity": "sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw==", "integrity": "sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==",
"engines": { "engines": {
"node": ">=0.11" "node": ">=0.11"
}, },
@ -12104,9 +12104,9 @@
} }
}, },
"date-fns": { "date-fns": {
"version": "2.28.0", "version": "2.29.3",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.28.0.tgz", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz",
"integrity": "sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw==" "integrity": "sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA=="
}, },
"debug": { "debug": {
"version": "2.6.9", "version": "2.6.9",

View File

@ -1,6 +1,6 @@
{ {
"name": "joplin-plugin-event-calendar", "name": "joplin-plugin-event-calendar",
"version": "0.2.1", "version": "0.2.2",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
@ -31,7 +31,7 @@
"yargs": "^16.2.0" "yargs": "^16.2.0"
}, },
"dependencies": { "dependencies": {
"date-fns": "^2.28.0", "date-fns": "^2.29.3",
"yaml": "^1.10.2" "yaml": "^1.10.2"
}, },
"files": [ "files": [