This commit is contained in:
github-actions
2023-02-18 00:13:23 +00:00
parent 6591837bc6
commit e6cd692ec0
7 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@github/actions-expressions", "name": "@github/actions-expressions",
"version": "0.1.146", "version": "0.1.147",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"source": "./src/index.ts", "source": "./src/index.ts",
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@github/actions-languageserver", "name": "@github/actions-languageserver",
"version": "0.1.146", "version": "0.1.147",
"description": "Language server for GitHub Actions", "description": "Language server for GitHub Actions",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
@@ -38,8 +38,8 @@
"watch": "tsc --build tsconfig.build.json --watch" "watch": "tsc --build tsconfig.build.json --watch"
}, },
"dependencies": { "dependencies": {
"@github/actions-languageservice": "^0.1.146", "@github/actions-languageservice": "^0.1.147",
"@github/actions-workflow-parser": "^0.1.146", "@github/actions-workflow-parser": "^0.1.147",
"@octokit/rest": "^19.0.7", "@octokit/rest": "^19.0.7",
"vscode-languageserver": "^8.0.2", "vscode-languageserver": "^8.0.2",
"vscode-languageserver-textdocument": "^1.0.7", "vscode-languageserver-textdocument": "^1.0.7",
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@github/actions-languageservice", "name": "@github/actions-languageservice",
"version": "0.1.146", "version": "0.1.147",
"description": "Language service for GitHub Actions", "description": "Language service for GitHub Actions",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
@@ -39,8 +39,8 @@
"watch": "tsc --build tsconfig.build.json --watch" "watch": "tsc --build tsconfig.build.json --watch"
}, },
"dependencies": { "dependencies": {
"@github/actions-expressions": "^0.1.146", "@github/actions-expressions": "^0.1.147",
"@github/actions-workflow-parser": "^0.1.146", "@github/actions-workflow-parser": "^0.1.147",
"vscode-languageserver-textdocument": "^1.0.7", "vscode-languageserver-textdocument": "^1.0.7",
"vscode-languageserver-types": "^3.17.2", "vscode-languageserver-types": "^3.17.2",
"yaml": "^2.1.1" "yaml": "^2.1.1"
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@github/actions-workflow-parser", "name": "@github/actions-workflow-parser",
"version": "0.1.146", "version": "0.1.147",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"source": "./src/index.ts", "source": "./src/index.ts",
@@ -40,7 +40,7 @@
"watch": "tsc --build tsconfig.build.json --watch" "watch": "tsc --build tsconfig.build.json --watch"
}, },
"dependencies": { "dependencies": {
"@github/actions-expressions": "^0.1.146", "@github/actions-expressions": "^0.1.147",
"cronstrue": "^2.21.0", "cronstrue": "^2.21.0",
"yaml": "^2.0.0-8" "yaml": "^2.0.0-8"
}, },
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "browser-playground", "name": "browser-playground",
"version": "0.1.146", "version": "0.1.147",
"description": "", "description": "",
"private": true, "private": true,
"main": "index.js", "main": "index.js",
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@github/actions-languageserver": "^0.1.146", "@github/actions-languageserver": "^0.1.147",
"monaco-editor-webpack-plugin": "^7.0.1", "monaco-editor-webpack-plugin": "^7.0.1",
"monaco-editor-workers": "^0.34.2", "monaco-editor-workers": "^0.34.2",
"monaco-languageclient": "^4.0.3", "monaco-languageclient": "^4.0.3",
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"$schema": "node_modules/lerna/schemas/lerna-schema.json", "$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true, "useWorkspaces": true,
"version": "0.1.146" "version": "0.1.147"
} }
+17 -17
View File
@@ -18,7 +18,7 @@
}, },
"actions-expressions": { "actions-expressions": {
"name": "@github/actions-expressions", "name": "@github/actions-expressions",
"version": "0.1.146", "version": "0.1.147",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/jest": "^29.0.3", "@types/jest": "^29.0.3",
@@ -34,11 +34,11 @@
}, },
"actions-languageserver": { "actions-languageserver": {
"name": "@github/actions-languageserver", "name": "@github/actions-languageserver",
"version": "0.1.146", "version": "0.1.147",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@github/actions-languageservice": "^0.1.146", "@github/actions-languageservice": "^0.1.147",
"@github/actions-workflow-parser": "^0.1.146", "@github/actions-workflow-parser": "^0.1.147",
"@octokit/rest": "^19.0.7", "@octokit/rest": "^19.0.7",
"vscode-languageserver": "^8.0.2", "vscode-languageserver": "^8.0.2",
"vscode-languageserver-textdocument": "^1.0.7", "vscode-languageserver-textdocument": "^1.0.7",
@@ -59,11 +59,11 @@
}, },
"actions-languageservice": { "actions-languageservice": {
"name": "@github/actions-languageservice", "name": "@github/actions-languageservice",
"version": "0.1.146", "version": "0.1.147",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@github/actions-expressions": "^0.1.146", "@github/actions-expressions": "^0.1.147",
"@github/actions-workflow-parser": "^0.1.146", "@github/actions-workflow-parser": "^0.1.147",
"vscode-languageserver-textdocument": "^1.0.7", "vscode-languageserver-textdocument": "^1.0.7",
"vscode-languageserver-types": "^3.17.2", "vscode-languageserver-types": "^3.17.2",
"yaml": "^2.1.1" "yaml": "^2.1.1"
@@ -84,10 +84,10 @@
}, },
"actions-workflow-parser": { "actions-workflow-parser": {
"name": "@github/actions-workflow-parser", "name": "@github/actions-workflow-parser",
"version": "0.1.146", "version": "0.1.147",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@github/actions-expressions": "^0.1.146", "@github/actions-expressions": "^0.1.147",
"cronstrue": "^2.21.0", "cronstrue": "^2.21.0",
"yaml": "^2.0.0-8" "yaml": "^2.0.0-8"
}, },
@@ -107,10 +107,10 @@
} }
}, },
"browser-playground": { "browser-playground": {
"version": "0.1.146", "version": "0.1.147",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@github/actions-languageserver": "^0.1.146", "@github/actions-languageserver": "^0.1.147",
"monaco-editor-webpack-plugin": "^7.0.1", "monaco-editor-webpack-plugin": "^7.0.1",
"monaco-editor-workers": "^0.34.2", "monaco-editor-workers": "^0.34.2",
"monaco-languageclient": "^4.0.3", "monaco-languageclient": "^4.0.3",
@@ -14733,8 +14733,8 @@
"@github/actions-languageserver": { "@github/actions-languageserver": {
"version": "file:actions-languageserver", "version": "file:actions-languageserver",
"requires": { "requires": {
"@github/actions-languageservice": "^0.1.146", "@github/actions-languageservice": "^0.1.147",
"@github/actions-workflow-parser": "^0.1.146", "@github/actions-workflow-parser": "^0.1.147",
"@octokit/rest": "^19.0.7", "@octokit/rest": "^19.0.7",
"@types/jest": "^29.0.3", "@types/jest": "^29.0.3",
"fetch-mock": "^9.11.0", "fetch-mock": "^9.11.0",
@@ -14751,8 +14751,8 @@
"@github/actions-languageservice": { "@github/actions-languageservice": {
"version": "file:actions-languageservice", "version": "file:actions-languageservice",
"requires": { "requires": {
"@github/actions-expressions": "^0.1.146", "@github/actions-expressions": "^0.1.147",
"@github/actions-workflow-parser": "^0.1.146", "@github/actions-workflow-parser": "^0.1.147",
"@types/jest": "^29.0.3", "@types/jest": "^29.0.3",
"jest": "^29.0.3", "jest": "^29.0.3",
"prettier": "^2.8.3", "prettier": "^2.8.3",
@@ -14769,7 +14769,7 @@
"@github/actions-workflow-parser": { "@github/actions-workflow-parser": {
"version": "file:actions-workflow-parser", "version": "file:actions-workflow-parser",
"requires": { "requires": {
"@github/actions-expressions": "^0.1.146", "@github/actions-expressions": "^0.1.147",
"@types/jest": "^29.0.3", "@types/jest": "^29.0.3",
"@typescript-eslint/eslint-plugin": "^5.40.0", "@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0", "@typescript-eslint/parser": "^5.40.0",
@@ -17763,7 +17763,7 @@
"browser-playground": { "browser-playground": {
"version": "file:browser-playground", "version": "file:browser-playground",
"requires": { "requires": {
"@github/actions-languageserver": "^0.1.146", "@github/actions-languageserver": "^0.1.147",
"css-loader": "^6.7.2", "css-loader": "^6.7.2",
"monaco-editor-webpack-plugin": "^7.0.1", "monaco-editor-webpack-plugin": "^7.0.1",
"monaco-editor-workers": "^0.34.2", "monaco-editor-workers": "^0.34.2",