Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
epessina committed Sep 29, 2023
1 parent 21b66c0 commit 74f3de6
Show file tree
Hide file tree
Showing 7 changed files with 904 additions and 603 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
const path = require('path')

const restrictedGlobals = require('confusing-browser-globals')
const moduleConfig = require('eslint-plugin-n/lib/configs/recommended-module')
const scriptConfig = require('eslint-plugin-n/lib/configs/recommended-script')
const moduleConfig = require('eslint-plugin-n/lib/configs/recommended-module').eslintrc
const scriptConfig = require('eslint-plugin-n/lib/configs/recommended-script').eslintrc
const getPackageJson = require('eslint-plugin-n/lib/util/get-package-json')

const packageJson = getPackageJson()
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Versioning

- `fastify` bumped to `v4.19.2`
- `glob` bumped to `^10.3.10`
- `mkdirp` bumped to `^3.0.1`
- `@fastify/static` bumped to `^6.11.2`
- `@mia-platform/lc39` bumped to `^7.0.1`
- `@micro-lc/interfaces` bumped to `^1.1.0`
- `@micro-lc/layout` bumped to `^2.2.0`
- `fastify` bumped to `^4.23.2`
- Development dependencies updated

### Fixed
Expand Down
Loading

0 comments on commit 74f3de6

Please sign in to comment.