Skip to content

Commit

Permalink
Update version, upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyEJohnson committed Jan 4, 2024
1 parent d5a1f9b commit 605d649
Show file tree
Hide file tree
Showing 2 changed files with 1,023 additions and 1,003 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openstax/os-webview",
"version": "2.116.0",
"version": "2.117.0",
"description": "OpenStax webview",
"scripts": {
"test": "jest --coverage ./test/src",
Expand Down Expand Up @@ -65,8 +65,8 @@
"eslint-webpack-plugin": "^4.0.0",
"fast-css-loader": "^1.0.2",
"fast-sass-loader": "^2.0.0",
"favicons": "^7.1.1",
"favicons-webpack-plugin": "6.0.0",
"favicons": "7.1.4",
"favicons-webpack-plugin": "6.0.1",
"html-webpack-plugin": "^5.5.0",
"ignore-loader": "^0.1.2",
"jest": "27",
Expand Down Expand Up @@ -126,8 +126,12 @@
"testEnvironment": "jsdom"
},
"engines": {
"node": ">=14.20.0"
"node": ">=16.20.2"
},
"os": [
"darwin",
"linux"
],
"prettier": {
"bracketSpacing": false,
"singleQuote": true,
Expand Down
Loading

0 comments on commit 605d649

Please sign in to comment.