Skip to content

Commit

Permalink
Bump lodash-es from 4.17.15 to 4.17.21 in /packages/core
Browse files Browse the repository at this point in the history
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.21)

---
updated-dependencies:
- dependency-name: lodash-es
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 25, 2024
1 parent 6e9eb6d commit b378aab
Showing 1 changed file with 58 additions and 58 deletions.
116 changes: 58 additions & 58 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
{
"name": "@reactive-forms/core",
"description": "Core package of Reactive Forms framework",
"version": "0.10.7",
"main": "dist/index.js",
"module": "dist/core.esm.js",
"types": "dist/core.d.ts",
"bugs": "https://github.com/fracht/reactive-forms/issues",
"homepage": "https://github.com/fracht/reactive-forms#readme",
"repository": "fracht/reactive-forms.git",
"author": "ReactiveForms team",
"license": "MIT",
"publishConfig": {
"access": "public",
"directory": "prepared-package"
},
"scripts": {
"build": "aqu build && rimraf ./prepared-package && clean-publish",
"dev": "aqu watch --no-cleanup",
"lint": "eslint .",
"lint:fix": "npm run lint --fix",
"test": "jest --passWithNoTests",
"test:log-coverage": "jest --passWithNoTests --coverage --silent --ci --coverageReporters=text",
"test:watch": "jest --passWithNoTests --watch"
},
"dependencies": {
"lodash": "4.17.21",
"lodash-es": "4.17.15",
"pxth": "0.7.0",
"stocked": "1.0.0-beta.30",
"tiny-invariant": "1.2.0"
},
"devDependencies": {
"@babel/core": "7.19.6",
"@reactive-tools/eslint-config": "workspace:*",
"@testing-library/react": "13.4.0",
"@types/jest": "26.0.24",
"@types/lodash": "4.14.161",
"@types/node": "^18.11.18",
"@types/react": "18.0.23",
"aqu": "0.4.3",
"jest": "29.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "3.0.2",
"ts-jest": "29.0.3",
"tslib": "2.3.1",
"typescript": "4.8.4",
"yup": "0.32.9"
},
"peerDependencies": {
"react": ">=16"
},
"files": [
"dist"
],
"source": "src/index.ts"
}
{
"name": "@reactive-forms/core",
"description": "Core package of Reactive Forms framework",
"version": "0.10.7",
"main": "dist/index.js",
"module": "dist/core.esm.js",
"types": "dist/core.d.ts",
"bugs": "https://github.com/fracht/reactive-forms/issues",
"homepage": "https://github.com/fracht/reactive-forms#readme",
"repository": "fracht/reactive-forms.git",
"author": "ReactiveForms team",
"license": "MIT",
"publishConfig": {
"access": "public",
"directory": "prepared-package"
},
"scripts": {
"build": "aqu build && rimraf ./prepared-package && clean-publish",
"dev": "aqu watch --no-cleanup",
"lint": "eslint .",
"lint:fix": "npm run lint --fix",
"test": "jest --passWithNoTests",
"test:log-coverage": "jest --passWithNoTests --coverage --silent --ci --coverageReporters=text",
"test:watch": "jest --passWithNoTests --watch"
},
"dependencies": {
"lodash": "4.17.21",
"lodash-es": "4.17.21",
"pxth": "0.7.0",
"stocked": "1.0.0-beta.30",
"tiny-invariant": "1.2.0"
},
"devDependencies": {
"@babel/core": "7.19.6",
"@reactive-tools/eslint-config": "workspace:*",
"@testing-library/react": "13.4.0",
"@types/jest": "26.0.24",
"@types/lodash": "4.14.161",
"@types/node": "^18.11.18",
"@types/react": "18.0.23",
"aqu": "0.4.3",
"jest": "29.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "3.0.2",
"ts-jest": "29.0.3",
"tslib": "2.3.1",
"typescript": "4.8.4",
"yup": "0.32.9"
},
"peerDependencies": {
"react": ">=16"
},
"files": [
"dist"
],
"source": "src/index.ts"
}

0 comments on commit b378aab

Please sign in to comment.