Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mbraak committed Aug 5, 2023
1 parent c067a38 commit 2237c13
Show file tree
Hide file tree
Showing 2 changed files with 499 additions and 437 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,30 +35,30 @@
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@playwright/test": "^1.36.1",
"@playwright/test": "^1.36.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@testing-library/dom": "^9.3.1",
"@types/debug": "^4.1.8",
"@types/jest": "^29.5.3",
"@types/jquery": "^3.5.16",
"@types/node": "^20.4.4",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@types/node": "^20.4.7",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"autoprefixer": "^10.4.14",
"babel-jest": "^29.6.1",
"babel-jest": "^29.6.2",
"babel-plugin-istanbul": "^6.1.1",
"eslint": "^8.45.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.46.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-testing-library": "^5.11.0",
"givens": "^1.3.9",
"graphql": "^16.7.1",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"jest-extended": "^4.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-extended": "^4.0.1",
"jsonfile": "^6.1.0",
"lodash.template": "^4.5.0",
"msw": "^1.2.3",
Expand All @@ -67,10 +67,10 @@
"postcss-import": "^15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-nested": "^6.0.1",
"prettier": "^3.0.0",
"rollup": "^3.26.3",
"prettier": "^3.0.1",
"rollup": "^3.27.2",
"rollup-plugin-serve": "^2.0.2",
"tslib": "^2.6.0",
"tslib": "^2.6.1",
"typescript": "~5.1.6"
}
}
Loading

0 comments on commit 2237c13

Please sign in to comment.