This commit is contained in:
JordanBoltonMN 2021-12-29 15:46:50 -06:00
Родитель 6f1a71efcd
Коммит 0070209b39
2 изменённых файлов: 6 добавлений и 6 удалений

8
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/powerquery-formatter",
"version": "0.0.42",
"version": "0.0.43",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -138,9 +138,9 @@
"dev": true
},
"@microsoft/powerquery-parser": {
"version": "0.4.18",
"resolved": "https://registry.npmjs.org/@microsoft/powerquery-parser/-/powerquery-parser-0.4.18.tgz",
"integrity": "sha512-BouPlPN6bj3VourERlTKNXzKDZdegkVlv1SLGAzmzvOY0eVPwoyTz7gHYplopY8E4k5p2NQbHyAX8Ku5T37Thg==",
"version": "0.4.20",
"resolved": "https://registry.npmjs.org/@microsoft/powerquery-parser/-/powerquery-parser-0.4.20.tgz",
"integrity": "sha512-BSi40k3lhQd483yAvbU1oAVvDkNd7YxU41B6QI5IWANUJfyt8L8dn9XxMm4mqXyHIDRnVOu6ioJfbID73BNMtA==",
"requires": {
"grapheme-splitter": "^1.0.4"
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/powerquery-formatter",
"version": "0.0.42",
"version": "0.0.43",
"author": "Microsoft",
"license": "MIT",
"scripts": {
@ -46,7 +46,7 @@
"typescript": "^4.5.4"
},
"dependencies": {
"@microsoft/powerquery-parser": "0.4.18"
"@microsoft/powerquery-parser": "0.4.20"
},
"files": [
"lib/powerquery-formatter/**/*"