Skip to content

Commit

Permalink
chore: update non-breaking deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Jan 31, 2024
1 parent b99008b commit 8d538bc
Show file tree
Hide file tree
Showing 7 changed files with 494 additions and 553 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,38 +32,38 @@
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@commitlint/cli": "^18.4.3",
"@commitlint/cli": "^18.6.0",
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
"@lwc/jest-utils-lwc-internals": "link:./scripts/jest/utils",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-inject": "^5.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-typescript": "^11.1.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/babel__core": "^7.20.5",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@types/node": "^20.11.14",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"bytes": "^3.1.2",
"es-module-lexer": "^1.4.1",
"eslint": "^8.56.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jest": "^27.6.3",
"glob": "^10.3.10",
"husky": "^8.0.2",
"isbinaryfile": "^5.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.0",
"magic-string": "^0.30.4",
"lint-staged": "^15.2.1",
"magic-string": "^0.30.6",
"nx": "17.2.6",
"prettier": "^2.8.8",
"rollup": "^4.9.1",
"terser": "^5.26.0",
"ts-jest": "^29.1.1",
"rollup": "^4.9.6",
"terser": "^5.27.0",
"ts-jest": "^29.1.2",
"tslib": "^2.6.1",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
},
"dependencies": {
"@babel/core": "7.23.6",
"@babel/core": "7.23.9",
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
Expand Down
16 changes: 8 additions & 8 deletions packages/@lwc/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
},
"devDependencies": {
"@lwc/rollup-plugin": "6.0.0",
"@wdio/cli": "^8.26.3",
"@wdio/local-runner": "^8.26.3",
"@wdio/mocha-framework": "^8.26.3",
"@wdio/sauce-service": "^8.26.3",
"@wdio/spec-reporter": "^8.26.3",
"@wdio/static-server-service": "^8.26.3",
"@wdio/cli": "^8.29.3",
"@wdio/local-runner": "^8.29.3",
"@wdio/mocha-framework": "^8.29.3",
"@wdio/sauce-service": "^8.29.3",
"@wdio/spec-reporter": "^8.29.3",
"@wdio/static-server-service": "^8.29.1",
"deepmerge": "^4.3.0",
"dotenv": "^16.3.1",
"dotenv": "^16.4.1",
"lwc": "6.0.0",
"minimist": "^1.2.8",
"webdriverio": "^8.26.3"
"webdriverio": "^8.29.3"
}
}
4 changes: 2 additions & 2 deletions packages/@lwc/style-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"dependencies": {
"@lwc/shared": "6.0.0",
"postcss": "~8.4.32",
"postcss-selector-parser": "~6.0.13",
"postcss": "~8.4.33",
"postcss-selector-parser": "~6.0.15",
"postcss-value-parser": "~4.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/@lwc/template-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@lwc/errors": "6.0.0",
"@lwc/shared": "6.0.0",
"acorn": "~8.10.0",
"acorn": "8.10.0",
"astring": "~1.8.6",
"estree-walker": "~2.0.2",
"he": "~1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@lwc/rollup-plugin": "6.0.0",
"@rollup/plugin-replace": "^5.0.5",
"lwc": "6.0.0",
"rollup": "^4.9.1",
"rollup": "^4.9.6",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^3.0.0"
},
Expand Down
Loading

0 comments on commit 8d538bc

Please sign in to comment.