Skip to content

Commit

Permalink
deps: update dependencies to latest
Browse files Browse the repository at this point in the history
BREAKING CHANGE: updates certain min versions to new major versions
  • Loading branch information
deopea-david committed Oct 11, 2023
1 parent 98b7f35 commit 0c45445
Show file tree
Hide file tree
Showing 19 changed files with 6,396 additions and 3,036 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: npm

- name: Setup NPM
run: npm i -g npm@9

- name: Install Dependencies
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
52 changes: 26 additions & 26 deletions apps/earth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"npm": ">=8.0.0"
},
"scripts": {
"build": "qwik build",
"_build": "qwik build",
"build.client": "vite build",
"build.preview": "vite build --ssr src/entry.preview.tsx",
"build.server": "vite build -c adapters/express/vite.config.ts",
Expand All @@ -25,36 +25,36 @@
"qwik": "qwik"
},
"dependencies": {
"@builder.io/qwik": "^0.18.1",
"@builder.io/qwik-city": "^0.2.1",
"@fastify/middie": "^8.1.0",
"@fastify/static": "^6.9.0",
"dotenv-vault-core": "^0.7.0",
"fastify": "^4.13.0"
"@builder.io/qwik": "^1.2.13",
"@builder.io/qwik-city": "^1.2.13",
"@fastify/middie": "^8.3.0",
"@fastify/static": "^6.11.2",
"dotenv-vault-core": "^0.7.1",
"fastify": "^4.23.2"
},
"devDependencies": {
"@deopea.os/eslint-config": "^1.0.0",
"@deopea.os/tsconfig": "^1.0.0",
"@tailwindcss/typography": "^0.5.9",
"@types/compression": "^1.7.2",
"@types/connect": "^3.4.35",
"@types/express": "4.17.13",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"autoprefixer": "^10.4.11",
"aws-cdk-lib": "^2.64.0",
"@tailwindcss/typography": "^0.5.10",
"@types/compression": "^1.7.3",
"@types/connect": "^3.4.36",
"@types/express": "4.17.18",
"@types/node": "^20.8.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"autoprefixer": "^10.4.16",
"aws-cdk-lib": "^2.100.0",
"compression": "^1.7.4",
"daisyui": "^2.50.0",
"eslint": "^8.31.0",
"eslint-plugin-qwik": "^0.18.1",
"espree": "^9.4.1",
"postcss": "^8.4.16",
"prettier": "^2.8.2",
"tailwindcss": "^3.1.8",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vite-tsconfig-paths": "^4.0.3"
"daisyui": "^3.9.2",
"eslint": "^8.51.0",
"eslint-plugin-qwik": "^1.2.13",
"espree": "^9.6.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-tsconfig-paths": "^4.2.1"
},
"author": {
"name": "David",
Expand Down
Loading

0 comments on commit 0c45445

Please sign in to comment.