Skip to content

Commit

Permalink
pin TS, increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Aug 22, 2023
1 parent 2db2305 commit 7085b26
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 22 deletions.
35 changes: 26 additions & 9 deletions express/backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions express/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker-dev-portal-backend",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "build/index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"node-cache": "^5.1.2",
"rimraf": "^3.0.2",
"tweetsodium": "0.0.5",
"typescript": "^4.4.3",
"typescript": "4.4.4",
"universal-cookie-express": "^4.0.3",
"uuid": "^8.3.2",
"ws": "^7.5.3"
Expand Down
35 changes: 26 additions & 9 deletions express/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions express/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker-dev-portal-frontend",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"dependencies": {
"@iobroker/create-adapter": "^2.5.0",
Expand Down Expand Up @@ -29,7 +29,7 @@
"react-scripts": "4.0.3",
"react-use-websocket": "^2.8.0",
"semver": "^7.3.5",
"typescript": "^4.4.3",
"typescript": "4.4.4",
"web-vitals": "^2.1.2"
},
"scripts": {
Expand Down

0 comments on commit 7085b26

Please sign in to comment.