Skip to content

Commit

Permalink
chore: update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleythedeveloper committed Nov 2, 2024
1 parent ac6e991 commit dfd3059
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 9,117 deletions.
2,880 changes: 0 additions & 2,880 deletions app-config.acrs.json

This file was deleted.

4,986 changes: 0 additions & 4,986 deletions app-config.seeding.json

This file was deleted.

1,238 changes: 0 additions & 1,238 deletions app-config.truff.json

This file was deleted.

1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.8'
services:
documentation:
build:
Expand Down
2 changes: 1 addition & 1 deletion documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentation",
"version": "0.0.0",
"version": "0.1.0-beta",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "0.1.0-beta",
"packages": ["packages/*"],
"npmClient": "yarn",
"command": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock-app",
"version": "1.0.0",
"version": "0.1.0-beta",
"private": true,
"workspaces": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mock-app/components",
"version": "1.0.0",
"version": "0.1.0-beta",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@jsonforms/core": "^3.2.0",
"@jsonforms/material-renderers": "^3.2.0",
"@jsonforms/react": "^3.2.0",
"@mock-app/services": "1.0.0",
"@mock-app/services": "0.1.0-beta",
"@mui/icons-material": "^5.15.5",
"@mui/lab": "5.0.0-alpha.161",
"@mui/material": "^5.15.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/mock-app/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@mock-app/core",
"version": "1.0.0",
"version": "0.1.0-beta",
"private": true,
"dependencies": {
"@mock-app/components": "1.0.0",
"@mock-app/services": "1.0.0",
"@mock-app/components": "0.1.0-beta",
"@mock-app/services": "0.1.0-beta",
"@mui/icons-material": "^5.15.5",
"@mui/material": "^5.15.5",
"@vckit/core-types": "1.0.0-beta.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mock-app/services",
"version": "1.0.0",
"version": "0.1.0-beta",
"description": "",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/untp-test-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "untp-test-suite",
"version": "0.0.1",
"version": "0.1.0-beta",
"description": "Test suite for the UNTP package",
"main": "./build/index.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/vc-test-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@test-untp/vc-test-suite",
"version": "1.0.0",
"version": "0.1.0-beta",
"description": "> TODO: description",
"author": "Nam Hoang <[email protected]>",
"homepage": "https://github.com/uncefact/tests-untp#readme",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@digitalbazaar/mocha-w3c-interop-reporter": "1.6.0",
"@mock-app/services": "1.0.0",
"@mock-app/services": "0.1.0-beta",
"axios": "^1.7.2",
"chai": "^4.3.6",
"jsonwebtoken": "^9.0.2",
Expand Down

0 comments on commit dfd3059

Please sign in to comment.