Skip to content

Commit

Permalink
19.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Aug 9, 2024
1 parent a499345 commit 98461fa
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 59 deletions.
2 changes: 1 addition & 1 deletion ejs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "19.0.1",
"version": "19.0.2",
"css": "/assets/css",
"js": "/assets/js",
"images": "/assets/images"
Expand Down
107 changes: 55 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"volta": {
"node": "20.11.1"
},
"version": "19.0.1",
"version": "19.0.2",
"main": "index.html",
"author": "inc2734",
"license": "MIT",
Expand All @@ -17,17 +17,17 @@
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.2",
"@wordpress/browserslist-config": "^6.4.0",
"autoprefixer": "^10.4.19",
"@babel/preset-env": "^7.25.3",
"@wordpress/browserslist-config": "^6.5.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"browser-sync": "^3.0.2",
"cpy-cli": "^5.0.0",
"cssnano": "^7.0.4",
"ejs-cli": "^2.2.3",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"rimraf": "^6.0.1",
Expand All @@ -37,7 +37,7 @@
},
"dependencies": {
"jquery": "^3.7.1",
"sass-basis": "^19.0.1",
"sass-basis": "^19.0.2",
"sass-basis-layout": "^9.0.0"
},
"scripts": {
Expand Down

0 comments on commit 98461fa

Please sign in to comment.