Skip to content

Commit

Permalink
update node packages, except datatables
Browse files Browse the repository at this point in the history
  • Loading branch information
jxjj committed Dec 20, 2024
1 parent 0089494 commit 815debd
Show file tree
Hide file tree
Showing 2 changed files with 2,268 additions and 1,313 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,51 +14,51 @@
"cypress:run": "npx cypress run --browser chrome"
},
"dependencies": {
"@headlessui/vue": "^1.7.11",
"@umn-latis/cla-vue-template": "^1.0.4",
"axios": "^1.6.0",
"@headlessui/vue": "^1.7.23",
"@umn-latis/cla-vue-template": "^1.2.1",
"axios": "^1.7.9",
"datatables.net": "^1.13.2",
"datatables.net-bs4": "^1.13.3",
"datatables.net-buttons": "^2.3.5",
"datatables.net-select": "^1.6.1",
"datatables.net-vue3": "^2.0.0",
"dayjs": "^1.11.7",
"deepmerge-ts": "^4.3.0",
"dayjs": "^1.11.13",
"deepmerge-ts": "^7.1.3",
"p-debounce": "^4.0.0",
"vue": "^3.2.45",
"vue": "^3.5.13",
"vue-turbolinks": "^2.2.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@rushstack/eslint-patch": "^1.10.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"autoprefixer": "^10.4.13",
"concurrently": "^7.6.0",
"cypress": "^13.8.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^14.1.4",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.0",
"cypress": "^13.17.0",
"cypress-browser-permissions": "^1.1.0",
"cypress-on-rails": "^0.1.0",
"cypress-real-events": "^1.7.6",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^9.9.0",
"postcss": "^8.4.31",
"cypress-real-events": "^1.13.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-vue": "^9.32.0",
"postcss": "^8.4.49",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^7.8.3",
"prettier": "^2.8.3",
"sass": "^1.59.2",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^5.0.0",
"vite-plugin-full-reload": "^1.0.5",
"vite-plugin-ruby": "^5.1.0",
"vue-tsc": "^1.0.24"
"postcss-import": "^16.1.0",
"postcss-preset-env": "^10.1.2",
"prettier": "^3.4.2",
"sass": "^1.83.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-ruby": "^5.1.1",
"vue-tsc": "^2.1.10"
},
"packageManager": "[email protected].19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
"packageManager": "[email protected].22"
}
Loading

0 comments on commit 815debd

Please sign in to comment.