Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
WraithKenny committed Jun 8, 2023
1 parent 2a63084 commit f7b4a49
Show file tree
Hide file tree
Showing 7 changed files with 254 additions and 290 deletions.
1 change: 1 addition & 0 deletions dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ services:
- 8080:80
environment:
PMA_HOST: mysql
UPLOAD_LIMIT: 300M
MYSQL_ROOT_PASSWORD: ${DB_PASSWORD:-simplepassword}
volumes:
- ./dev/uploads.ini:/usr/local/etc/php/php.ini
Expand Down
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,29 +103,27 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@popperjs/core": "^2.11.7",
"bootstrap": "^5.2.3",
"hamburgers": "^1.2.1",
"jquery": "^3.6.4",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@wordpress/babel-preset-default": "^7.14.0",
"@wordpress/browserslist-config": "^5.13.0",
"@wordpress/eslint-plugin": "^14.3.0",
"@wordpress/stylelint-config": "^21.13.0",
"@wordpress/babel-preset-default": "^7.15.0",
"@wordpress/browserslist-config": "^5.14.0",
"@wordpress/eslint-plugin": "^14.4.0",
"@wordpress/stylelint-config": "^21.14.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"browser-sync": "^2.29.1",
"browserslist": "^4.21.5",
"caniuse-lite": "^1.0.30001474",
"caniuse-lite": "^1.0.30001478",
"core-js": "^3.30.0",
"css-loader": "^6.7.3",
"cssnano": "^6.0.0",
"del": "^7.0.0",
"eslint": "^8.37.0",
"eslint": "^8.38.0",
"file-loader": "^6.2.0",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
Expand All @@ -134,12 +132,12 @@
"pkg-conf": "^4.0.0",
"postcss": "^8.4.21",
"postcss-loader": "^7.2.4",
"sass": "^1.60.0",
"sass": "^1.62.0",
"style-loader": "^3.3.2",
"stylelint": "^15.4.0",
"stylelint-config-recommended": "^11.0.0",
"stylelint-config-recommended-scss": "^9.0.1",
"webpack": "^5.78.0",
"stylelint-config-recommended-scss": "^10.0.0",
"webpack": "^5.79.0",
"webpack-merge": "^5.8.0"
},
"pnpm": {
Expand Down
Loading

0 comments on commit f7b4a49

Please sign in to comment.