Skip to content

Commit 179d854

Browse files
committed
chore: upgrade epicshop
1 parent 1c3a92a commit 179d854

File tree

11 files changed

+1167
-107
lines changed

11 files changed

+1167
-107
lines changed

epicshop/package-lock.json

Lines changed: 833 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

epicshop/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"type": "module",
33
"dependencies": {
4-
"@epic-web/workshop-cli": "^6.23.5",
5-
"@epic-web/workshop-app": "^6.23.5",
6-
"@epic-web/workshop-utils": "^6.23.5",
4+
"@epic-web/workshop-cli": "^6.23.6",
5+
"@epic-web/workshop-app": "^6.23.6",
6+
"@epic-web/workshop-utils": "^6.23.6",
77
"chokidar": "^4.0.3",
88
"enquirer": "^2.4.1",
99
"execa": "^9.6.0",

exercises/04.interactive-ui/01.solution.links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_04.interactive-ui_02.solution.links",
2+
"name": "exercises_04.interactive-ui_01.solution.links",
33
"private": true,
44
"type": "module",
55
"scripts": {

exercises/04.interactive-ui/02.problem.tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_04.interactive-ui_03.problem.tools",
2+
"name": "exercises_04.interactive-ui_02.problem.tools",
33
"private": true,
44
"type": "module",
55
"scripts": {

exercises/04.interactive-ui/02.solution.tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_04.interactive-ui_03.solution.tools",
2+
"name": "exercises_04.interactive-ui_02.solution.tools",
33
"private": true,
44
"type": "module",
55
"scripts": {

exercises/04.interactive-ui/03.problem.tool-results/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_04.interactive-ui_03.solution.tools",
2+
"name": "exercises_04.interactive-ui_03.problem.tool-results",
33
"private": true,
44
"type": "module",
55
"scripts": {

exercises/04.interactive-ui/03.solution.tool-results/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_04.interactive-ui_03.solution.tools",
2+
"name": "exercises_04.interactive-ui_03.solution.tool-results",
33
"private": true,
44
"type": "module",
55
"scripts": {

exercises/04.interactive-ui/04.problem.prompts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_04.interactive-ui_03.solution.tools",
2+
"name": "exercises_04.interactive-ui_04.problem.prompts",
33
"private": true,
44
"type": "module",
55
"scripts": {

exercises/04.interactive-ui/04.solution.prompts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_99.final_99.solution",
2+
"name": "exercises_04.interactive-ui_04.solution.prompts",
33
"private": true,
44
"type": "module",
55
"scripts": {

0 commit comments

Comments
 (0)