Skip to content

Commit c92b7a5

Browse files
Update all non-major dependencies
1 parent 0433d0a commit c92b7a5

3 files changed

Lines changed: 643 additions & 828 deletions

File tree

.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.5.4-browsers
5+
- image: cimg/php:8.5.6-browsers
66
steps:
77
- checkout
88
- run:

package.json

Lines changed: 6 additions & 6 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.29.0",
46-
"@babel/preset-env": "7.29.5",
45+
"@babel/core": "7.29.7",
46+
"@babel/preset-env": "7.29.7",
4747
"autoprefixer": "10.5.0",
4848
"babel-loader": "10.1.1",
4949
"browser-sync": "3.0.4",
@@ -54,11 +54,11 @@
5454
"critical": "7.2.1",
5555
"css-loader": "7.1.4",
5656
"cssnano": "8.0.1",
57-
"eslint": "10.4.0",
57+
"eslint": "10.4.1",
5858
"eslint-config-recommended": "4.1.0",
5959
"eslint-plugin-compat": "7.0.2",
6060
"mini-css-extract-plugin": "2.10.2",
61-
"postcss": "8.5.14",
61+
"postcss": "8.5.15",
6262
"postcss-calc": "10.1.1",
6363
"postcss-cli": "11.0.1",
6464
"postcss-color-mod-function": "4.1.1",
@@ -74,15 +74,15 @@
7474
"postcss-mixins": "12.1.2",
7575
"postcss-nested": "7.0.2",
7676
"postcss-normalize": "13.0.1",
77-
"postcss-url": "10.1.3",
77+
"postcss-url": "10.1.4",
7878
"postcss-utilities": "0.8.4",
7979
"postcss-watch-folder": "2.0.0",
8080
"stylelint": "17.11.1",
8181
"stylelint-config-recommended": "18.0.0",
8282
"stylelint-no-unsupported-browser-features": "8.1.1",
8383
"svg-symbol-sprite": "1.5.2",
8484
"webpack": "5.106.2",
85-
"webpack-cli": "7.0.2",
85+
"webpack-cli": "7.0.3",
8686
"webpack-shell-plugin-next": "2.3.3",
8787
"webpack-spritesmith": "1.1.0"
8888
},

0 commit comments

Comments
 (0)