Skip to content

Commit

Permalink
Update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 25, 2024
1 parent deda1f8 commit a38e108
Show file tree
Hide file tree
Showing 46 changed files with 883 additions and 1,014 deletions.
38 changes: 19 additions & 19 deletions examples/angular-with-runtime-rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.0",
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/router": "^17.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.2",
"@master/css-runtime": "workspace:^"
"@angular/animations": "^17.2.2",
"@angular/common": "^17.2.2",
"@angular/compiler": "^17.2.2",
"@angular/core": "^17.2.2",
"@angular/forms": "^17.2.2",
"@angular/platform-browser": "^17.2.2",
"@angular/platform-browser-dynamic": "^17.2.2",
"@angular/router": "^17.2.2",
"@master/css-runtime": "workspace:^",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.0",
"@angular/cli": "^17.0.0",
"@angular/compiler-cli": "^17.0.0",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"@angular-devkit/build-angular": "^17.2.1",
"@angular/cli": "^17.2.1",
"@angular/compiler-cli": "^17.2.2",
"@types/jasmine": "~5.1.4",
"jasmine-core": "~5.1.2",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.2.2"
Expand Down
44 changes: 22 additions & 22 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,34 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.0",
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/platform-server": "^17.0.0",
"@angular/router": "^17.0.0",
"@angular/ssr": "^17.0.0",
"@angular/animations": "^17.2.2",
"@angular/common": "^17.2.2",
"@angular/compiler": "^17.2.2",
"@angular/core": "^17.2.2",
"@angular/forms": "^17.2.2",
"@angular/platform-browser": "^17.2.2",
"@angular/platform-browser-dynamic": "^17.2.2",
"@angular/platform-server": "^17.2.2",
"@angular/router": "^17.2.2",
"@angular/ssr": "^17.2.1",
"@master/css-runtime": "workspace:^",
"@master/css-server": "workspace:^",
"express": "^4.18.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.2"
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.0",
"@angular/cli": "^17.0.0",
"@angular/compiler-cli": "^17.0.0",
"@types/express": "^4.17.17",
"@types/jasmine": "~5.1.0",
"@types/node": "^20",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"@angular-devkit/build-angular": "^17.2.1",
"@angular/cli": "^17.2.1",
"@angular/compiler-cli": "^17.2.2",
"@types/express": "^4.17.21",
"@types/jasmine": "~5.1.4",
"@types/node": "^20.11.20",
"jasmine-core": "~5.1.2",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions examples/astro-with-runtime-rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.8.3",
"@master/css-runtime": "workspace:^"
"@master/css-runtime": "workspace:^",
"astro": "^2.10.15"
}
}
8 changes: 4 additions & 4 deletions examples/astro-with-static-extraction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.0.5",
"astro": "^3.5.3"
"@astrojs/sitemap": "^3.1.1",
"astro": "^3.6.4"
},
"devDependencies": {
"@master/css-runtime": "workspace:^",
"@master/css-extractor.vite": "workspace:^"
"@master/css-extractor.vite": "workspace:^",
"@master/css-runtime": "workspace:^"
}
}
4 changes: 2 additions & 2 deletions examples/blank/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.1.3",
"vite": "^5.0.0"
"typescript": "^5.3.3",
"vite": "^5.1.4"
},
"dependencies": {
"@master/css-runtime": "workspace:^",
Expand Down
14 changes: 7 additions & 7 deletions examples/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "master-css-eslint-example",
"devDependencies": {
"@angular-eslint/template-parser": "^16.2.0",
"@master/css.react": "workspace:^",
"@angular-eslint/template-parser": "^16.3.1",
"@master/css-runtime": "workspace:^",
"@master/css.react": "workspace:^",
"@master/eslint-config-css": "workspace:^",
"@master/eslint-plugin-css": "workspace:^",
"@typescript-eslint/parser": "^6.9.0",
"clsx": "^2.0.0",
"eslint": "^8.51.0",
"eslint-mdx": "^2.2.0",
"eslint-plugin-mdx": "^2.2.0"
"@typescript-eslint/parser": "^6.21.0",
"clsx": "^2.1.0",
"eslint": "^8.57.0",
"eslint-mdx": "^2.3.4",
"eslint-plugin-mdx": "^2.3.4"
}
}
4 changes: 2 additions & 2 deletions examples/laravel-with-runtime-rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"build": "vite build"
},
"devDependencies": {
"axios": "^1.1.2",
"axios": "^1.6.7",
"laravel-vite-plugin": "^1.0.1",
"vite": "^5.0.0"
"vite": "^5.1.4"
},
"dependencies": {
"@master/css-runtime": "workspace:^"
Expand Down
4 changes: 2 additions & 2 deletions examples/laravel-with-static-extraction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"devDependencies": {
"@master/css-extractor.vite": "workspace:^",
"axios": "^1.1.2",
"axios": "^1.6.7",
"laravel-vite-plugin": "^1.0.1",
"vite": "^5.0.0"
"vite": "^5.1.4"
}
}
8 changes: 4 additions & 4 deletions examples/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"preview": "vite preview"
},
"dependencies": {
"lit": "^2.7.5",
"@master/css-runtime": "workspace:^"
"@master/css-runtime": "workspace:^",
"lit": "^2.8.0"
},
"devDependencies": {
"typescript": "^5.0.2",
"vite": "^5.0.0"
"typescript": "^5.3.3",
"vite": "^5.1.4"
}
}
10 changes: 5 additions & 5 deletions examples/next.js-with-runtime-rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"dependencies": {
"@master/css-runtime": "workspace:^",
"@master/css.react": "workspace:^",
"@types/node": "^20",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"eslint": "^8.42.0",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.0",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.3"
"typescript": "^5.3.3"
}
}
12 changes: 6 additions & 6 deletions examples/next.js-with-static-extraction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"lint": "next lint"
},
"dependencies": {
"@master/css-runtime": "workspace:^",
"@master/css-extractor.webpack": "workspace:^",
"@types/node": "^20",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"eslint": "^8.42.0",
"@master/css-runtime": "workspace:^",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.0",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.3"
"typescript": "^5.3.3"
}
}
10 changes: 5 additions & 5 deletions examples/next.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"dependencies": {
"@master/css-cli": "workspace:^",
"@master/css.react": "workspace:^",
"@types/node": "^20",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"eslint": "^8.42.0",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.0",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.3"
"typescript": "^5.3.3"
}
}
4 changes: 2 additions & 2 deletions examples/nuxt.js-with-runtime-rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@master/css.vue": "workspace:^"
},
"devDependencies": {
"nuxt": "^3.10.2",
"nuxt": "^3.10.3",
"vue": "^3.4.19",
"vue-router": "^4.2.5"
"vue-router": "^4.3.0"
}
}
6 changes: 3 additions & 3 deletions examples/nuxt.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@master/css.vue": "workspace:^"
},
"devDependencies": {
"@types/node": "^20",
"nuxt": "^3.10.2",
"@types/node": "^20.11.20",
"nuxt": "^3.10.3",
"vue": "^3.4.19",
"vue-router": "^4.2.5"
"vue-router": "^4.3.0"
}
}
20 changes: 10 additions & 10 deletions examples/react-with-static-extraction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@master/css-runtime": "workspace:^",
"@master/css-extractor.vite": "workspace:^",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"@master/css-runtime": "workspace:^",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.0.2",
"vite": "^5.0.0"
"eslint-plugin-react-refresh": "^0.3.5",
"typescript": "^5.3.3",
"vite": "^5.1.4"
}
}
18 changes: 9 additions & 9 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.0.2",
"vite": "^5.0.0"
"eslint-plugin-react-refresh": "^0.3.5",
"typescript": "^5.3.3",
"vite": "^5.1.4"
}
}
20 changes: 10 additions & 10 deletions examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"typecheck": "tsc"
},
"dependencies": {
"@remix-run/node": "^1.12.0",
"@remix-run/react": "^1.12.0",
"@remix-run/serve": "^1.12.0",
"isbot": "^3.6.5",
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.19.3",
"@remix-run/serve": "^1.19.3",
"isbot": "^3.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@master/css-runtime": "workspace:^",
"@remix-run/dev": "^1.12.0",
"@remix-run/eslint-config": "^1.12.0",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"eslint": "^8.27.0",
"typescript": "^4.8.4"
"@remix-run/dev": "^1.19.3",
"@remix-run/eslint-config": "^1.19.3",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"eslint": "^8.57.0",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=14"
Expand Down
Loading

0 comments on commit a38e108

Please sign in to comment.