Skip to content

Commit

Permalink
update: dependencies & base image
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyslavvolkov committed Aug 22, 2022
1 parent 76af6b7 commit af3b1a5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/build/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mysql": "^2.18.1",
"nexus": "^1.3.0",
"pg": "^8.7.3",
"prom-client": "^14.0.1",
"react": "^18.2.0",
Expand All @@ -84,6 +85,7 @@
"strapi-plugin-sitemap": "^2.0.8",
"strapi-plugin-wysiwyg-tui-editor": "^4.0.1",
"strapi-prometheus": "^0.6.2",
"uuid": "^8.3.2",
"vite": "^3.0.9",
"webpack": "^5.74.0"
},
Expand All @@ -94,6 +96,7 @@
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-router-hash-link": "^2.4.5",
"@types/uuid": "^8.3.4",
"@vscode/sqlite3": "^5.0.8",
"nodemon": "^2.0.19",
"ts-node": "^10.9.1",
Expand Down
22 changes: 22 additions & 0 deletions images/build/app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5187,6 +5187,7 @@ __metadata:
"@types/react": "npm:^18.0.17"
"@types/react-dom": "npm:^18.0.6"
"@types/react-router-hash-link": "npm:^2.4.5"
"@types/uuid": "npm:^8.3.4"
"@vscode/sqlite3": "npm:^5.0.8"
antd: "npm:^4.22.7"
better-sqlite3: "npm:^7.6.2"
Expand All @@ -5207,6 +5208,7 @@ __metadata:
lodash: "npm:^4.17.21"
moment: "npm:^2.29.4"
mysql: "npm:^2.18.1"
nexus: "npm:^1.3.0"
nodemon: "npm:^2.0.19"
pg: "npm:^8.7.3"
prom-client: "npm:^14.0.1"
Expand Down Expand Up @@ -5235,6 +5237,7 @@ __metadata:
ts-node: "npm:^10.9.1"
tslib: "npm:^2.4.0"
typescript: "npm:^4.7.4"
uuid: "npm:^8.3.2"
vite: "npm:^3.0.9"
webpack: "npm:^5.74.0"
languageName: unknown
Expand Down Expand Up @@ -10048,6 +10051,13 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:^8.3.4":
version: 8.3.4
resolution: "@types/uuid@npm:8.3.4"
checksum: 42fa6d1868c459444c257fe418f624067aabfbe550ce97d9c124c5759a16f03bc475dc82086eefee807571608830b2f955e688c0e63e40aad5eb29b573471492
languageName: node
linkType: hard

"@types/vfile-message@npm:*":
version: 1.0.1
resolution: "@types/vfile-message@npm:1.0.1"
Expand Down Expand Up @@ -24473,6 +24483,18 @@ __metadata:
languageName: node
linkType: hard

"nexus@npm:^1.3.0":
version: 1.3.0
resolution: "nexus@npm:1.3.0"
dependencies:
iterall: "npm:^1.3.0"
tslib: "npm:^2.0.3"
peerDependencies:
graphql: 15.x || 16.x
checksum: 6059711a964e08ccca6c101395526185ac0886eea2af667766cb79eec745b9456ffb44d2839fc7ec641c008eb548a50287d799c490cb203bdd164c616a8a7dd6
languageName: node
linkType: hard

"nice-try@npm:^1.0.4":
version: 1.0.5
resolution: "nice-try@npm:1.0.5"
Expand Down

0 comments on commit af3b1a5

Please sign in to comment.