[READ-ONLY] Mirror of https://github.com/danielroe/ripple-framework. Ripple is the presentation layer for building websites on the DPC Single Digital Presence platform.
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: update packageManager to match engines requirement

+17 -17
+1 -1
examples/nuxt-app/package.json
··· 1 1 { 2 2 "private": true, 3 - "packageManager": "pnpm@7.23.0", 3 + "packageManager": "pnpm@8.0.0", 4 4 "license": "Apache-2.0", 5 5 "name": "nuxt-app", 6 6 "version": "2.1.0-alpha.77",
+1 -1
examples/vue-app/package.json
··· 1 1 { 2 2 "private": true, 3 3 "name": "vue-app", 4 - "packageManager": "pnpm@7.23.0", 4 + "packageManager": "pnpm@8.0.0", 5 5 "version": "2.1.0-alpha.76", 6 6 "license": "Apache-2.0", 7 7 "scripts": {
+1 -1
examples/webcomponents/package.json
··· 1 1 { 2 2 "name": "webcomponents", 3 3 "private": true, 4 - "packageManager": "pnpm@7.23.0", 4 + "packageManager": "pnpm@8.0.0", 5 5 "license": "Apache-2.0", 6 6 "version": "2.1.0-alpha.76", 7 7 "scripts": {
+1 -1
package.json
··· 1 1 { 2 2 "name": "@dpc-sdp/ripple-monorepo", 3 3 "private": true, 4 - "packageManager": "pnpm@7.23.0", 4 + "packageManager": "pnpm@8.0.0", 5 5 "license": "Apache-2.0", 6 6 "scripts": { 7 7 "example": "wrap () { pnpm -F example-\"$*\" dev | cat; }; wrap",
+1 -1
packages/nuxt-ripple-cli/package.json
··· 1 1 { 2 - "packageManager": "pnpm@7.23.0", 2 + "packageManager": "pnpm@8.0.0", 3 3 "license": "Apache-2.0", 4 4 "name": "@dpc-sdp/nuxt-ripple-cli", 5 5 "main": "./dist/index.js",
+1 -1
packages/nuxt-ripple/package.json
··· 1 1 { 2 - "packageManager": "pnpm@7.23.0", 2 + "packageManager": "pnpm@8.0.0", 3 3 "license": "Apache-2.0", 4 4 "version": "2.1.0-alpha.124", 5 5 "name": "@dpc-sdp/nuxt-ripple",
+1 -1
packages/ripple-storybook/package.json
··· 2 2 "name": "ripple-storybook", 3 3 "version": "2.1.0-alpha.125", 4 4 "private": true, 5 - "packageManager": "pnpm@7.23.0", 5 + "packageManager": "pnpm@8.0.0", 6 6 "license": "Apache-2.0", 7 7 "scripts": { 8 8 "start": "start-storybook -p 6006",
+1 -1
packages/ripple-tide-api/package.json
··· 13 13 "./components": "./dist/nuxt/components", 14 14 "./services": "./dist/services/index.js" 15 15 }, 16 - "packageManager": "pnpm@7.23.0", 16 + "packageManager": "pnpm@8.0.0", 17 17 "license": "MIT", 18 18 "keywords": [], 19 19 "scripts": {
+1 -1
packages/ripple-tide-event/package.json
··· 2 2 "name": "@dpc-sdp/ripple-tide-event", 3 3 "description": "Ripple mappings and components for Tide Event Content type", 4 4 "main": "./nuxt.config.ts", 5 - "packageManager": "pnpm@7.23.0", 5 + "packageManager": "pnpm@8.0.0", 6 6 "version": "2.1.0-alpha.124", 7 7 "license": "Apache-2.0", 8 8 "exports": {
+1 -1
packages/ripple-tide-grant/package.json
··· 2 2 "name": "@dpc-sdp/ripple-tide-grant", 3 3 "description": "Ripple mappings and components for Tide Grant Content type", 4 4 "main": "./nuxt.config.ts", 5 - "packageManager": "pnpm@7.23.0", 5 + "packageManager": "pnpm@8.0.0", 6 6 "version": "2.1.0-alpha.124", 7 7 "license": "Apache-2.0", 8 8 "exports": {
+1 -1
packages/ripple-tide-landing-page/package.json
··· 2 2 "name": "@dpc-sdp/ripple-tide-landing-page", 3 3 "description": "Ripple mappings and components for Tide landing-page Content type", 4 4 "main": "./nuxt.config.ts", 5 - "packageManager": "pnpm@7.23.0", 5 + "packageManager": "pnpm@8.0.0", 6 6 "version": "2.1.0-alpha.124", 7 7 "license": "Apache-2.0", 8 8 "exports": {
+1 -1
packages/ripple-tide-media/package.json
··· 1 1 { 2 - "packageManager": "pnpm@7.23.0", 2 + "packageManager": "pnpm@8.0.0", 3 3 "license": "Apache-2.0", 4 4 "name": "@dpc-sdp/ripple-tide-media", 5 5 "description": "Ripple mappings and components for Tide media",
+1 -1
packages/ripple-tide-news/package.json
··· 1 1 { 2 - "packageManager": "pnpm@7.23.0", 2 + "packageManager": "pnpm@8.0.0", 3 3 "license": "Apache-2.0", 4 4 "name": "@dpc-sdp/ripple-tide-news", 5 5 "description": "Ripple mappings and components for Tide News content type",
+1 -1
packages/ripple-tide-publication/package.json
··· 2 2 "name": "@dpc-sdp/ripple-tide-publication", 3 3 "description": "Ripple mappings and components for Tide Publication Content type", 4 4 "main": "./nuxt.config.ts", 5 - "packageManager": "pnpm@7.23.0", 5 + "packageManager": "pnpm@8.0.0", 6 6 "version": "2.1.0-alpha.124", 7 7 "license": "Apache-2.0", 8 8 "exports": {
+1 -1
packages/ripple-tide-search/package.json
··· 1 1 { 2 2 "name": "@dpc-sdp/ripple-tide-search", 3 - "packageManager": "pnpm@7.23.0", 3 + "packageManager": "pnpm@8.0.0", 4 4 "version": "2.1.0-alpha.124", 5 5 "description": "Ripple search UI and services for connecting to Tide search", 6 6 "main": "./nuxt.config.ts",
+1 -1
packages/ripple-ui-core/package.json
··· 1 1 { 2 2 "name": "@dpc-sdp/ripple-ui-core", 3 - "packageManager": "pnpm@7.23.0", 3 + "packageManager": "pnpm@8.0.0", 4 4 "version": "2.1.0-alpha.124", 5 5 "license": "Apache-2.0", 6 6 "files": [
+1 -1
packages/ripple-ui-forms/package.json
··· 1 1 { 2 2 "name": "@dpc-sdp/ripple-ui-forms", 3 - "packageManager": "pnpm@7.23.0", 3 + "packageManager": "pnpm@8.0.0", 4 4 "version": "2.1.0-alpha.124", 5 5 "license": "Apache-2.0", 6 6 "main": "./dist/rpl-forms.umd.js",