Skip to content

Commit

Permalink
18.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Jul 19, 2024
1 parent 5dc559c commit d03138a
Show file tree
Hide file tree
Showing 8 changed files with 10,877 additions and 7,622 deletions.
2 changes: 1 addition & 1 deletion ejs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "18.2.1",
"version": "18.2.3",
"css": "/assets/css",
"js": "/assets/js",
"images": "/assets/images"
Expand Down
18,440 changes: 10,841 additions & 7,599 deletions package-lock.json

Large diffs are not rendered by default.

47 changes: 25 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"engines": {
"node": ">=10.0.0",
"npm": ">=6.9.0 <7"
},
"version": "18.2.1",
"engines": {
"node": ">=20.10.0",
"npm": ">=10.2.3"
},
"volta": {
"node": "20.11.1"
},
"version": "18.2.3",
"main": "index.html",
"author": "inc2734",
"license": "MIT",
Expand All @@ -13,28 +16,28 @@
"url": "https://github.com/sass-basis/sass-basis.github.io"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@wordpress/browserslist-config": "^5.16.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"browser-sync": "^2.29.1",
"cpy-cli": "^4.2.0",
"cssnano": "^6.0.1",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@wordpress/browserslist-config": "^6.3.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"browser-sync": "^3.0.2",
"cpy-cli": "^5.0.0",
"cssnano": "^7.0.4",
"ejs-cli": "^2.2.3",
"node-sass": "^8.0.0",
"node-sass": "^9.0.0",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.23",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"rimraf": "^5.0.0",
"webpack": "^5.82.1",
"webpack-cli": "^5.1.1"
"postcss": "^8.4.39",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"rimraf": "^6.0.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"jquery": "^3.7.0",
"sass-basis": "^18.2.1",
"jquery": "^3.7.1",
"sass-basis": "^18.2.3",
"sass-basis-layout": "^8.0.4"
},
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions sass-basis/sass-basis.github.io/src/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d03138a

Please sign in to comment.