Skip to content

Commit

Permalink
Update dependencies, node and pnpm version (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Feb 19, 2024
1 parent d7ac88a commit c3f0373
Show file tree
Hide file tree
Showing 6 changed files with 2,518 additions and 2,201 deletions.
5 changes: 5 additions & 0 deletions .changeset/shiny-jobs-obey.md
@@ -0,0 +1,5 @@
---
'playroom': minor
---

Drop support for Node versions <18.12.0
5 changes: 5 additions & 0 deletions .changeset/thick-items-protect.md
@@ -0,0 +1,5 @@
---
'playroom': patch
---

Update dependencies
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
16.13.0
18.19.1
3 changes: 0 additions & 3 deletions lib/makeWebpackConfig.js
Expand Up @@ -74,9 +74,6 @@ module.exports = async (playroomConfig, options) => {
},
},
module: {
// This option fixes https://github.com/prettier/prettier/issues/4959
// Once this issue is fixed, we can remove this line:
exprContextCritical: false,
rules: [
{
test: /\.(ts|tsx)$/,
Expand Down
16 changes: 9 additions & 7 deletions package.json
Expand Up @@ -63,7 +63,6 @@
"@soda/friendly-errors-webpack-plugin": "^1.8.1",
"@types/base64-url": "^2.2.0",
"@types/codemirror": "^5.60.5",
"@types/dedent": "^0.7.0",
"@types/lodash": "^4.14.191",
"@types/lz-string": "^1.3.34",
"@types/prettier": "^2.7.1",
Expand All @@ -72,7 +71,7 @@
"@vanilla-extract/css": "^1.9.2",
"@vanilla-extract/css-utils": "^0.1.3",
"@vanilla-extract/sprinkles": "^1.5.1",
"@vanilla-extract/webpack-plugin": "2.1.12",
"@vanilla-extract/webpack-plugin": "^2.3.6",
"babel-loader": "^9.1.0",
"classnames": "^2.3.2",
"codemirror": "^5.65.10",
Expand All @@ -81,7 +80,7 @@
"copy-to-clipboard": "^3.3.3",
"css-loader": "^6.7.2",
"current-git-branch": "^1.1.0",
"dedent": "^0.7.0",
"dedent": "^1.5.1",
"fast-glob": "^3.2.12",
"find-up": "^5.0.0",
"fuzzy": "^0.1.3",
Expand All @@ -107,7 +106,7 @@
"scope-eval": "^1.0.0",
"sucrase": "^3.34.0",
"typescript": ">=5.0.0",
"use-debounce": "^9.0.4",
"use-debounce": "^10.0.0",
"webpack": "^5.75.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
Expand All @@ -124,7 +123,7 @@
"eslint-config-seek": "^11.3.1",
"husky": "^8.0.2",
"jest": "^29.3.1",
"lint-staged": "^13.1.0",
"lint-staged": "^15.2.2",
"react": "^18.0.1",
"react-dom": "^18.0.1",
"serve": "^14.1.2",
Expand All @@ -135,8 +134,11 @@
"react": "^17 || ^18",
"react-dom": "^17 || ^18"
},
"packageManager": "pnpm@7.18.1",
"engines": {
"node": ">=18.12.0"
},
"packageManager": "pnpm@8.15.3",
"volta": {
"node": "16.13.0"
"node": "18.19.1"
}
}

0 comments on commit c3f0373

Please sign in to comment.