Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfendeksilverstripe committed Feb 12, 2024
1 parent 4a385e5 commit aa5c080
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
10
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"author": "SilverStripe Ltd",
"engines": {
"node": "^18.x"
"node": "^10.x"
},
"scripts": {
"build": "NODE_ENV=development yarn && yarn lint && yarn test && NODE_ENV=production webpack -p --bail --progress",
Expand Down Expand Up @@ -48,8 +48,8 @@
}
},
"devDependencies": {
"@silverstripe/eslint-config": "^1.1.0",
"@silverstripe/webpack-config": "^2.0.0",
"@silverstripe/eslint-config": "0.0.5",
"@silverstripe/webpack-config": "^1.0.0",
"babel-core": "^6.26.3",
"babel-jest": "^23.6.0",
"babel-loader": "^7.0.0",
Expand Down

0 comments on commit aa5c080

Please sign in to comment.