Skip to content

Commit

Permalink
Merge pull request #325 from noahm/dependabot/npm_and_yarn/developmen…
Browse files Browse the repository at this point in the history
…t-dependencies-4b253f6d11

Bump the development-dependencies group with 17 updates
  • Loading branch information
noahm authored Apr 16, 2024
2 parents edf6f01 + 449a2b4 commit 3b5fd4c
Show file tree
Hide file tree
Showing 3 changed files with 443 additions and 431 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.23",
"@babel/plugin-transform-react-jsx-source": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24",
"@blueprintjs/core": "^5.10.1",
"@blueprintjs/icons": "^5.1.0",
Expand All @@ -52,19 +52,19 @@
"@types/node": "^20.8.9",
"@types/papaparse": "patch:@types/papaparse@npm%3A5.3.14#~/.yarn/patches/@types-papaparse-npm-5.3.14-864eddd3a0.patch",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"babel-loader": "^9.1.3",
"better-sqlite3": "^9.4.3",
"better-sqlite3": "^9.5.0",
"cacheable-lookup": "^7.0.0",
"classnames": "^2.3.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"cross-spawn": "^7.0.3",
"css-loader": "^6.10.0",
"css-loader": "^7.1.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -79,15 +79,15 @@
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"iconv-lite": "^0.6.3",
"inquirer": "^9.2.16",
"inquirer": "^9.2.19",
"jimp": "^0.22.12",
"jotai": "^2.7.1",
"jotai": "^2.8.0",
"jsdom": "^24.0.0",
"json-schema-to-typescript": "^13.1.2",
"jsonschema": "^1.4.1",
"mini-css-extract-plugin": "^2.8.1",
"modern-screenshot": "^4.4.38",
"nanoid": "^5.0.6",
"mini-css-extract-plugin": "^2.9.0",
"modern-screenshot": "^4.4.39",
"nanoid": "^5.0.7",
"normalize.css": "^8.0.1",
"p-queue": "^8.0.1",
"papaparse": "^5.4.1",
Expand All @@ -98,14 +98,14 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-error-boundary": "^4.0.13",
"react-intl": "^6.6.3",
"react-intl": "^6.6.5",
"react-refresh": "^0.14.0",
"sanitize-filename": "^1.6.3",
"simfile-parser": "^0.7.1",
"style-loader": "^3.3.4",
"typescript": "^5.4.3",
"undici": "^6.11.1",
"victory": "^37.0.0",
"style-loader": "^4.0.0",
"typescript": "^5.4.5",
"undici": "^6.13.0",
"victory": "^37.0.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ module.exports = function (env = {}, argv = {}) {
options: {
modules: {
localIdentName: "[local]__[hash:base64:5]",
namedExport: false,
},
importLoaders: 1,
},
Expand Down
Loading

0 comments on commit 3b5fd4c

Please sign in to comment.