Skip to content

Commit 1a31010

Browse files
Update all non-major dependencies
1 parent 83610f1 commit 1a31010

File tree

3 files changed

+117
-94
lines changed

3 files changed

+117
-94
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
jobs:
33
build:
44
docker:
5-
- image: cimg/php:8.4.3-browsers
5+
- image: cimg/php:8.4.4-browsers
66
steps:
77
- checkout
88
- run:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"itcss": "2.1.0"
4343
},
4444
"devDependencies": {
45-
"@babel/core": "7.26.7",
46-
"@babel/preset-env": "7.26.7",
45+
"@babel/core": "7.26.9",
46+
"@babel/preset-env": "7.26.9",
4747
"autoprefixer": "10.4.20",
4848
"babel-loader": "9.2.1",
4949
"browser-sync": "3.0.3",
@@ -58,8 +58,8 @@
5858
"eslint-config-recommended": "4.1.0",
5959
"eslint-plugin-compat": "6.0.2",
6060
"mini-css-extract-plugin": "2.9.2",
61-
"postcss": "8.5.1",
62-
"postcss-calc": "10.1.0",
61+
"postcss": "8.5.2",
62+
"postcss-calc": "10.1.1",
6363
"postcss-cli": "11.0.0",
6464
"postcss-color-mod-function": "4.1.1",
6565
"postcss-custom-media": "11.0.5",

0 commit comments

Comments
 (0)