Skip to content
Snippets Groups Projects
Commit 40cd417c authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

Merge branch 'chore/PRXS-1491-UpdateDependencies' into 'master'

Обновлены зависимости

See merge request !8
parents c159ca71 bf3f5e44
No related branches found
No related tags found
1 merge request!8Обновлены зависимости
Pipeline #33142 passed with stage
in 28 seconds
...@@ -10,9 +10,9 @@ publish_npm: ...@@ -10,9 +10,9 @@ publish_npm:
- apk --no-cache add git - apk --no-cache add git
- git submodule update --remote --merge - git submodule update --remote --merge
- apk add --update make bash protobuf-dev yarn - apk add --update make bash protobuf-dev yarn
- npm install -g ts-proto@1.115.5 - npm install -g ts-proto@1.151.1
- npm install -g typescript@4.7.4 - npm install -g typescript@5.1.6
- npm i protobufjs@6.11.3 - npm i protobufjs@7.2.4
rules: rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
......
...@@ -55,20 +55,20 @@ ifeq (,$(shell which npm)) ...@@ -55,20 +55,20 @@ ifeq (,$(shell which npm))
endif endif
ifeq (,$(shell which protoc-gen-ts_proto)) ifeq (,$(shell which protoc-gen-ts_proto))
$(error "Ts-proto plugin for protoc not found. \ $(error "Ts-proto plugin for protoc not found. \
Run \"npm install -g ts-proto@1.115.5\" \ Run \"npm install -g ts-proto@1.151.1\" \
or visit \"https://github.com/stephenh/ts-proto\" for more.\n") or visit \"https://github.com/stephenh/ts-proto\" for more.\n")
endif endif
ifeq (,$(shell which tsc)) ifeq (,$(shell which tsc))
$(error "Typescript not found. \ $(error "Typescript not found. \
Run \"npm install -g typescript@4.7.4\" \ Run \"npm install -g typescript@5.1.6\" \
or visit \"https://github.com/microsoft/TypeScript\" for more.\n") or visit \"https://github.com/microsoft/TypeScript\" for more.\n")
endif endif
ifneq ($(shell expr $(TSC_MAJOR_VERSION) \>= 4), 1) ifneq ($(shell expr $(TSC_MAJOR_VERSION) \>= 5), 1)
$(error "Current version is outdated. Please update typescript \n") $(error "Current version is outdated. Please update typescript \n")
endif endif
ifneq ($(shell expr $(TSC_MINOR_VERSION) \>= 7), 1) ifneq ($(shell expr $(TSC_MINOR_VERSION) \>= 1), 1)
$(error "Current version is lower than 4.7 Please update typescript \n") $(error "Current version is lower than 5.1 Please update typescript \n")
endif endif
ifneq ($(shell expr $(TSC_MIC_VERSION) \>= 4), 1) ifneq ($(shell expr $(TSC_MIC_VERSION) \>= 6), 1)
$(error "Current version is lower than 4.7.4 Please update typescript \n") $(error "Current version is lower than 5.1.6 Please update typescript \n")
endif endif
{ {
"name": "@perxis-js/perxis-client", "name": "@perxis-js/perxis-client",
"version": "1.1.4", "version": "1.1.5",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"files": [ "files": [
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"pub": "npm publish" "pub": "npm publish"
}, },
"dependencies": { "dependencies": {
"protobufjs": "^6.11.3" "protobufjs": "7.2.4"
}, },
"author": "", "author": "",
"license": "ISC" "license": "ISC"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment