Skip to content

Commit

Permalink
chore: update dependencies (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieBradders authored Apr 17, 2023
1 parent bbeb12b commit dd99e8b
Show file tree
Hide file tree
Showing 4 changed files with 1,536 additions and 1,898 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ yarn lint

Feel free modify the configuration file as you see fit. Additional API information can be retrieved on the [Mix Documentation](https://laravel-mix.com/docs/6.0/installation)

## Using Netlify Dev
## Using Netlify Dev for Serverless Functions

The holding page uses a netlify function as part of an integration we have created with the Klaviyo API. To work with this function locally we would advise using Netlify's CLI tool.
This starter kit has been developed with the ability to create Netlify Functions for serverless tasks. To develop functions locally, we would advise using Netlify's CLI tool.

Start by installing the cli tool globally:

Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,30 @@
}
},
"dependencies": {
"tailwindcss": "^3.0.23",
"vanilla-lazyload": "^17.6.1",
"yup": "^0.32.11"
"tailwindcss": "^3.3.1",
"vanilla-lazyload": "^17.8.3",
"yup": "^1.1.1"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy": "^2.0.1",
"@khanacademy/tota11y": "^0.2.0",
"@stackupdigital/artemis-css-standards": "^0.1.3",
"autoprefixer": "^10.4.2",
"dotenv": "^16.0.0",
"husky": "^7.0.4",
"autoprefixer": "^10.4.14",
"dotenv": "^16.0.3",
"husky": "^8.0.3",
"isomorphic-fetch": "^3.0.0",
"jest": "^27.5.1",
"laravel-mix": "^6.0.43",
"netlify-lambda": "^2.0.15",
"postcss": "^8.4.8",
"postcss-import": "^14.0.2",
"prettier": "^2.5.1",
"jest": "^29.5.0",
"laravel-mix": "^6.0.49",
"netlify-lambda": "^2.0.16",
"postcss": "^8.4.22",
"postcss-import": "^15.1.0",
"prettier": "^2.8.7",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"stylelint": "^14.5.3",
"stylelint-prettier": "^2.0.0",
"stylelint-scss": "^4.1.0",
"sass": "^1.62.0",
"sass-loader": "^13.2.2",
"stylelint": "^15.5.0",
"stylelint-prettier": "^3.0.0",
"stylelint-scss": "^4.6.0",
"stylelint-selector-bem-pattern": "^2.1.1"
}
}
6 changes: 6 additions & 0 deletions web/resources/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
body {
@apply antialiased;
}
}
Loading

0 comments on commit dd99e8b

Please sign in to comment.