Skip to content

Commit c3ccaec

Browse files
committed
Merge branch 'main' into dev
2 parents 44c9eb4 + 566b816 commit c3ccaec

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ orbs:
55
jobs: # a collection of steps
66
dusk: # runs not using Workflows must have a `build` job as entry point
77
docker: # run the steps with Docker
8-
- image: cimg/php:8.4.3-browsers # ...with this image as the primary container; this is where all `steps` will run
8+
- image: cimg/php:8.4.7-browsers # ...with this image as the primary container; this is where all `steps` will run
99
auth:
1010
username: mydockerhub-user
1111
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"vue-loader": "17.4.2"
3535
},
3636
"dependencies": {
37-
"@formkit/addons": "1.6.8",
37+
"@formkit/addons": "1.6.9",
3838
"@formkit/vue": "1.6.2",
3939
"@stripe/stripe-js": "1.54.2",
4040
"lodash": "4.17.21",

0 commit comments

Comments
 (0)