Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 11cb1c7 commit 8ef830e
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 60 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"nx": {},
"private": true,
"devDependencies": {
"@types/node": "^20.0.0",
"@types/node": "20.8.9",
"@types/shelljs": "0.8.13",
"cheerio": "1.0.0-rc.10",
"codelyzer": "^6.0.2",
"codelyzer": "6.0.2",
"devextreme-internal-tools": "12.0.0-beta.9",
"eslint": "8.47.0",
"eslint-config-airbnb-base": "15.0.0",
Expand All @@ -49,15 +49,15 @@
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-spellcheck": "0.0.20",
"eslint-plugin-testcafe": "0.2.1",
"husky": "^8.0.3",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"nx": "16.5.5",
"nx-cloud": "^16.0.5",
"postcss": "^8.4.24",
"nx-cloud": "16.3.0",
"postcss": "8.4.31",
"shx": "0.3.4",
"source-map": "0.7.4",
"ts-node": "^10.9.1",
"typescript": "~4.2.4"
"ts-node": "10.9.1",
"typescript": "4.2.4"
},
"pre-commit": [
"lint-staged",
Expand Down
58 changes: 29 additions & 29 deletions packages/devextreme-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,39 +24,39 @@
"devextreme": "~23.2.2"
},
"devDependencies": {
"@angular/animations": "~12.2.17",
"@angular/common": "~12.2.17",
"@angular/compiler": "~12.2.17",
"@angular/compiler-cli": "~12.2.17",
"@angular/core": "~12.2.17",
"@angular/forms": "~12.2.17",
"@angular/platform-browser": "~12.2.17",
"@angular/platform-browser-dynamic": "~12.2.17",
"@angular/platform-server": "~12.2.17",
"@angular/animations": "12.2.17",
"@angular/common": "12.2.17",
"@angular/compiler": "12.2.17",
"@angular/compiler-cli": "12.2.17",
"@angular/core": "12.2.17",
"@angular/forms": "12.2.17",
"@angular/platform-browser": "12.2.17",
"@angular/platform-browser-dynamic": "12.2.17",
"@angular/platform-server": "12.2.17",
"@types/jasmine": "2.8.19",
"@types/node": "~20.8.0",
"@types/node": "20.8.9",
"codelyzer": "6.0.2",
"core-js": "^2.6.12",
"del": "^2.2.2",
"gulp": "^4.0.2",
"gulp-header": "^2.0.0",
"gulp-replace": "^0.6.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^3.2.4",
"core-js": "2.6.12",
"del": "2.2.2",
"gulp": "4.0.2",
"gulp-header": "2.0.9",
"gulp-replace": "0.6.1",
"gulp-sourcemaps": "2.6.5",
"gulp-typescript": "5.0.1",
"jasmine": "2.99.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^5.1.0",
"karma-junit-reporter": "^2.0.1",
"karma-webpack": "^5.0.0",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-jasmine": "5.1.0",
"karma-junit-reporter": "2.0.1",
"karma-webpack": "5.0.0",
"ng-packagr": "12.2.7",
"puppeteer": "^19.11.1",
"rxjs": "^6.6.7",
"stream-browserify": "^3.0.0",
"typescript": "~4.2.3",
"webpack": "^5.88.2",
"yargs": "^6.6.0",
"zone.js": "^0.11.8"
"puppeteer": "19.11.1",
"rxjs": "6.6.7",
"stream-browserify": "3.0.0",
"typescript": "4.2.4",
"webpack": "5.76.0",
"yargs": "7.1.2",
"zone.js": "0.11.8"
},
"main": "./src/index.ts",
"keywords": [
Expand Down
26 changes: 13 additions & 13 deletions packages/devextreme-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
"prop-types": "^15.8.1"
},
"devDependencies": {
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.0.1",
"@types/jest": "^26.0.24",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "13.5.0",
"@types/jest": "24.9.1",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-header": "^2.0.0",
"gulp-shell": "^0.8.0",
"gulp-typescript": "^5.0.1",
"jest": "^26.6.3",
"react": "~18.0.0",
"react-dom": "~18.0.0",
"ts-jest": "^26.5.6",
"typescript": "~4.2"
"del": "2.2.2",
"gulp": "4.0.2",
"gulp-header": "2.0.9",
"gulp-shell": "0.8.0",
"gulp-typescript": "5.0.1",
"jest": "26.6.3",
"react": "16.14.0",
"react-dom": "16.14.0",
"ts-jest": "26.5.6",
"typescript": "4.2.4"
}
}
22 changes: 11 additions & 11 deletions packages/devextreme-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
"vue": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.24",
"@vue/compiler-sfc": "^3.0.0",
"@types/jest": "24.9.1",
"@vue/compiler-sfc": "3.3.4",
"@vue/test-utils": "2.0.0-beta.7",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-header": "^2.0.0",
"gulp-shell": "^0.6.5",
"gulp-typescript": "^5.0.1",
"jest": "^26.6.3",
"ts-jest": "^26.5.6",
"typescript": "^4.9.5",
"del": "2.2.2",
"gulp": "4.0.2",
"gulp-header": "2.0.9",
"gulp-shell": "0.8.0",
"gulp-typescript": "5.0.1",
"jest": "26.6.3",
"ts-jest": "26.5.6",
"typescript": "4.2.4",
"vue": "3.2.47",
"vue-router": "^4.0.16"
"vue-router": "4.2.5"
}
}

0 comments on commit 8ef830e

Please sign in to comment.