feature/IO-2825-Node-22-Update - Package Updates

This commit is contained in:
Dave Richer
2025-01-30 15:36:05 -05:00
parent fd1dd6dddd
commit 994d7e17aa
4 changed files with 563 additions and 544 deletions

View File

@@ -111,7 +111,7 @@
"vite": "^6.0.7",
"vite-plugin-babel": "^1.3.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-node-polyfills": "^0.23.0",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-style-import": "^2.0.0",
"workbox-window": "^7.3.0"
@@ -19091,9 +19091,9 @@
}
},
"node_modules/vite-plugin-node-polyfills": {
"version": "0.22.0",
"resolved": "https://registry.npmjs.org/vite-plugin-node-polyfills/-/vite-plugin-node-polyfills-0.22.0.tgz",
"integrity": "sha512-F+G3LjiGbG8QpbH9bZ//GSBr9i1InSTkaulfUHFa9jkLqVGORFBoqc2A/Yu5Mmh1kNAbiAeKeK+6aaQUf3x0JA==",
"version": "0.23.0",
"resolved": "https://registry.npmjs.org/vite-plugin-node-polyfills/-/vite-plugin-node-polyfills-0.23.0.tgz",
"integrity": "sha512-4n+Ys+2bKHQohPBKigFlndwWQ5fFKwaGY6muNDMTb0fSQLyBzS+jjUNRZG9sKF0S/Go4ApG6LFnUGopjkILg3w==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -19104,7 +19104,7 @@
"url": "https://github.com/sponsors/davidmyersdev"
},
"peerDependencies": {
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
}
},
"node_modules/vite-plugin-pwa": {