Skip to content

Commit

Permalink
chore: update statemachine parser to v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyFuller committed Nov 7, 2024
1 parent fa7d8c3 commit 31beb7d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"side-channel": "npm:@nolyfill/side-channel@^1"
},
"dependencies": {
"@peacockproject/statemachine-parser": "^6.1.0",
"@peacockproject/statemachine-parser": "^6.2.0",
"@yarnpkg/fslib": "^3.1.0",
"@yarnpkg/libzip": "^3.1.0",
"atomically": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packaging/typedefs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"reversion": "node ../versionTypedefsPackageJson.mjs"
},
"dependencies": {
"@peacockproject/statemachine-parser": "^6.1.0",
"@peacockproject/statemachine-parser": "^6.2.0",
"@types/express": "^4.17.20",
"@types/node": "*",
"axios": "^1.7.4",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@peacockproject/core@workspace:packaging/typedefs"
dependencies:
"@peacockproject/statemachine-parser": "npm:^6.1.0"
"@peacockproject/statemachine-parser": "npm:^6.2.0"
"@types/express": "npm:^4.17.20"
"@types/node": "npm:*"
axios: "npm:^1.7.4"
Expand Down Expand Up @@ -519,7 +519,7 @@ __metadata:
"@eslint/eslintrc": "npm:^3.1.0"
"@eslint/js": "npm:^9.4.0"
"@peacockproject/eslint-plugin": "workspace:*"
"@peacockproject/statemachine-parser": "npm:^6.1.0"
"@peacockproject/statemachine-parser": "npm:^6.2.0"
"@rdil/parallel-prettier": "npm:^3.0.0"
"@types/express": "npm:^4.17.20"
"@types/jsonwebtoken": "npm:^9.0.6"
Expand Down Expand Up @@ -576,10 +576,10 @@ __metadata:
languageName: unknown
linkType: soft

"@peacockproject/statemachine-parser@npm:^6.1.0":
version: 6.1.0
resolution: "@peacockproject/statemachine-parser@npm:6.1.0"
checksum: 10/13b29894cc5e26e54752c6a1881e9e3c95b39888f528c497f2b39e6960c7f254b519dcb1d316d2698003d5590b4dd1a6370f1cf8bef226112913cf701adbcffa
"@peacockproject/statemachine-parser@npm:^6.2.0":
version: 6.2.0
resolution: "@peacockproject/statemachine-parser@npm:6.2.0"
checksum: 10/de141e25baa8c76a3f6bbd1fd4f59bb5c460f8aac1013d378469bef99c7753f95608319b924afc94bdebf9c7f99cc6c0fdc329c1cd204d7a882327a0c8d1d9a3
languageName: node
linkType: hard

Expand Down

0 comments on commit 31beb7d

Please sign in to comment.