mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 12:20:20 +01:00
Jest/pkg upgrades
This commit is contained in:
parent
76474ab2c9
commit
7a601527c9
|
|
@ -1,4 +1,4 @@
|
|||
module.exports = require("next/jest")()({
|
||||
moduleDirectories: [".", "node_modules"],
|
||||
testEnvironment: "jsdom",
|
||||
moduleDirectories: ["<rootDir>", "node_modules"],
|
||||
testEnvironment: "jest-environment-jsdom",
|
||||
});
|
||||
|
|
|
|||
17
package.json
17
package.json
|
|
@ -69,26 +69,26 @@
|
|||
"@types/ini": "^1.3.31",
|
||||
"@types/jest": "^27.5.1",
|
||||
"@types/lunr": "^2.3.4",
|
||||
"@types/node": "^17.0.33",
|
||||
"@types/node": "^17.0.35",
|
||||
"@types/offscreencanvas": "^2019.6.4",
|
||||
"@types/react": "^18.0.9",
|
||||
"@types/styled-components": "^5.1.25",
|
||||
"@types/video.js": "^7.3.39",
|
||||
"@types/video.js": "^7.3.40",
|
||||
"@types/wicg-file-system-access": "^2020.9.5",
|
||||
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
||||
"@typescript-eslint/parser": "^5.23.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.25.0",
|
||||
"@typescript-eslint/parser": "^5.25.0",
|
||||
"browserfs": "https://github.com/jvilk/BrowserFS.git",
|
||||
"byuu": "^0.16.0",
|
||||
"emulators": "^0.73.5",
|
||||
"emulators-ui": "^0.73.4",
|
||||
"eruda": "https://github.com/liriliri/eruda",
|
||||
"eslint": "^8.15.0",
|
||||
"eslint": "^8.16.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-next": "^12.1.6",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-jest": "^26.2.2",
|
||||
"eslint-plugin-jest-dom": "^4.0.1",
|
||||
"eslint-plugin-jest-dom": "^4.0.2",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-react-hooks": "^4.5.0",
|
||||
"eslint-plugin-simple-import-sort": "^7.0.0",
|
||||
|
|
@ -99,13 +99,14 @@
|
|||
"eslint-plugin-unused-imports": "^2.0.0",
|
||||
"html-minifier-terser": "^7.0.0-alpha.2",
|
||||
"husky": "^8.0.1",
|
||||
"jest": "27.5.1",
|
||||
"jest": "^28.1.0",
|
||||
"jest-environment-jsdom": "^28.1.0",
|
||||
"lint-staged": "^12.4.1",
|
||||
"lunr": "^2.3.9",
|
||||
"monaco-editor": "^0.33.0",
|
||||
"pdfjs-dist": "^2.14.305",
|
||||
"postcss-syntax": "^0.36.2",
|
||||
"stylelint": "^14.8.2",
|
||||
"stylelint": "^14.8.3",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-config-recommended": "^7.0.0",
|
||||
"stylelint-config-sass-guidelines": "^9.0.1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user