upgrade types

This commit is contained in:
Julien Calixte
2023-04-09 09:35:19 +02:00
parent ee7c98bae2
commit b1310dfaec
2 changed files with 12 additions and 12 deletions

View File

@@ -15,7 +15,7 @@
}, },
"dependencies": { "dependencies": {
"nanoid": "^4.0.2", "nanoid": "^4.0.2",
"pinia": "^2.0.32", "pinia": "^2.0.34",
"suretype": "^3.2.1", "suretype": "^3.2.1",
"vue": "^3.2.47", "vue": "^3.2.47",
"vue-router": "^4.1.6" "vue-router": "^4.1.6"
@@ -23,9 +23,9 @@
"devDependencies": { "devDependencies": {
"@faker-js/faker": "^7.6.0", "@faker-js/faker": "^7.6.0",
"@rushstack/eslint-patch": "^1.2.0", "@rushstack/eslint-patch": "^1.2.0",
"@types/jsdom": "^21.1.0", "@types/jsdom": "^21.1.1",
"@types/node": "^18.14.2", "@types/node": "^18.14.2",
"@vitejs/plugin-vue": "^4.0.0", "@vitejs/plugin-vue": "^4.1.0",
"@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2", "@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.3.2", "@vue/test-utils": "^2.3.2",

18
pnpm-lock.yaml generated
View File

@@ -5,8 +5,8 @@ dependencies:
specifier: ^4.0.2 specifier: ^4.0.2
version: 4.0.2 version: 4.0.2
pinia: pinia:
specifier: ^2.0.32 specifier: ^2.0.34
version: 2.0.33(typescript@4.8.4)(vue@3.2.47) version: 2.0.34(typescript@4.8.4)(vue@3.2.47)
suretype: suretype:
specifier: ^3.2.1 specifier: ^3.2.1
version: 3.2.1 version: 3.2.1
@@ -25,13 +25,13 @@ devDependencies:
specifier: ^1.2.0 specifier: ^1.2.0
version: 1.2.0 version: 1.2.0
'@types/jsdom': '@types/jsdom':
specifier: ^21.1.0 specifier: ^21.1.1
version: 21.1.0 version: 21.1.1
'@types/node': '@types/node':
specifier: ^18.14.2 specifier: ^18.14.2
version: 18.15.3 version: 18.15.3
'@vitejs/plugin-vue': '@vitejs/plugin-vue':
specifier: ^4.0.0 specifier: ^4.1.0
version: 4.1.0(vite@4.2.1)(vue@3.2.47) version: 4.1.0(vite@4.2.1)(vue@3.2.47)
'@vue/eslint-config-prettier': '@vue/eslint-config-prettier':
specifier: ^7.1.0 specifier: ^7.1.0
@@ -398,8 +398,8 @@ packages:
resolution: {integrity: sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==} resolution: {integrity: sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==}
dev: true dev: true
/@types/jsdom@21.1.0: /@types/jsdom@21.1.1:
resolution: {integrity: sha512-leWreJOdnuIxq9Y70tBVm/bvTuh31DSlF/r4l7Cfi4uhVQqLHD0Q4v301GMisEMwwbMgF7ZKxuZ+Jbd4NcdmRw==} resolution: {integrity: sha512-cZFuoVLtzKP3gmq9eNosUL1R50U+USkbLtUQ1bYVgl/lKp0FZM7Cq4aIHAL8oIvQ17uSHi7jXPtfDOdjPwBE7A==}
dependencies: dependencies:
'@types/node': 18.15.3 '@types/node': 18.15.3
'@types/tough-cookie': 4.0.2 '@types/tough-cookie': 4.0.2
@@ -2426,8 +2426,8 @@ packages:
engines: {node: '>=4'} engines: {node: '>=4'}
dev: true dev: true
/pinia@2.0.33(typescript@4.8.4)(vue@3.2.47): /pinia@2.0.34(typescript@4.8.4)(vue@3.2.47):
resolution: {integrity: sha512-HOj1yVV2itw6rNIrR2f7+MirGNxhORjrULL8GWgRwXsGSvEqIQ+SE0MYt6cwtpegzCda3i+rVTZM+AM7CG+kRg==} resolution: {integrity: sha512-cgOoGUiyqX0SSgX8XelK9+Ri4XA2/YyNtgjogwfzIx1g7iZTaZPxm7/bZYMCLU2qHRiHhxG7SuQO0eBacFNc2Q==}
peerDependencies: peerDependencies:
'@vue/composition-api': ^1.4.0 '@vue/composition-api': ^1.4.0
typescript: '>=4.4.4' typescript: '>=4.4.4'