Skip to content

Commit

Permalink
chore: ⬆️ upgrade low risk deps
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingallday committed Jan 14, 2025
1 parent 13d82a9 commit 30b643a
Show file tree
Hide file tree
Showing 3 changed files with 3,042 additions and 1,620 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.4",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@cypress/vite-dev-server": "^5.0.5",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@cypress/vite-dev-server": "^6.0.0",
"@dpc-sdp/eslint-config-ripple": "workspace:*",
"@dpc-sdp/ripple-ui-core": "workspace:*",
"@dpc-sdp/ripple-ui-forms": "workspace:*",
"@dpc-sdp/stylelint-config-ripple": "workspace:*",
"@jest/globals": "^29.7.0",
"@lerna-lite/cli": "^1.17.0",
"@lerna-lite/publish": "^1.17.0",
"@lerna-lite/version": "^1.17.0",
"@lerna-lite/cli": "^3.11.0",
"@lerna-lite/publish": "^3.11.0",
"@lerna-lite/version": "^3.11.0",
"@types/jest": "^29.5.14",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^29.7.0",
Expand All @@ -69,15 +69,15 @@
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"changelogen": "^0.5.7",
"cypress": "13.6.6",
"cypress": "13.17.0",
"eslint": "^8.36.0",
"husky": "^8.0.3",
"husky": "^9.1.7",
"hygen": "^6.2.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.5.0",
"postcss-nested": "^6.0.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^8.1.0",
"jest-environment-jsdom": "^29.7.0",
"postcss-nested": "^7.0.2",
"postcss-normalize": "^13.0.1",
"postcss-preset-env": "^10.1.3",
"start-server-and-test": "^2.0.9",
"stylelint": "^15.10.2",
"ts-jest": "^29.2.5"
Expand All @@ -88,7 +88,7 @@
},
"dependencies": {
"@vue/vue3-jest": "^29.2.6",
"rimraf": "^4.4.1",
"rimraf": "^6.0.1",
"typescript": "5.7.3"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-ripple/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ const { resolve } = createResolver(import.meta.url)

export default defineNuxtConfig({
css: [resolve('./assets/css/languages.css')],
compatibilityDate: '2024-10-31',
runtimeConfig: {
basicAuth: 0,
compatibilityDate: '2024-10-31',
tide: {
config: {
apiPrefix: '/api/v1',
Expand Down
Loading

0 comments on commit 30b643a

Please sign in to comment.