update version ot 3.6.14

This commit is contained in:
Amruth Pillai
2022-12-02 13:59:13 +01:00
parent 1914ebb9ae
commit 9d01d6a833
2 changed files with 16 additions and 769 deletions

View File

@ -1,14 +1,13 @@
{
"name": "reactive-resume",
"version": "3.6.13",
"version": "3.6.14",
"private": true,
"scripts": {
"dev": "env-cmd --silent turbo run dev",
"lint": "turbo run lint",
"build": "env-cmd --silent turbo run build",
"start": "env-cmd --silent turbo run start",
"format": "prettier --write .",
"release": "standard-version --release-as patch"
"format": "prettier --write ."
},
"workspaces": [
"schema",
@ -26,7 +25,6 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"prettier": "^2.8.0",
"standard-version": "^9.5.0",
"typescript": "^4.9.3"
},
"resolutions": {