chore: bump version number

This commit is contained in:
Sebin Nyshkim 2023-01-20 01:02:21 +01:00
parent d000c4a4fb
commit c834b7c49e
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "sebin-reference",
"version": "0.8.3",
"version": "0.9.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "sebin-reference",
"version": "0.8.3",
"version": "0.9.0",
"dependencies": {
"vue": "^3.2.45",
"vue-router": "^4.1.6"
@ -3410,9 +3410,9 @@
}
},
"node_modules/punycode": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.2.0.tgz",
"integrity": "sha512-LN6QV1IJ9ZhxWTNdktaPClrNfp8xdSAYS0Zk2ddX7XsXZAxckMHPCBcHRo0cTcEIgYPRiGEkmji3Idkh2yFtYw==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
"integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
"dev": true,
"engines": {
"node": ">=6"
@ -6783,9 +6783,9 @@
}
},
"punycode": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.2.0.tgz",
"integrity": "sha512-LN6QV1IJ9ZhxWTNdktaPClrNfp8xdSAYS0Zk2ddX7XsXZAxckMHPCBcHRo0cTcEIgYPRiGEkmji3Idkh2yFtYw==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
"integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
"dev": true
},
"queue-microtask": {

View file

@ -1,6 +1,6 @@
{
"name": "sebin-reference",
"version": "0.8.3",
"version": "0.9.0",
"private": true,
"scripts": {
"dev": "vite --host",