Skip to content

Commit

Permalink
Fix npm vulns as of 2025-01-23 #4996
Browse files Browse the repository at this point in the history
  • Loading branch information
tung2744 authored Jan 23, 2025
2 parents 17a7c2a + 26a8357 commit 5363a62
Show file tree
Hide file tree
Showing 19 changed files with 855 additions and 867 deletions.
83 changes: 70 additions & 13 deletions authui/package-lock.json

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions authui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"scripts": {
"typecheck": "tsc -b",
"format": "npm run prettier:format && npm run eslint:format && npm run stylelint:format",
"prettier:format": "prettier --cache --write --list-different ./src ./packages",
"prettier:format": "prettier --cache --write --list-different ./src",
"eslint:format": "eslint --fix",
"stylelint:format": "stylelint --cache --fix './src/**/*.{css,scss}'",
"prettier": "prettier --cache --list-different ./src ./packages",
"prettier": "prettier --cache --list-different ./src",
"eslint": "eslint",
"stylelint": "stylelint --cache './src/**/*.{css,scss}'",
"dev": "vite",
Expand Down Expand Up @@ -41,13 +41,14 @@
"globals": "^15.10.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"node-html-parser": "^6.1.13",
"postcss": "8.4.31",
"prettier": "2.8.8",
"stylelint": "16.9.0",
"tailwindcss": "3.3.5",
"ts-jest": "29.1.1",
"typescript": "5.2.2",
"vite": "^5.4.6"
"vite": "^5.4.14"
},
"dependencies": {
"@floating-ui/dom": "1.5.4",
Expand Down
12 changes: 0 additions & 12 deletions authui/packages/vite-plugin-authgear-authui/package.json

This file was deleted.

11 changes: 0 additions & 11 deletions authui/packages/vite-plugin-authgear-authui/src/index.d.ts

This file was deleted.

Loading

0 comments on commit 5363a62

Please sign in to comment.